.ieme-consent {
    position: fixed;
    left: auto;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999;
    width: min(31rem, calc(100% - 2rem));
    box-sizing: border-box;
    max-width: calc(100vw - 2rem);
}

.ieme-consent,
.ieme-consent * {
    box-sizing: border-box;
    min-width: 0;
}

.ieme-consent__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem;
    padding: 0.58rem 0.62rem 0.58rem 0.78rem;
    border: 1px solid rgba(14, 54, 60, 0.14);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 50px -30px rgba(12, 40, 45, 0.46);
}

.ieme-consent__eyebrow {
    margin: 0 0 0.24rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1f9194;
}

.ieme-consent h2 {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.12;
    color: #123239;
}

.ieme-consent p {
    display: none;
    margin: 0;
    color: #4d6c72;
    font-size: 0.78rem;
    line-height: 1.38;
}

.ieme-consent__actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.42rem;
}

.ieme-consent__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.62rem 1rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #1f9194, #2db5ba);
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.ieme-consent__button.is-ghost {
    border: 1px solid #1f9194;
    background: #1f9194;
    color: #fff;
}

.ieme-consent__button:focus-visible {
    outline: 3px solid rgba(241, 161, 42, 0.72);
    outline-offset: 2px;
}

@media (max-width: 720px) {
    body:has(.ieme-consent:not([hidden])) .ie-page-hero {
        padding-top: 0;
    }

    body:has(.ieme-consent:not([hidden])) .ie-home-hero {
        padding-top: 0;
    }

    .ieme-consent {
        left: 50%;
        right: auto;
        top: auto;
        bottom: 0.75rem;
        transform: translateX(-50%);
        width: auto;
        min-width: min(20rem, calc(100vw - 1rem));
        max-width: none;
    }

    .ieme-consent__inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(8.8rem, 0.72fr);
        align-items: center;
        gap: 0.5rem;
        padding: 0.38rem;
        border-radius: 0.85rem;
    }

    .ieme-consent__eyebrow {
        display: none;
    }

    .ieme-consent__copy::before {
        content: "Cookie choices";
        display: block;
        color: #173e45;
        font-size: 0.78rem;
        font-weight: 900;
        line-height: 1.05;
    }

    .ieme-consent h2 {
        display: none;
    }

    .ieme-consent p {
        display: none;
    }

    .ieme-consent__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.4rem;
    }

    .ieme-consent__button {
        min-width: 0;
        width: 100%;
        min-height: 44px;
        padding-inline: 0.4rem;
        font-size: 0.75rem;
    }

    .ier-site-header.is-nav-open ~ .ieme-consent {
        z-index: 70;
    }
}

@media (max-width: 390px) {
    .ieme-consent__inner {
        grid-template-columns: 1fr;
    }
}
