.lisam-reminder-form {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.lisam-reminder-form h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.lisam-reminder-form .form-group {
    margin-bottom: 15px;
}

.lisam-reminder-form input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.lisam-reminder-form .u-btn {
    width: 100%;
    padding: 12px 24px;
    cursor: pointer;
    min-width: 50px;

}

.lisam-reminder-form .form-message {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}

.lisam-reminder-form .form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.lisam-reminder-form .form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}