/* MWU Forms plugin styles */
.mwu-form__input--error {
    border-color: #E53E3E !important;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.15) !important;
}

.mwu-ajax-form .mwu-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}
