.kg-consent-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(2, 27, 64, 0.98) 0%, rgba(26, 26, 26, 0.98) 100%);
    border-top: 2px solid #cc520d;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.35);
}

.kg-consent-card {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 0.75rem;
    color: #fff;
    font-size: 0.9rem;
}

.kg-consent-text {
    color: #BAB3B4;
}

.kg-consent-text strong {
    color: #fff;
}

.kg-consent-options {
    display: grid;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(204, 82, 13, 0.4);
    border-radius: 8px;
    padding: 0.75rem 1rem;
}

.kg-consent-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
}

.kg-consent-option input {
    accent-color: #ff9900;
}

.kg-consent-hidden {
    display: none !important;
}

html:not(.kg-consent-adsense) ins.adsbygoogle {
    display: none !important;
}

html:not(.kg-consent-twads) .adsbytwadsgg {
    display: none !important;
}

.kg-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .kg-consent-banner {
        padding: 0.75rem;
    }

    .kg-consent-actions {
        justify-content: center;
    }
}
