/* Mail Form Styles */
.autoresponder-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.autoresponder-form input,
.autoresponder-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.autoresponder-form button {
    background: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.autoresponder-form .error {
    color: #dc3232;
    margin-bottom: 10px;
}

.autoresponder-form .success {
    color: #46b450;
    margin-bottom: 10px;
}
