.booking-cookie-consent,
.booking-cookie-consent *,
.booking-consent-manage {
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-style: normal !important;
    letter-spacing: normal;
    text-transform: none;
}

.booking-cookie-consent {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2147483000;
    width: min(526px, calc(100vw - 40px));
    max-height: calc(100vh - 40px);
    overflow: auto;
    color: #222;
    background: #fff;
    border: 1px solid rgba(17, 20, 66, 0.08);
    border-radius: 12px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
    font-size: 16px;
    line-height: 24px;
}

.booking-cookie-consent[hidden],
.booking-consent-manage[hidden] {
    display: none !important;
}

.booking-cookie-consent__header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 38px;
}

.booking-cookie-consent__header h2 {
    margin: 0;
    color: #242424;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 22.5px !important;
}

.booking-cookie-consent__close {
    position: absolute;
    top: 11px;
    right: 12px;
    width: 22px;
    height: 22px;
    padding: 0;
    color: #222;
    background: transparent;
    border: 0;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.booking-cookie-consent__close:hover,
.booking-cookie-consent__close:focus-visible {
    color: #111442;
    background: #f1f1f1;
    outline: 2px solid #111442;
    outline-offset: 1px;
}

.booking-cookie-consent__content {
    padding: 10px 20px 0;
}

.booking-cookie-consent__content > p {
    margin: 0 0 5px;
    color: #222;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.booking-cookie-consent__category {
    margin: 0 0 10px;
    padding: 8px 10px;
    background: rgba(239, 239, 239, 0.5);
}

.booking-cookie-consent__category-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.booking-cookie-consent__category strong,
.booking-cookie-consent__accordion {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.booking-cookie-consent__accordion {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
    text-align: left;
    background: transparent;
    border: 0;
}

.booking-cookie-consent__accordion span {
    font-size: 14px;
    line-height: 1;
}

.booking-cookie-consent__accordion[aria-expanded="true"] span {
    transform: rotate(180deg);
}

.booking-cookie-consent__category p {
    margin: 8px 0 0;
    color: #222;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.booking-cookie-consent__always-active {
    color: #43894b;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.booking-cookie-consent__switch {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    width: 24px;
    height: 14px;
    cursor: pointer;
}

.booking-cookie-consent__switch input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.booking-cookie-consent__switch span {
    width: 100%;
    height: 100%;
    background: #8f8772;
    border-radius: 10px;
    transition: background-color 0.15s ease;
}

.booking-cookie-consent__switch span::after {
    display: block;
    width: 10px;
    height: 10px;
    margin: 2px;
    content: "";
    background: #fff;
    border-radius: 50%;
    transition: transform 0.15s ease;
}

.booking-cookie-consent__switch input:checked + span {
    background: #111442;
}

.booking-cookie-consent__switch input:checked + span::after {
    transform: translateX(10px);
}

.booking-cookie-consent__switch input:focus-visible + span {
    outline: 2px solid #111442;
    outline-offset: 2px;
}

.booking-cookie-consent__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 5px 20px 10px;
}

.booking-cookie-consent__button {
    min-height: 45px;
    padding: 8px 10px;
    color: #454545;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.booking-cookie-consent__button--primary {
    color: #fff;
    background: #111442;
    border-color: #111442;
}

.booking-cookie-consent__button--save {
    grid-column: 1 / -1;
}

.booking-cookie-consent__button:hover,
.booking-cookie-consent__button:focus-visible,
.booking-consent-manage:hover,
.booking-consent-manage:focus-visible,
.booking-cookie-consent__accordion:focus-visible {
    outline: 2px solid #c38a39;
    outline-offset: 2px;
}

.booking-cookie-consent__links {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0 20px 15px;
    font-size: 12px;
    line-height: 18px;
}

.booking-cookie-consent__links a {
    color: #111442;
    font-weight: 400;
    text-decoration: underline;
}

.booking-consent-manage {
    position: fixed;
    right: 40px;
    bottom: -35px;
    z-index: 2147482999;
    min-width: 100px;
    height: 50px;
    padding: 15px;
    color: #333;
    background: #fff;
    border: 0;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    animation: owners-consent-tab-out 0.5s ease forwards;
}

.booking-consent-manage:hover,
.booking-consent-manage:focus {
    animation: owners-consent-tab-in 0.5s ease forwards;
}

@keyframes owners-consent-tab-in {
    to {
        bottom: 0;
    }
}

@keyframes owners-consent-tab-out {
    to {
        bottom: -35px;
    }
}

@media (max-width: 575px) {
    .booking-cookie-consent {
        right: 12px;
        bottom: 12px;
        width: calc(100vw - 24px);
        max-height: calc(100vh - 24px);
    }

    .booking-consent-manage {
        right: 20px;
    }
}
