/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.marketing-email-optin-compact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 14px 18px;
    margin: 15px 0;

    background: #f8f9fb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.marketing-email-optin-compact h4 {
    margin: 0 0 4px 0;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.marketing-email-optin-compact p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
}

.marketing-email-optin-text {
    flex: 1;
    min-width: 0;
}

.marketing-email-optin-switch {
    flex-shrink: 0;
}