/* BRXTN.de – schlichter Cookie-Hinweis, externe Datei für strenge CSP */
#brxtn-cookie-note {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 2147483000;
    width: min(720px, calc(100% - 32px));
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 16px 15px 18px;
    border: 1px solid #d7d2c9;
    background: #fbfaf7;
    box-shadow: 0 14px 38px rgba(35, 35, 31, .16);
    color: #4f504a;
    font: 14px/1.5 "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
#brxtn-cookie-note[hidden] { display: none !important; }
#brxtn-cookie-note p { margin: 0; }
#brxtn-cookie-note a {
    color: #292a27;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
#brxtn-cookie-note button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 9px 15px;
    border: 1px solid #292a27;
    border-radius: 0;
    background: #292a27;
    color: #fff;
    font: 700 13px/1 "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    cursor: pointer;
}
#brxtn-cookie-note button:hover,
#brxtn-cookie-note button:focus-visible {
    background: #667064;
    border-color: #667064;
}
@media (max-width: 620px) {
    #brxtn-cookie-note {
        bottom: 12px;
        width: calc(100% - 24px);
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding: 15px;
    }
    #brxtn-cookie-note button { width: 100%; }
}
