.ac-consent-banner,
.ac-consent-overlay {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    color: #1f1f1f
}

.ac-consent-banner *,
.ac-consent-overlay * {
    box-sizing: border-box
}

.ac-consent-banner {
    position: fixed;
    z-index: 2147483646;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px;
    background: rgba(15,15,15,.55);
    backdrop-filter: blur(3px)
}

.ac-consent-box,
.ac-consent-panel {
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,.3);
    padding: 24px
}

.ac-consent-box {
    display: flex;
    gap: 28px;
    align-items: flex-end;
    justify-content: space-between
}

.ac-consent-copy {
    max-width: 650px
}

.ac-consent-copy strong,
.ac-consent-panel h2 {
    font-size: 20px;
    color: #111
}

.ac-consent-copy p,
.ac-consent-panel p {
    margin: 8px 0 0;
    line-height: 1.45;
    font-size: 14px
}

.ac-consent-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.ac-consent-actions button,
.ac-media-allow,
.ac-consent-settings-button {
    border: 1px solid #222;
    border-radius: 5px;
    padding: 10px 14px;
    font: inherit;
    cursor: pointer
}

.ac-primary {
    background: #111;
    color: #fff
}

.ac-secondary {
    background: #fff;
    color: #111
}

.ac-consent-links a {
    color: #333;
    text-decoration: underline
}

.ac-consent-overlay {
    position: fixed;
    z-index: 2147483647;
    inset: 0;
    background: rgba(0,0,0,.62);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.ac-consent-panel {
    width: min(680px,100%);
    max-height: 90vh;
    overflow: auto
}

.ac-consent-option {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 16px 0;
    margin: 0
}

.ac-consent-option div {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ac-consent-option small {
    line-height: 1.35;
    color: #555
}

.ac-consent-option input {
    width: 22px;
    height: 22px;
    flex: 0 0 auto
}

.ac-consent-fixed span {
    font-size: 13px;
    color: #555
}

/* Cookie-Einstellungen: kleiner Button dauerhaft unten links */
.ac-consent-settings-button {
    position: fixed !important;
    z-index: 2147483000;
    left: 12px !important;
    right: auto !important;
    bottom: 12px !important;
    top: auto !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;

    display: inline-block !important;
    float: none !important;

    margin: 0 !important;
    padding: 7px 10px !important;

    background: #fff;
    color: #222;
    border: 1px solid #222;
    border-radius: 5px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;

    box-shadow: 0 2px 8px rgba(0,0,0,.18);
    cursor: pointer;
}

.ac-media-placeholder {
    display: flex;
    min-height: 220px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    text-align: center
}

.ac-media-placeholder > div {
    max-width: 540px
}

.ac-media-placeholder p {
    margin: 8px 0 14px
}

.ac-media-allow {
    background: #111;
    color: #fff
}

@media(max-width:720px) {
    .ac-consent-box {
        display: block
    }

    .ac-consent-actions {
        margin-top: 18px;
        justify-content: stretch
    }

    .ac-consent-actions button {
        flex: 1 1 100%
    }

    .ac-consent-banner {
        padding: 10px
    }

    .ac-consent-box,
    .ac-consent-panel {
        padding: 18px
    }

    .ac-consent-settings-button {
        left: 8px !important;
        right: auto !important;
        bottom: 8px !important;
        width: auto !important
    }
}