.privacy-consent {
    align-items: center;
    background: rgba(15, 23, 42, .94);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    bottom: 1.15rem;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
    color: #fff;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    left: 50%;
    max-width: min(920px, calc(100vw - 2rem));
    padding: 1rem;
    position: fixed;
    transform: translateX(-50%);
    width: 100%;
    z-index: 80;
}

.privacy-consent b {
    display: block;
    font-size: 1rem;
    margin-bottom: .25rem;
}

.privacy-consent p {
    color: #cbd5e1;
    font-size: .9rem;
    line-height: 1.55;
    margin: 0;
}

.privacy-consent a {
    color: var(--lime);
    font-weight: 800;
}

.privacy-consent > div:last-child {
    display: flex;
    flex-shrink: 0;
    gap: .55rem;
}

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

.managed-ad-consent-placeholder {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(91, 108, 255, .08), rgba(216, 255, 95, .13)),
        repeating-linear-gradient(45deg, rgba(15, 23, 42, .04) 0 8px, transparent 8px 16px);
    border: 1px dashed rgba(91, 108, 255, .35);
    border-radius: 18px;
    color: #475569;
    display: flex;
    font-size: .9rem;
    font-weight: 800;
    justify-content: center;
    min-height: 86px;
    padding: 1rem;
    text-align: center;
}

.managed-ad {
    box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

@media (max-width: 720px) {
    .privacy-consent {
        align-items: stretch;
        display: grid;
        border-radius: 22px;
    }

    .privacy-consent > div:last-child {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
