/* 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; }
/* ACCADEMIA - bottoni Iscriviti + Invia iscrizione (anti-trasparenza) */
body.wp-theme-total .tp-entry-content .acc-reg-evento a.button,
body.wp-theme-total .tp-entry-content .acc-reg-form button.button,
body.wp-theme-total .tp-entry-content .acc-reg-form .button.button-primary {
  background: #2271b1 !important;
  background-color: #2271b1 !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.18) !important;
  text-decoration: none !important;
  border-radius: 10px !important;
  padding: 12px 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Hover */
body.wp-theme-total .tp-entry-content .acc-reg-evento a.button:hover,
body.wp-theme-total .tp-entry-content .acc-reg-form button.button:hover,
body.wp-theme-total .tp-entry-content .acc-reg-form .button.button-primary:hover {
  background: #135e96 !important;
  background-color: #135e96 !important;
}
