.vs-cookie-banner {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: 640px;
    margin: 0 auto;
    background: #ffffff;
    color: #1a1a1a;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
    padding: 1.25rem;
    z-index: 9999;
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
}

.vs-cookie-banner[hidden] {
    display: none;
}

.vs-cookie-banner__text {
    margin: 0 0 0.75rem;
}

.vs-cookie-banner__manage {
    margin-bottom: 0.75rem;
}

.vs-cookie-banner__toggle-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.vs-cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.vs-cookie-banner__btn {
    padding: 0.55rem 1rem;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 0.9rem;
}

/* Accept and Reject share the same size/weight/padding - equal prominence is a
   GDPR requirement, not a styling preference; do not de-emphasize reject. */
.vs-cookie-banner__btn--primary,
.vs-cookie-banner__btn--secondary {
    font-weight: 600;
}

.vs-cookie-banner__btn--primary {
    background: var(--primary-color, #0084ff);
    color: #ffffff;
}

.vs-cookie-banner__btn--secondary {
    background: #ffffff;
    color: #1a1a1a;
    border-color: #ccc;
}

.vs-cookie-banner__btn--text {
    background: transparent;
    border: none;
    text-decoration: underline;
    margin-right: auto;
}

.vs-cookie-settings-link {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 9998;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-size: 0.8rem;
    cursor: pointer;
}

.vs-cookie-settings-link[hidden] {
    display: none;
}
