/* My Hauskraft Cookie Consent */
html.mhk-consent-lock,
html.mhk-consent-lock body {
    overflow: hidden !important;
}

.mhk-consent-shell,
.mhk-consent-shell * {
    box-sizing: border-box;
}


/* Hard override against theme / page-builder pink-red styles */
.mhk-consent-shell,
.mhk-consent-shell * {
    accent-color: var(--mhk-consent-accent) !important;
}

.mhk-consent-shell a,
.mhk-consent-shell button,
.mhk-consent-shell [role="button"],
.mhk-consent-fab,
.mhk-consent-fab * {
    text-shadow: none !important;
}


.mhk-consent-shell[hidden] {
    display: none !important;
}

.mhk-consent-shell {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: grid;
    place-items: center;
    padding: clamp(14px, 3vw, 34px);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #f5f1e8;
    overflow: hidden;
}

.mhk-consent-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 15%, rgba(214, 182, 84, .13), transparent 35%),
        radial-gradient(circle at 80% 85%, rgba(214, 182, 84, .08), transparent 32%),
        rgba(0, 0, 0, .78);
    -webkit-backdrop-filter: blur(16px) saturate(.85);
    backdrop-filter: blur(16px) saturate(.85);
    animation: mhkConsentBackdrop .32s ease both;
}

.mhk-consent-dialog {
    isolation: isolate;
    position: relative;
    width: min(980px, 100%);
    max-height: min(820px, calc(100vh - 28px));
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    border: 1px solid color-mix(in srgb, var(--mhk-consent-accent) 80%, #fff 10%);
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.035), transparent 32%),
        var(--mhk-consent-panel);
    box-shadow:
        0 28px 100px rgba(0, 0, 0, .7),
        0 0 0 1px rgba(255,255,255,.025) inset,
        0 0 80px rgba(214, 182, 84, .06);
    padding: clamp(24px, 4vw, 44px);
    animation: mhkConsentEnter .42s cubic-bezier(.2,.8,.2,1) both;
    scrollbar-color: var(--mhk-consent-accent) #121212;
}

.mhk-consent-dialog:focus {
    outline: none;
}

.mhk-consent-dialog > * {
    min-width: 0;
    max-width: 100%;
}

.mhk-consent-dialog::-webkit-scrollbar {
    width: 9px;
}

.mhk-consent-dialog::-webkit-scrollbar-track {
    background: #121212;
    border-radius: 20px;
}

.mhk-consent-dialog::-webkit-scrollbar-thumb {
    background: var(--mhk-consent-accent) !important;
    border-radius: 20px;
    border: 2px solid #121212;
}

.mhk-consent-glow {
    position: absolute;
    z-index: -1;
    width: 360px;
    height: 360px;
    top: -230px;
    right: -130px;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--mhk-consent-accent) 24%, transparent), transparent 65%);
    filter: blur(2px);
    pointer-events: none;
}

.mhk-consent-topline {
    position: absolute;
    top: 0;
    left: 11%;
    right: 11%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--mhk-consent-accent), transparent);
    box-shadow: 0 0 18px color-mix(in srgb, var(--mhk-consent-accent) 55%, transparent);
}

.mhk-consent-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(214,182,84,.5) !important;
    border-radius: 12px;
    background: #090909 !important;
    color: var(--mhk-consent-accent) !important;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.mhk-consent-close[hidden] {
    display: none !important;
}

.mhk-consent-close:hover {
    transform: rotate(5deg);
    background: rgba(214,182,84,.08);
    border-color: var(--mhk-consent-accent) !important;
}

.mhk-consent-brand {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: clamp(24px, 3vw, 36px);
}

.mhk-consent-mark {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: grid;
    place-items: center;
    border: 1px solid var(--mhk-consent-accent);
    border-radius: 15px;
    color: var(--mhk-consent-accent) !important;
    font-weight: 800;
    letter-spacing: .08em;
    background: linear-gradient(145deg, rgba(214,182,84,.11), transparent);
    box-shadow: 0 8px 30px rgba(0,0,0,.32), inset 0 0 25px rgba(214,182,84,.04);
    overflow: hidden;
}

.mhk-consent-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}

.mhk-consent-brand > div:last-child {
    display: grid;
    gap: 3px;
}

.mhk-consent-kicker,
.mhk-consent-eyebrow {
    color: var(--mhk-consent-accent) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.mhk-consent-brand strong {
    color: #fff !important;
    font-size: 18px;
    line-height: 1.15;
}

.mhk-consent-copy {
    display: grid;
    grid-template-columns: 74px minmax(0,1fr);
    gap: clamp(18px, 3vw, 30px);
    align-items: start;
}

.mhk-consent-shield {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    border: 1px solid color-mix(in srgb, var(--mhk-consent-accent) 75%, transparent);
    background: linear-gradient(145deg, rgba(214,182,84,.16), rgba(214,182,84,.02));
    box-shadow: 0 12px 35px rgba(0,0,0,.28);
}

.mhk-consent-shield svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: var(--mhk-consent-accent);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mhk-consent-copy h2,
.mhk-consent-settings-head h2 {
    color: #fff !important;
    font-size: clamp(29px, 4.4vw, 54px);
    line-height: 1.04;
    letter-spacing: -.035em;
    margin: 10px 0 16px;
    max-width: 760px;
}

.mhk-consent-copy p {
    color: #cfcac0;
    font-size: clamp(15px, 1.7vw, 18px);
    line-height: 1.7;
    margin: 0;
    max-width: 760px;
}

.mhk-consent-quickfacts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 10px;
    margin: clamp(24px, 3vw, 34px) 0;
}

.mhk-consent-quickfacts span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    border: 1px solid rgba(214,182,84,.22);
    border-radius: 12px;
    background: rgba(255,255,255,.018);
    padding: 12px 14px;
    color: #d8d4cb;
    font-size: 12px;
    line-height: 1.35;
}

.mhk-consent-quickfacts i {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--mhk-consent-accent) !important;
    box-shadow: 0 0 12px color-mix(in srgb, var(--mhk-consent-accent) 70%, transparent);
}

.mhk-consent-actions {
    display: grid;
    gap: 10px;
}

.mhk-consent-actions-primary {
    grid-template-columns: 1fr 1fr auto;
}

.mhk-consent-actions-settings {
    grid-template-columns: 1fr 1fr auto;
    margin-top: 20px;
}

.mhk-consent-btn,
.mhk-consent-open {
    appearance: none;
    border: 0;
    font: inherit;
    cursor: pointer;
}

.mhk-consent-btn {
    min-height: 56px;
    border-radius: 13px;
    padding: 14px 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .01em;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.mhk-consent-btn:hover {
    transform: translateY(-2px);
}

.mhk-consent-btn:active {
    transform: translateY(0);
}

.mhk-consent-btn:focus-visible,
.mhk-consent-back:focus-visible,
.mhk-consent-close:focus-visible,
.mhk-consent-fab:focus-visible,
.mhk-consent-switch input:focus-visible + span,
.mhk-consent-placeholder button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.mhk-consent-btn-gold {
    color: #080808 !important;
    background: var(--mhk-consent-accent) !important;
    border: 1px solid var(--mhk-consent-accent) !important;
    box-shadow: 0 12px 32px rgba(214,182,84,.14);
}

.mhk-consent-btn-gold:hover {
    background: color-mix(in srgb, var(--mhk-consent-accent) 88%, #fff) !important;
    box-shadow: 0 16px 40px rgba(214,182,84,.22);
}

.mhk-consent-btn-outline {
    color: #f3eee4 !important;
    background: transparent !important;
    border: 1px solid color-mix(in srgb, var(--mhk-consent-accent) 75%, transparent) !important;
}

.mhk-consent-btn-outline:hover {
    color: var(--mhk-consent-accent) !important;
    border-color: var(--mhk-consent-accent) !important;
    background: rgba(214,182,84,.055) !important;
}

.mhk-consent-btn-text {
    color: #cfcac0 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    padding-inline: 12px;
}

.mhk-consent-btn-text:hover {
    color: var(--mhk-consent-accent) !important;
    background: rgba(255,255,255,.025);
}

.mhk-consent-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(214,182,84,.17);
    color: #8e8b84;
    font-size: 11px;
}

.mhk-consent-footer nav {
    display: flex;
    gap: 16px;
}

.mhk-consent-footer a {
    color: #cfcac0 !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(214,182,84,.35) !important;
}

.mhk-consent-footer a:hover {
    color: var(--mhk-consent-accent) !important;
}

.mhk-consent-settings-head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: start;
    margin-bottom: 22px;
}

.mhk-consent-settings-head h2 {
    font-size: clamp(28px, 4vw, 44px);
    margin: 8px 0 0;
}

.mhk-consent-back {
    width: 78px;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid rgba(214,182,84,.35) !important;
    border-radius: 11px;
    background: transparent !important;
    color: #d8d4cb !important;
    cursor: pointer;
    font-weight: 700;
}

.mhk-consent-back:hover {
    border-color: var(--mhk-consent-accent) !important;
    color: var(--mhk-consent-accent) !important;
}

.mhk-consent-categories {
    display: grid;
    gap: 10px;
}

.mhk-consent-category {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 17px 18px;
    border: 1px solid rgba(214,182,84,.24);
    border-radius: 14px;
    background: linear-gradient(115deg, rgba(255,255,255,.025), transparent 45%);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.mhk-consent-category:hover {
    border-color: rgba(214,182,84,.48);
    background: linear-gradient(115deg, rgba(214,182,84,.045), transparent 50%);
}

.mhk-consent-category-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(214,182,84,.3);
    border-radius: 12px;
    color: var(--mhk-consent-accent) !important;
}

.mhk-consent-category-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mhk-consent-category-title {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.mhk-consent-category-title h3 {
    color: #fff !important;
    font-size: 16px;
    margin: 0;
}

.mhk-consent-category-title span {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    border: 1px solid rgba(214,182,84,.28);
    border-radius: 999px;
    padding: 3px 8px;
    color: var(--mhk-consent-accent) !important;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mhk-consent-category-copy p {
    color: #a9a59e;
    font-size: 12px;
    line-height: 1.5;
    margin: 5px 0 0;
}

.mhk-consent-switch {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.mhk-consent-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.mhk-consent-switch > span {
    position: relative;
    width: 50px;
    height: 28px;
    border: 1px solid rgba(255,255,255,.17) !important;
    border-radius: 999px;
    background: #181818 !important;
    transition: .22s ease;
}

.mhk-consent-switch > span::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #77736b !important;
    box-shadow: 0 2px 7px rgba(0,0,0,.4);
    transition: .22s ease;
}

.mhk-consent-switch input:checked + span {
    border-color: var(--mhk-consent-accent) !important;
    background: color-mix(in srgb, var(--mhk-consent-accent) 22%, #111) !important;
}

.mhk-consent-switch input:checked + span::after {
    transform: translateX(22px);
    background: var(--mhk-consent-accent) !important;
}

.mhk-consent-category.is-locked .mhk-consent-switch {
    cursor: not-allowed;
    opacity: .78;
}

.mhk-consent-receipt {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px dashed rgba(214,182,84,.3);
    color: #9d9991;
    font-size: 11px;
}

.mhk-consent-receipt code {
    color: var(--mhk-consent-accent) !important;
    background: none;
    margin-left: 8px;
}

.mhk-consent-fab {
    position: fixed;
    z-index: 2147482000;
    left: max(15px, env(safe-area-inset-left));
    bottom: max(15px, env(safe-area-inset-bottom));
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(214,182,84,.72) !important;
    border-radius: 999px;
    background: rgba(5,5,5,.88) !important;
    color: #f6f1e8 !important;
    padding: 9px 14px 9px 10px;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    box-shadow: 0 12px 32px rgba(0,0,0,.38);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.mhk-consent-fab[hidden] {
    display: none !important;
}

.mhk-consent-fab:hover {
    color: var(--mhk-consent-accent) !important;
    border-color: var(--mhk-consent-accent) !important;
    transform: translateY(-2px);
}

.mhk-consent-fab svg {
    width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 50%;
    background: rgba(214,182,84,.1) !important;
    fill: none;
    stroke: var(--mhk-consent-accent);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mhk-consent-placeholder {
    min-height: 290px;
    display: grid;
    place-items: center;
    padding: 28px;
    border: 1px solid rgba(214,182,84,.55);
    border-radius: 16px;
    background:
        radial-gradient(circle at 50% 0%, rgba(214,182,84,.11), transparent 45%),
        #080808;
    color: #f4efe5;
    text-align: center;
}

.mhk-consent-placeholder-inner {
    max-width: 520px;
}

.mhk-consent-placeholder svg {
    width: 46px;
    height: 46px;
    fill: none;
    stroke: var(--mhk-consent-accent);
    stroke-width: 1.7;
    margin-bottom: 12px;
}

.mhk-consent-placeholder strong {
    display: block;
    color: var(--mhk-consent-accent) !important;
    font-size: 18px;
    margin-bottom: 8px;
}

.mhk-consent-placeholder p {
    color: #bcb7ad;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 18px;
}

.mhk-consent-placeholder-actions {
    display: flex;
    justify-content: center;
    gap: 9px;
    flex-wrap: wrap;
}

.mhk-consent-placeholder button {
    min-height: 42px;
    border: 1px solid var(--mhk-consent-accent);
    border-radius: 9px;
    padding: 10px 14px;
    background: var(--mhk-consent-accent) !important;
    color: #080808;
    font-weight: 800;
    cursor: pointer;
}

.mhk-consent-placeholder button + button {
    background: transparent !important;
    color: #f4efe5 !important;
}

@keyframes mhkConsentBackdrop {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

@media (max-width: 760px) {
    .mhk-consent-shell {
        place-items: end center;
        padding: 0;
    }

    .mhk-consent-dialog {
        width: 100%;
        max-height: min(92dvh, 920px);
        border-radius: 24px 24px 0 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        padding: 24px 19px calc(20px + env(safe-area-inset-bottom));
    }

    .mhk-consent-brand {
        margin-bottom: 22px;
    }

    .mhk-consent-copy {
        grid-template-columns: 1fr;
    }

    .mhk-consent-shield {
        width: 58px;
        height: 58px;
        border-radius: 17px;
    }

    .mhk-consent-shield svg {
        width: 31px;
        height: 31px;
    }

    .mhk-consent-copy h2 {
        margin-top: 8px;
    }

    .mhk-consent-quickfacts {
        grid-template-columns: 1fr;
    }

    .mhk-consent-quickfacts span {
        min-height: 42px;
    }

    .mhk-consent-actions-primary,
    .mhk-consent-actions-settings {
        grid-template-columns: 1fr;
    }

    .mhk-consent-btn-text {
        min-height: 42px;
    }

    .mhk-consent-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .mhk-consent-settings-head {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mhk-consent-back {
        width: max-content;
    }

    .mhk-consent-category {
        grid-template-columns: 42px minmax(0,1fr) auto;
        gap: 11px;
        padding: 14px 12px;
    }

    .mhk-consent-category-icon {
        width: 42px;
        height: 42px;
    }

    .mhk-consent-category-copy p {
        font-size: 11px;
    }

    .mhk-consent-fab span {
        display: none;
    }

    .mhk-consent-fab {
        width: 48px;
        height: 48px;
        min-height: 48px;
        justify-content: center;
        padding: 0;
    }
}

@media (max-width: 430px) {
    .mhk-consent-category {
        grid-template-columns: 1fr auto;
    }

    .mhk-consent-category-icon {
        display: none;
    }

    .mhk-consent-switch > span {
        width: 46px;
        height: 26px;
    }

    .mhk-consent-switch > span::after {
        width: 16px;
        height: 16px;
    }

    .mhk-consent-switch input:checked + span::after {
        transform: translateX(20px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mhk-consent-shell *,
    .mhk-consent-shell *::before,
    .mhk-consent-shell *::after,
    .mhk-consent-fab {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }
}


/* Final color lock */
.mhk-consent-shell .mhk-consent-close,
.mhk-consent-shell .mhk-consent-back,
.mhk-consent-shell .mhk-consent-btn-outline,
.mhk-consent-shell .mhk-consent-btn-text,
.mhk-consent-shell .mhk-consent-footer a,
.mhk-consent-shell .mhk-consent-category-title span,
.mhk-consent-shell .mhk-consent-mark,
.mhk-consent-shell .mhk-consent-kicker,
.mhk-consent-shell .mhk-consent-eyebrow,
.mhk-consent-shell .mhk-consent-category-icon,
.mhk-consent-fab {
    color: var(--mhk-consent-accent) !important;
}

.mhk-consent-shell .mhk-consent-btn-gold,
.mhk-consent-shell .mhk-consent-placeholder button:first-child {
    background: var(--mhk-consent-accent) !important;
    border-color: var(--mhk-consent-accent) !important;
    color: #080808 !important;
}

.mhk-consent-shell .mhk-consent-btn-outline,
.mhk-consent-shell .mhk-consent-back,
.mhk-consent-shell .mhk-consent-close,
.mhk-consent-shell .mhk-consent-category,
.mhk-consent-shell .mhk-consent-category-icon,
.mhk-consent-shell .mhk-consent-fab,
.mhk-consent-fab {
    border-color: rgba(214,182,84,.45) !important;
}

.mhk-consent-shell .mhk-consent-btn-text:hover,
.mhk-consent-shell .mhk-consent-footer a:hover,
.mhk-consent-shell .mhk-consent-back:hover,
.mhk-consent-shell .mhk-consent-close:hover,
.mhk-consent-fab:hover {
    color: var(--mhk-consent-accent) !important;
    border-color: var(--mhk-consent-accent) !important;
}


/* v1.2: precise icon/text alignment for the floating privacy button */
button.mhk-consent-fab.mhk-consent-open {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

button.mhk-consent-fab.mhk-consent-open > svg {
    display: block !important;
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 4px !important;
    vertical-align: middle !important;
    transform: none !important;
}

button.mhk-consent-fab.mhk-consent-open > span {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    transform: translateY(0) !important;
}

@media (max-width: 760px) {
    button.mhk-consent-fab.mhk-consent-open > svg {
        flex-basis: 24px !important;
    }
}

/* v1.4: floating privacy button on the right, icon-only at rest, luxurious hover reveal */
button.mhk-consent-fab.mhk-consent-open {
    left: auto !important;
    right: max(15px, env(safe-area-inset-right)) !important;
    bottom: max(15px, env(safe-area-inset-bottom)) !important;
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 13px !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
    background:
        radial-gradient(circle at 50% 50%, rgba(214,182,84,.14), transparent 68%),
        rgba(5,5,5,.90) !important;
    box-shadow:
        0 14px 36px rgba(0,0,0,.42),
        inset 0 0 0 1px rgba(214,182,84,.08) !important;
    transition:
        width .32s cubic-bezier(.22,.61,.36,1),
        max-width .32s cubic-bezier(.22,.61,.36,1),
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease,
        background .22s ease !important;
}

button.mhk-consent-fab.mhk-consent-open::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(214,182,84,.10), rgba(214,182,84,0) 48%, rgba(214,182,84,.06));
    opacity: .9;
}

button.mhk-consent-fab.mhk-consent-open > svg,
button.mhk-consent-fab.mhk-consent-open > span {
    position: relative;
    z-index: 1;
}

button.mhk-consent-fab.mhk-consent-open > svg {
    flex: 0 0 24px !important;
    margin-left: 0 !important;
    box-shadow: 0 0 0 1px rgba(214,182,84,.08) inset;
}

button.mhk-consent-fab.mhk-consent-open > span {
    opacity: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    transform: translateX(6px) !important;
    transition: opacity .22s ease, max-width .32s cubic-bezier(.22,.61,.36,1), transform .22s ease !important;
}

button.mhk-consent-fab.mhk-consent-open:hover,
button.mhk-consent-fab.mhk-consent-open:focus-visible {
    width: 146px !important;
    min-width: 146px !important;
    max-width: 146px !important;
    transform: translateY(-2px) !important;
    border-color: rgba(214,182,84,.9) !important;
    box-shadow:
        0 18px 38px rgba(0,0,0,.46),
        0 0 0 1px rgba(214,182,84,.18),
        0 0 24px rgba(214,182,84,.12) !important;
}

button.mhk-consent-fab.mhk-consent-open:hover > span,
button.mhk-consent-fab.mhk-consent-open:focus-visible > span {
    opacity: 1 !important;
    max-width: 90px !important;
    transform: translateX(0) !important;
}

@media (hover: none) {
    button.mhk-consent-fab.mhk-consent-open {
        width: 52px !important;
        min-width: 52px !important;
        max-width: 52px !important;
    }

    button.mhk-consent-fab.mhk-consent-open:active {
        transform: scale(.98) !important;
    }
}

@media (max-width: 760px) {
    .mhk-consent-fab,
    button.mhk-consent-fab.mhk-consent-open {
        left: auto !important;
        right: max(12px, env(safe-area-inset-right)) !important;
        bottom: max(12px, env(safe-area-inset-bottom)) !important;
    }
}


/* v1.5 hard lock: right-side luxury privacy control */
html body button.mhk-consent-fab.mhk-consent-open {
    left: auto !important;
    right: max(16px, env(safe-area-inset-right)) !important;
    bottom: max(16px, env(safe-area-inset-bottom)) !important;
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
    background: linear-gradient(145deg, rgba(214,182,84,.12), rgba(5,5,5,.96) 44%, rgba(5,5,5,.98)) !important;
    border: 1px solid rgba(214,182,84,.72) !important;
    box-shadow: 0 16px 38px rgba(0,0,0,.46), inset 0 0 0 1px rgba(214,182,84,.07) !important;
    transition: width .34s cubic-bezier(.22,.61,.36,1), max-width .34s cubic-bezier(.22,.61,.36,1), min-width .34s cubic-bezier(.22,.61,.36,1), transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

html body button.mhk-consent-fab.mhk-consent-open > span {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    max-width: 0 !important;
    overflow: hidden !important;
    transform: translateX(8px) !important;
    transition: opacity .22s ease, visibility .22s ease, max-width .34s cubic-bezier(.22,.61,.36,1), transform .22s ease !important;
}

html body button.mhk-consent-fab.mhk-consent-open:hover,
html body button.mhk-consent-fab.mhk-consent-open:focus-visible,
html body button.mhk-consent-fab.mhk-consent-open.is-mhk-fab-expanded {
    width: 172px !important;
    min-width: 172px !important;
    max-width: 172px !important;
    transform: translateY(-3px) !important;
    border-color: rgba(214,182,84,1) !important;
    box-shadow: 0 20px 44px rgba(0,0,0,.50), 0 0 0 1px rgba(214,182,84,.16), 0 0 28px rgba(214,182,84,.12) !important;
}

html body button.mhk-consent-fab.mhk-consent-open:hover > span,
html body button.mhk-consent-fab.mhk-consent-open:focus-visible > span,
html body button.mhk-consent-fab.mhk-consent-open.is-mhk-fab-expanded > span {
    opacity: 1 !important;
    visibility: visible !important;
    max-width: 114px !important;
    transform: translateX(0) !important;
}

@media (max-width: 760px) {
    html body button.mhk-consent-fab.mhk-consent-open {
        right: max(12px, env(safe-area-inset-right)) !important;
        bottom: max(12px, env(safe-area-inset-bottom)) !important;
        width: 52px !important;
        min-width: 52px !important;
        max-width: 52px !important;
        height: 52px !important;
        min-height: 52px !important;
        padding: 0 13px !important;
    }
}
