.nashra-optin {
}

.nashra-optin-title {
    margin: 0 0 0.25em;
}

.nashra-optin-subtitle {
    margin: 0 0 1.2em;
}

.nashra-optin-fields {
    display: flex;
    flex-direction: column;
    gap: 0.75em;
}

.nashra-optin-email {
    width: 100%;
    box-sizing: border-box;
}

.nashra-optin-submit {
    width: 100%;
    color: #fff;
    background: var(--nashra-accent, #D2691E);
    cursor: pointer;
    border: none;
    padding: 0.75em 1.5em;
    font-size: inherit;
    font-family: inherit;
    border-radius: 4px;
}

.nashra-optin-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.nashra-optin-hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.nashra-optin-msg {
    margin-top: 0.75em;
    display: none;
}

.nashra-optin-msg.nashra-success {
    display: block;
    color: #065f46;
}

.nashra-optin-msg.nashra-error {
    display: block;
    color: #991b1b;
}
