.vm-auth-legal-text {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.45;
    color: #6b7280;
    text-align: center;
}

.vm-auth-legal-text a {
    color: #0f4c81;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.vm-auth-marketing-consent {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 14px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #374151;
}

.vm-auth-marketing-consent input[type="checkbox"] {
    flex: 0 0 auto;
    margin-top: 2px;
}

.vmlc-marketing-prompt {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999999;
    max-width: 380px;
}

.vmlc-marketing-prompt__card {
    position: relative;
    padding: 22px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.vmlc-marketing-prompt__card h2 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.25;
    color: #111827;
}

.vmlc-marketing-prompt__card p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.45;
    color: #4b5563;
}

.vmlc-marketing-prompt__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.vmlc-marketing-prompt__accept,
.vmlc-marketing-prompt__reject {
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    cursor: pointer;
    font-weight: 600;
}

.vmlc-marketing-prompt__accept {
    background: #0f4c81;
    color: #ffffff;
}

.vmlc-marketing-prompt__reject {
    background: #f3f4f6;
    color: #374151;
}

.vmlc-marketing-prompt__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #6b7280;
}

@media (max-width: 640px) {
    .vmlc-marketing-prompt {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
    }
}