/* Minimal styling for the MLMS form */
.mlms-form { max-width:520px; border:1px solid #e1e1e1; padding:16px; background:#fff; }
.mlms-form label { display:block; margin-bottom:10px; }
.mlms-form input[type="text"], .mlms-form input[type="email"], .mlms-form select { width:100%; padding:8px; box-sizing:border-box; }
.mlms-form button { background:#0073aa; color:#fff; border:none; padding:8px 14px; cursor:pointer; }
.mlms-notice { background:#e6ffed; border:1px solid #b6f0c9; padding:10px; margin-bottom:12px; }
