@media screen and (max-width: 800px) {

    .left,
    .rigth {
        display: none !important;
    }
}

.css-1hx5z4g {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0px;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    color: inherit;
    background-color: rgb(242, 113, 104);
    padding: 9px 6px;
    height: 28px;
    outline: none;
    border-radius: 100px;
    border: 1px solid rgb(242, 113, 104);
    font-family: inherit;
    cursor: pointer;
    text-transform: none;
    flex-shrink: 0;
    box-shadow: none;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.css-1xgcc9n {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0px;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    color: inherit;
    background-color: rgb(255, 255, 255);
    padding: 9px 6px;
    height: 28px;
    outline: none;
    border-radius: 100px;
    border: 1px solid rgb(212, 211, 214);
    font-family: inherit;
    cursor: pointer;
    text-transform: none;
    flex-shrink: 0;
    box-shadow: none;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

:root {
    --bdx-coral: #f26f68;
    --bdx-coral-dark: #c45751;
    --bdx-coral-soft: #ff8b84;
    --bdx-dark: #202020;
    --bdx-text: #252525;
    --bdx-muted: #707070;
    --bdx-border: #eeeeee;
    --bdx-bg: #f4f4f4;
    --bdx-white: #ffffff;
    --bdx-radius-lg: 22px;
    --bdx-radius-md: 14px;
    --bdx-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.bdx-lock-scroll {
    overflow: hidden;
}

/* Buttons */

.bdx-btn {
    border: 0;
    cursor: pointer;
    border-radius: 999px;
    padding: 13px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.bdx-btn:hover {
    transform: translateY(-1px);
}

.bdx-btn-primary {
    color: var(--bdx-white);
    background: linear-gradient(135deg, var(--bdx-coral), var(--bdx-coral-dark));
    box-shadow: 0 8px 20px rgba(242, 111, 104, 0.35);
}

.bdx-btn-secondary {
    color: var(--bdx-text);
    background: var(--bdx-white);
    border: 1px solid rgba(0, 0, 0, 0.12);
}

/* Age Gate */

.bdx-age-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(circle at top left, rgba(242, 111, 104, 0.35), transparent 32%),
        radial-gradient(circle at bottom right, rgba(242, 111, 104, 0.28), transparent 34%),
        rgba(20, 20, 20, 0.78);
    backdrop-filter: blur(8px);
}

.bdx-age-overlay.bdx-hidden {
    display: none;
}

.bdx-age-card {
    width: min(100%, 460px);
    padding: 34px;
    border-radius: var(--bdx-radius-lg);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
        linear-gradient(135deg, var(--bdx-coral), var(--bdx-coral-soft));
    box-shadow: var(--bdx-shadow);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bdx-age-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(242, 111, 104, 0.18), transparent 45%),
        linear-gradient(315deg, rgba(242, 111, 104, 0.16), transparent 45%);
    pointer-events: none;
}

.bdx-age-card>* {
    position: relative;
    z-index: 1;
}

.bdx-age-brand {
    color: var(--bdx-coral);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bdx-age-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    color: var(--bdx-white);
    font-size: 23px;
    font-weight: 900;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--bdx-coral), var(--bdx-coral-dark));
    box-shadow: 0 12px 28px rgba(242, 111, 104, 0.42);
}

.bdx-age-title {
    margin: 0 0 12px;
    color: var(--bdx-text);
    font-size: 28px;
    font-weight: 900;
}

.bdx-age-text {
    margin: 0 auto 24px;
    max-width: 360px;
    color: var(--bdx-muted);
    font-size: 15px;
    line-height: 1.55;
}

.bdx-age-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.bdx-age-note {
    margin: 20px 0 0;
    color: var(--bdx-muted);
    font-size: 12px;
}

/* Cookie Panel */

.bdx-cookie-panel {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    max-width: 1160px;
    margin: 0 auto;
    padding: 18px 20px;
    border-radius: var(--bdx-radius-lg);
    background: var(--bdx-white);
    box-shadow: var(--bdx-shadow);
    border: 1px solid rgba(242, 111, 104, 0.16);
}

.bdx-cookie-panel.bdx-hidden {
    display: none;
}

.bdx-cookie-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.bdx-cookie-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffe3e0, #fff3f2);
    font-size: 22px;
}

.bdx-cookie-title {
    margin: 0 0 5px;
    color: var(--bdx-text);
    font-size: 18px;
    font-weight: 900;
}

.bdx-cookie-text {
    margin: 0;
    color: var(--bdx-muted);
    font-size: 14px;
    line-height: 1.45;
}

.bdx-cookie-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bdx-cookie-link {
    border: 0;
    background: transparent;
    cursor: pointer;
    color: var(--bdx-coral);
    font-size: 14px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Cookie Settings */

.bdx-settings-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    place-items: center;
    padding: 24px;
    background: rgba(20, 20, 20, 0.72);
    backdrop-filter: blur(7px);
}

.bdx-settings-overlay.bdx-active {
    display: grid;
}

.bdx-settings-card {
    width: min(100%, 560px);
    max-height: 88vh;
    overflow: auto;
    padding: 26px;
    border-radius: var(--bdx-radius-lg);
    background: var(--bdx-white);
    box-shadow: var(--bdx-shadow);
}

.bdx-settings-header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.bdx-settings-label {
    color: var(--bdx-coral);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bdx-settings-title {
    margin: 4px 0 0;
    color: var(--bdx-text);
    font-size: 26px;
    font-weight: 900;
}

.bdx-settings-close {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    color: var(--bdx-text);
    background: var(--bdx-bg);
    font-size: 26px;
    line-height: 1;
}

.bdx-settings-text {
    margin: 0 0 18px;
    color: var(--bdx-muted);
    font-size: 14px;
    line-height: 1.5;
}

.bdx-cookie-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 0;
    border-top: 1px solid var(--bdx-border);
}

.bdx-cookie-option h4 {
    margin: 0 0 4px;
    color: var(--bdx-text);
    font-size: 15px;
    font-weight: 900;
}

.bdx-cookie-option p {
    margin: 0;
    color: var(--bdx-muted);
    font-size: 13px;
    line-height: 1.4;
}

/* Toggle */

.bdx-switch {
    position: relative;
    flex: 0 0 50px;
    width: 50px;
    height: 28px;
}

.bdx-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.bdx-switch span {
    position: absolute;
    inset: 0;
    cursor: pointer;
    border-radius: 999px;
    background: #d8d8d8;
    transition: 0.2s ease;
}

.bdx-switch span::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background: var(--bdx-white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    transition: 0.2s ease;
}

.bdx-switch input:checked+span {
    background: var(--bdx-coral);
}

.bdx-switch input:checked+span::before {
    transform: translateX(22px);
}

.bdx-switch-disabled span {
    cursor: not-allowed;
    opacity: 0.7;
}

.bdx-settings-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
    border-top: 1px solid var(--bdx-border);
}

/* Responsive */

@media (max-width: 768px) {
    .bdx-cookie-panel {
        left: 14px;
        right: 14px;
        bottom: 14px;
        flex-direction: column;
        align-items: stretch;
    }

    .bdx-cookie-actions,
    .bdx-age-actions,
    .bdx-settings-actions {
        flex-direction: column;
    }

    .bdx-cookie-actions .bdx-btn,
    .bdx-age-actions .bdx-btn,
    .bdx-settings-actions .bdx-btn {
        width: 100%;
    }

    .bdx-cookie-link {
        align-self: center;
        margin-bottom: 4px;
    }

    .bdx-age-card,
    .bdx-settings-card {
        padding: 24px;
    }
}