.nikba-consent-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #253745;
    color: #fff;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.18);
    padding: 1.25rem 0;
}

.nikba-consent-banner[hidden],
.nikba-consent-modal[hidden] {
    display: none !important;
}

.nikba-consent-banner__inner,
.nikba-consent-modal__dialog {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1rem;
}

.nikba-consent-banner__grid {
    display: grid;
    gap: 1rem;
    align-items: center;
}

@media (min-width: 992px) {
    .nikba-consent-banner__grid {
        grid-template-columns: 1fr auto;
    }
}

.nikba-consent-banner__title {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.35rem;
}

.nikba-consent-banner__text,
.nikba-consent-banner__links {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    line-height: 1.5;
}

.nikba-consent-banner__links a,
.nikba-consent-modal a {
    color: #32c36c;
    text-decoration: underline;
}

.nikba-consent-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.nikba-consent-modal__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    width: 100%;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.nikba-consent-modal__actions .nikba-consent-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-width: 160px;
    min-height: 42px;
    margin: 0;
    padding: 0.7rem 1.2rem;
    box-sizing: border-box;
}

.nikba-consent-modal .nikba-consent-btn--secondary {
    color: #253745;
    background: #fff;
    border: 1px solid #253745;
}

.nikba-consent-modal .nikba-consent-btn--primary {
    color: #fff;
    background: #32c36c;
    border: 1px solid #32c36c;
}

.nikba-consent-btn {
    border: 0;
    border-radius: 999px;
    padding: 0.7rem 1.2rem;
    font-size: 0.95rem;
    cursor: pointer;
    line-height: 1.2;
}

.nikba-consent-btn--primary {
    background: #32c36c;
    color: #fff;
}

.nikba-consent-btn--secondary,
.nikba-consent-btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.nikba-consent-btn--secondary {
    border-color: #fff;
}

.nikba-consent-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.nikba-consent-modal__dialog {
    background: #fff;
    color: #253745;
    border-radius: 12px;
    padding: 1.5rem;
    width: min(100%, 640px);
    max-height: 90vh;
    overflow: auto;
}

.nikba-consent-category {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 0.75rem;
}

.nikba-consent-category__head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.nikba-consent-category__title {
    font-weight: 600;
    margin: 0;
}

.nikba-consent-category__desc {
    margin: 0.5rem 0 0;
    color: #666;
    font-size: 0.92rem;
}

.nikba-consent-category--locked {
    opacity: 0.85;
}

.nikba-consent-settings-link {
    cursor: pointer;
}

.nikba-form-consent {
    margin-bottom: 1rem;
}

.nikba-form-consent .form-check-label {
    font-size: 0.92rem;
    line-height: 1.5;
}

.nikba-form-consent a {
    color: #32c36c;
    text-decoration: underline;
}
