/* Contact Solution SMTP — minimal design */
.csssmtp-card {background:#fff; border-radius:18px; box-shadow:0 8px 24px rgba(0,0,0,.08); padding:24px; max-width:480px; margin:16px auto;}
.csssmtp-form {display:flex; flex-direction:column; gap:14px;}
.csssmtp-field label {font-weight:600; font-size:14px; color:#333; margin-bottom:6px; display:block;}
.csssmtp-field input, .csssmtp-field select, .csssmtp-field textarea {width:100%; padding:12px 14px; border:1px solid #e4e7ef; border-radius:12px; background:#fafbff; font-size:14px;}
.csssmtp-field input:focus, .csssmtp-field select:focus, .csssmtp-field textarea:focus {outline:none; border-color:#3b82f6; box-shadow:0 0 0 3px rgba(59,130,246,.15);} 
.csssmtp-submit {display:inline-flex; align-items:center; gap:10px; background:linear-gradient(90deg, #132945, #0071E6); color:#fff; border:none; border-radius:24px; padding:12px 18px; font-weight:700; cursor:pointer;}
.csssmtp-submit:hover {opacity:.95;}
.csssmtp-arrow {background:#fff; color:#0ea5e9; border-radius:50%; width:28px; height:28px; display:inline-flex; align-items:center; justify-content:center; font-size:16px;}
.csssmtp-status {margin:0; font-size:14px; color:#0f172a;}
.csssmtp-status.error {color:#b91c1c;}
.csssmtp-status.success {color:#065f46;}
