.medweb-cookie-banner {
    position: fixed;
    z-index: 2147483000;
    left: 18px;
    bottom: 18px;
    width: min(360px, calc(100vw - 36px));
    padding: 14px;
    color: #171717;
    border: 1px solid rgba(23, 23, 23, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 14px 42px rgba(23, 23, 23, .18);
    font-family: inherit;
}

.medweb-cookie-banner__text {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
}

.medweb-cookie-banner__text a,
.medweb-consent a {
    color: #315a16;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.medweb-cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 9px;
}

.medweb-cookie-banner__button {
    min-height: 34px;
    padding: 6px 11px;
    color: #171717;
    border: 1px solid rgba(23, 23, 23, .18);
    border-radius: 999px;
    background: #fff;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.medweb-cookie-banner__button--accept {
    color: #fff;
    border-color: #9ce154;
    background: #9ce154;
}

.medweb-cookie-banner__button:hover,
.medweb-cookie-banner__button:focus-visible {
    box-shadow: 0 0 0 3px rgba(156, 225, 84, .28);
    outline: none;
}

.medweb-scroll-top {
    position: fixed;
    z-index: 1999;
    right: 18px;
    bottom: 18px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background: #9ce154;
    box-shadow: 0 10px 26px rgba(23, 23, 23, .14);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.site-footer [data-footer-audit] {
    display: inline-flex;
    min-height: 40px;
    padding: 10px 18px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 0;
    border-radius: 999px;
    background: #9ce154;
    font: inherit;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 120ms ease;
}

.site-footer [data-footer-audit]:hover,
.site-footer [data-footer-audit]:focus-visible {
    color: #fff;
    background: #8ccf4b;
    box-shadow: 0 0 0 3px rgba(156, 225, 84, .24);
    outline: none;
    transform: translateY(-1px);
}

.medweb-scroll-top[hidden] {
    display: grid;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
}

.medweb-scroll-top:hover,
.medweb-scroll-top:focus-visible {
    box-shadow: 0 0 0 4px rgba(156, 225, 84, .25), 0 10px 26px rgba(23, 23, 23, .14);
    outline: none;
}

.medweb-consents {
    display: grid;
    gap: 4px;
    margin-top: 12px;
}

.medweb-consent {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 8px;
    color: inherit;
    cursor: pointer;
}

.medweb-consent input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.medweb-consent > span[aria-hidden='true'] {
    display: grid;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 0;
    place-items: center;
    box-sizing: border-box;
    border: 1px solid rgba(23, 23, 23, .26);
    border-radius: 50%;
    background: #fff;
}

.medweb-consent input:checked + span[aria-hidden='true'] {
    border-color: #9ce154;
    background: #9ce154;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='m2 6.2 2.3 2.3L10 3' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px 11px;
}

.medweb-consent input:focus-visible + span[aria-hidden='true'] {
    outline: 3px solid rgba(156, 225, 84, .28);
    outline-offset: 2px;
}

.medweb-consent > .medweb-consent__text,
.medweb-consent > b {
    min-width: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
}

body .medweb-consent {
    min-height: 0;
    margin-top: 0;
    padding: 0;
}

body .medweb-consent > span[aria-hidden='true'] {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
    margin-top: 0;
    border-radius: 50%;
}

body .medweb-consent > .medweb-consent__text,
body .medweb-consent > b {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
}

body .pricing-contact-form > .medweb-consent + .medweb-consent {
    margin-top: -8px;
}

body .pricing-contact-form .medweb-consent > .medweb-consent__text,
body .pricing-contact-form .medweb-consent > b,
body .medweb-feedback .medweb-consent > .medweb-consent__text,
body .medweb-feedback .medweb-consent > b {
    color: #444;
}

@media (max-width: 640px) {
    .medweb-cookie-banner {
        right: 12px;
        bottom: 12px;
        left: 12px;
        width: auto;
        padding: 13px;
        border-radius: 16px;
    }

    .medweb-scroll-top {
        right: 14px;
        bottom: 14px;
        width: 42px;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .medweb-scroll-top {
        transition: none;
    }
}

/* Keep the global header responsive when utility CSS is unavailable or reordered. */
@media (min-width: 1024px) {
    body #main-header .site-header__nav {
        display: flex;
    }

    body #main-header .site-header__menu {
        display: none;
    }
}

@media (max-width: 1023px) {
    body #main-header .site-header__nav {
        display: none;
    }

    body #main-header .site-header__menu {
        display: flex;
    }
}
