/* Simple styles for contact form */
.cua-form{max-width:600px;margin:0 auto;background:#fff;padding:16px;border-radius:6px;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.cua-row{margin-bottom:12px}
.cua-row label{display:block;font-weight:600;margin-bottom:6px}
.cua-row input[type="text"], .cua-row input[type="email"], .cua-row textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px}
.cua-row button{padding:10px 16px;border:none;border-radius:4px;cursor:pointer}
#cua-feedback{margin-top:10px}
