.db-consent-banner {
    position: fixed;
    z-index: 1200;
    right: 1.25rem;
    bottom: 1.25rem;
    width: min(460px, calc(100vw - 2rem));
    padding: 1.35rem;
    border: 1px solid rgba(230, 126, 34, .42);
    background: rgba(20, 20, 25, .98);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .48);
    backdrop-filter: blur(16px);
}

.db-consent-banner[hidden] {
    display: none;
}

.db-consent-banner h2 {
    margin-bottom: .55rem;
    font-size: 1rem;
    letter-spacing: .04em;
    text-transform: none;
}

.db-consent-banner p {
    margin-bottom: 1rem;
    color: #b6b6bd;
    font-size: .82rem;
    line-height: 1.6;
}

.db-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.db-consent-actions .btn {
    padding: .68rem 1rem;
    font-size: .68rem;
}

.db-consent-link {
    border: 0;
    background: none;
    color: var(--text-light);
    cursor: pointer;
    font: inherit;
    font-size: .72rem;
}

.db-consent-link:hover {
    color: var(--accent);
}

.form-trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.turnstile-wrap {
    display: flex;
    justify-content: center;
    margin: .25rem 0 1rem;
}

@media (max-width: 560px) {
    .db-consent-banner {
        right: 1rem;
        bottom: 1rem;
    }

    .db-consent-actions,
    .db-consent-actions .btn {
        width: 100%;
    }
}
