.vsa-affiliate-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 16px;
    background-color: var(--affiliate-primary, #f5f5f5);
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.vsa-affiliate-banner img {
    max-height: 30px;
    width: auto;
}

.vsa-affiliate-banner span {
    opacity: 0.9;
}

.vsa-modal-trigger {
    color: #fff;
    text-decoration: underline;
    opacity: 0.8;
    cursor: pointer;
    font-size: 13px;
}

.vsa-modal-trigger:hover {
    opacity: 1;
}

.vsa-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

.vsa-modal {
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    max-width: 500px;
    width: 90%;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.vsa-modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.vsa-modal-close:hover {
    color: #333;
}

.vsa-modal-logo {
    max-height: 50px;
    width: auto;
    margin-bottom: 16px;
}

.vsa-modal-text p {
    margin: 0 0 12px;
}

.vsa-modal-text p:last-child {
    margin-bottom: 0;
}

.vsa-modal-cta {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 12px 24px;
    background: var(--affiliate-primary, #333);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
}

.vsa-modal-cta:hover {
    background: var(--affiliate-secondary, #555);
}
