.asj-cookie-banner,
.asj-cookie-modal {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.asj-cookie-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 12000;
    background: #111827;
    color: #f3f4f6;
    border: 1px solid #374151;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
    padding: 16px;
    max-width: 980px;
    margin: 0 auto;
}

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

.asj-cookie-banner__title {
    margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 700;
}

.asj-cookie-banner__text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #d1d5db;
}

.asj-cookie-banner__actions {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.asj-cookie-btn {
    border: 1px solid #4b5563;
    background: transparent;
    color: #f3f4f6;
    border-radius: 9px;
    padding: 8px 12px;
    font-size: 0.9rem;
    cursor: pointer;
}

.asj-cookie-btn:hover {
    border-color: #9ca3af;
}

.asj-cookie-btn--primary {
    background: #2563eb;
    border-color: #2563eb;
}

.asj-cookie-btn--secondary {
    background: #1f2937;
}

.asj-cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 12100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asj-cookie-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
}

.asj-cookie-modal__card {
    position: relative;
    width: min(96vw, 680px);
    max-height: 90vh;
    overflow: auto;
    background: #ffffff;
    color: #111827;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    padding: 20px;
}

.asj-cookie-modal__title {
    margin: 0 0 6px;
    font-size: 1.1rem;
}

.asj-cookie-modal__desc {
    margin: 0 0 16px;
    color: #4b5563;
    font-size: 0.92rem;
}

.asj-cookie-row {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 10px;
}

.asj-cookie-row__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.asj-cookie-row__head strong {
    font-size: 0.96rem;
}

.asj-cookie-row__text {
    margin: 0;
    font-size: 0.88rem;
    color: #4b5563;
}

.asj-cookie-modal__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
}

.asj-cookie-badge {
    display: inline-flex;
    align-items: center;
    background: #dcfce7;
    color: #166534;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 0.75rem;
    font-weight: 600;
}

@media (max-width: 640px) {
    .asj-cookie-banner {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 14px;
    }
}
