.v-badge {
    position: fixed;
    font: 12px/20px 'faktum-regular', 'Helvetica Neue', Arial, sans-serif;
    color: #ffffff;
    cursor: pointer;
    z-index: 999;
    background: #005a60;
    padding: 6px 14px 4px;
    left: 10px;
    bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 11px;
}

/* ── Cookie Notice Wrapper ── */
#m-cookienotice {
    overflow: hidden;
    color: #ffffff;
    z-index: 9999;
    font-size: 13px;
    font-family: 'faktum-regular', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    background: #005a60 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* ── Message text area ── */
#m-cookienotice .m-message {
    padding: 6px 16px;
    color: #ffffff;
}

/* ── Cookie Notice Title ── */
#m-cookienotice .m-message strong,
#m-cookienotice .m-message b {
    font-weight: 600;
    letter-spacing: 0.04em;
    font-size: 13px;
    color: #ffffff;
}

/* ── All Buttons (base) ── */
#m-cookienotice .m-button {
    display: inline-block;
    margin: 4px 6px 4px 0;
    padding: 8px 20px;
    font-family: 'faktum-regular', 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    line-height: 1.4;

    /* Default fallback */
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* ── Accept Button (primary action — solid white) ── */
#m-cookienotice .m-button.m-accept {
    background: #ffffff;
    color: #005a60;
    border: 1px solid #ffffff;
}

#m-cookienotice .m-button.m-accept:before {
    content: "";
}

#m-cookienotice .m-button.m-accept:hover,
#m-cookienotice .m-button.m-accept:focus {
    background: #f0f0f0;
    color: #005a60;
    border-color: #f0f0f0;
}

/* ── Decline Button (secondary action — outlined) ── */
#m-cookienotice .m-button.m-decline {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

#m-cookienotice .m-button.m-decline:hover,
#m-cookienotice .m-button.m-decline:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: #ffffff;
}

/* ── Privacy Policy Link Button ── */
#m-cookienotice .m-button.m-read-more {
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    border: none;
    padding: 8px 4px;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.05em;
}

#m-cookienotice .m-button.m-read-more:hover,
#m-cookienotice .m-button.m-read-more:focus {
    color: #ffffff;
    text-decoration-color: rgba(255, 255, 255, 0.9);
    background: transparent;
}

/* ── Generic hover fallback (non-typed buttons) ── */
#m-cookienotice .m-button:hover,
#m-cookienotice .m-button:focus {
    outline: none;
}

#m-cookienotice .m-button:active {
    opacity: 0.85;
}

/* ── Layout: Message / Actions columns ── */
#message-custom-css {
    float: left;
}

#action-custom-css {
    float: right;
    margin-top: 0;
}

.cookie-div {
    width: 50%;
    margin: auto;
}

/* ── Bar variant ── */
#m-cookienotice.v-bar {
    width: calc(50% - 10px);
    padding: 8px 0;
    background: #005a60 !important;
}

#m-cookienotice.v-bar .m-actions {
    vertical-align: middle;
    padding-right: 14px;
    text-align: center;
}

#m-cookienotice.v-bar.v-top {
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-top: none;
}

#m-cookienotice.v-bar.v-bottom {
    position: fixed;
    width: calc(100% - 40px);
    left: 0;
    bottom: 0;
    margin: 0 20px;
    background: #005a60 !important;
}

/* ── Box variant ── */
#m-cookienotice.v-box {
    position: fixed;
    max-width: 320px;
    border: none;
    border-radius: 0;
    margin: 16px;
    background: #005a60 !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

#m-cookienotice.v-box .m-actions {
    float: left;
    margin: 6px 12px;
}

#m-cookienotice.v-box.v-top-left {
    top: 0;
    left: 0;
    border-radius: 0;
}

#m-cookienotice.v-box.v-top-right {
    top: 0;
    right: 0;
    border-radius: 0;
}

#m-cookienotice.v-box.v-center {
    top: 40%;
    left: 40%;
    border-radius: 0;
    opacity: 0.95;
}

#m-cookienotice.v-box.v-bottom-left {
    bottom: 0;
    left: 0;
    border-radius: 0;
}

#m-cookienotice.v-box.v-bottom-right {
    bottom: 0;
    right: 0;
    border-radius: 0;
}

/* ── Responsive ── */
@media (max-width: 980px) {
    #message-custom-css {
        float: left;
    }

    #action-custom-css {
        float: right;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    #m-cookienotice.v-bar.v-bottom {
        width: 100%;
        margin: 0;
        left: 0;
    }

    #m-cookienotice .m-button {
        padding: 7px 14px;
        font-size: 10px;
        margin: 3px 4px 3px 0;
    }
}

/* RWD */
@media (max-width: 360px) {
    #m-cookienotice.v-box {
        width: 100% !important;
        padding: 8px 0 0;
        position: fixed;
        bottom: 0 !important;
        top: auto !important;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
    }

    #m-cookienotice.v-box .m-actions {
        vertical-align: middle;
        width: 100%;
        padding-right: 10px;
        text-align: left;
    }

    #m-cookienotice .m-actions {
        float: left;
        margin: 5px 10px;
    }

    #m-cookienotice.v-bar .m-actions {
        width: auto;
    }
}

/* ── Skin - Dark Clean (kept for config compatibility) ── */
#m-cookienotice.v-dark-clean {
    color: #ffffff;
    background: #005a60 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

#m-cookienotice.v-dark-clean .m-button {
    color: #ffffff;
    text-shadow: none;
    border-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

#m-cookienotice.v-dark-clean .m-button:hover,
#m-cookienotice.v-dark-clean .m-button:focus {
    background-color: rgba(255, 255, 255, 0.12);
    background-image: none;
}

/* ── Skin - Custom Colors ── */
#m-cookienotice.v-custom-css {
    color: #ffffff;
    background: #005a60 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

#m-cookienotice.v-custom-css .m-button {
    color: #ffffff;
    text-shadow: none;
    border-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

#m-cookienotice.v-custom-css .m-button:hover,
#m-cookienotice.v-custom-css .m-button:focus {
    background-color: rgba(255, 255, 255, 0.12);
    background-image: none;
}

/* ── Skin - Minimalist ── */
#m-cookienotice.v-minimalist {
    color: #ffffff;
    background: #005a60 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    font-size: 12px;
    font-family: 'faktum-regular', 'Helvetica Neue', Arial, sans-serif;
}

#m-cookienotice.v-bar.v-minimalist {
    padding: 4px 0;
}

#m-cookienotice.v-box.v-minimalist {
    width: 280px;
}

#m-cookienotice.v-box.v-minimalist .m-actions {
    margin: 5px;
}

#m-cookienotice.v-box.v-minimalist .m-message {
    padding: 6px 10px;
}

#m-cookienotice.v-minimalist .m-button {
    padding: 6px 12px;
}
