/* Minimal styles for front-end components */
.acc-reg-evento { border: 1px solid #ddd; padding: 16px; border-radius: 8px; margin: 12px 0; }
.acc-reg-evento h2 { margin-top: 0; }
.acc-reg-form form input[type="text"],
.acc-reg-form form input[type="email"],
.acc-reg-form form input[type="tel"] { width: 100%; max-width: 420px; }
.acc-reg-form .notice { margin: 0 0 12px 0; padding: 10px; border-left: 4px solid #46b450; background: #f6ffed; }
.acc-reg-form .notice-error { border-left-color: #dc3232; background: #fff5f5; }
