.lb-cookie-consent,
.lb-cookie-consent * {
    box-sizing: border-box;
}

.lb-cookie-consent {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 2147483000;
    isolation: isolate;
    width: min(460px, calc(100vw - 32px));
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(29, 155, 240, .10), transparent 42%),
        #0b0f14;
    color: #f4f7fb;
    box-shadow: 0 28px 85px rgba(0, 0, 0, .52), 0 2px 12px rgba(0, 0, 0, .28);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.5;
    pointer-events: auto !important;
    touch-action: manipulation;
    -webkit-font-smoothing: antialiased;
}

.lb-cookie-consent[hidden] {
    display: none !important;
}

.lb-cookie-consent__body {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 20px 16px;
}

.lb-cookie-consent__icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid rgba(29, 155, 240, .32);
    border-radius: 15px;
    background: rgba(29, 155, 240, .13);
    color: #48adf4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.lb-cookie-consent__icon svg {
    display: block;
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.lb-cookie-consent__content {
    min-width: 0;
}

.lb-cookie-consent__title {
    margin: 1px 0 7px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.25;
    letter-spacing: -.01em;
}

.lb-cookie-consent__text {
    margin: 0;
    color: #c8d1dc;
    font-size: 14px;
    line-height: 1.58;
}

.lb-cookie-consent__link {
    display: inline-flex;
    align-items: center;
    margin-top: 9px;
    color: #6fc2fb !important;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
    text-decoration: none;
    text-underline-offset: 3px;
    cursor: pointer;
    pointer-events: auto !important;
}

.lb-cookie-consent__link:hover {
    color: #a7dcff !important;
    text-decoration: underline;
}

.lb-cookie-consent__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    padding: 14px 20px 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .12);
}

.lb-cookie-consent__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 46px;
    margin: 0;
    padding: 10px 16px;
    border: 1px solid #344252;
    border-radius: 13px;
    outline: 0;
    background: #131a22;
    color: #f5f8fb;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    cursor: pointer !important;
    pointer-events: auto !important;
    touch-action: manipulation;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform .14s ease, border-color .14s ease, background-color .14s ease, box-shadow .14s ease;
}

.lb-cookie-consent__button:hover {
    border-color: #52657a;
    background: #1a2430;
}

.lb-cookie-consent__button:active {
    transform: translateY(1px) scale(.995);
}

.lb-cookie-consent__button--primary {
    border-color: #1d9bf0;
    background: #1d9bf0;
    color: #ffffff;
    box-shadow: 0 9px 22px rgba(29, 155, 240, .22);
}

.lb-cookie-consent__button--primary:hover {
    border-color: #38a8f3;
    background: #38a8f3;
}

.lb-cookie-consent__button:disabled {
    opacity: .65;
    cursor: wait !important;
}

.lb-cookie-consent__button:focus-visible,
.lb-cookie-consent__link:focus-visible {
    outline: 3px solid rgba(83, 179, 245, .48);
    outline-offset: 3px;
}

.lb-cookie-consent.is-closing {
    opacity: 0;
    transform: translateY(10px) scale(.985);
    pointer-events: none !important;
    transition: opacity .16s ease, transform .16s ease;
}

@media (max-width: 560px) {
    .lb-cookie-consent {
        right: max(10px, env(safe-area-inset-right));
        bottom: max(10px, env(safe-area-inset-bottom));
        left: max(10px, env(safe-area-inset-left));
        width: auto;
        border-radius: 18px;
    }

    .lb-cookie-consent__body {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
        padding: 17px 16px 14px;
    }

    .lb-cookie-consent__icon {
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .lb-cookie-consent__icon svg {
        width: 22px;
        height: 22px;
    }

    .lb-cookie-consent__title {
        font-size: 16px;
    }

    .lb-cookie-consent__text {
        font-size: 13.5px;
    }

    .lb-cookie-consent__actions {
        grid-template-columns: 1fr;
        padding: 12px 16px 16px;
    }

    .lb-cookie-consent__button {
        width: 100%;
        min-height: 47px;
    }

    .lb-cookie-consent__button--primary {
        grid-row: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .lb-cookie-consent {
        animation: lbCookieConsentIn .24s cubic-bezier(.2, .8, .2, 1) both;
    }

    @keyframes lbCookieConsentIn {
        from {
            opacity: 0;
            transform: translateY(14px) scale(.985);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    .lb-cookie-consent,
    .lb-cookie-consent * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}
