
/* Mahay Contact Form basic styles */
.mahay-cf-form{max-width:640px}
.mahay-cf-row{margin-bottom:14px}
.mahay-cf-row label{display:block;font-weight:600;margin-bottom:6px}
.mahay-cf-form input[type="text"],
.mahay-cf-form input[type="email"],
.mahay-cf-form textarea{width:100%;border:1px solid #dcdcdc;padding:10px;border-radius:4px}
.mahay-cf-success{background:#ecfdf5;border:1px solid #34d399;color:#065f46;padding:12px;border-radius:4px;margin-bottom:16px}
.mahay-cf-errors{background:#fef2f2;border:1px solid #fca5a5;color:#7f1d1d;padding:12px;border-radius:4px;margin-bottom:16px}
