/* Course booking form styles */
.mwu-registration-form {
    margin-top: 2rem;
}

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

.mwu-registration-form .mwu-form__error {
    color: #E53E3E;
    font-size: 0.8125rem;
    margin-top: 0.375rem;
}

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