/* Roboto first */
.cem-form, .cem-calendar, .cem-form * {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.cem-calendar ul.cem-events { list-style: none; padding: 0; margin: 0; }
.cem-calendar ul.cem-events li { padding: 10px; border: 1px solid #ddd; border-radius: 10px; margin-bottom: 8px; display:flex; gap:10px; flex-wrap:wrap; align-items:center }
.cem-calendar .cem-full { color: #a00; font-weight: 600; }
.cem-form { border: 1px solid #eee; padding: 16px; border-radius: 12px; max-width: 720px }
.cem-form .row { display:flex; gap:10px; }
.cem-form .row .col { flex:1; }
.cem-form label { display:block; margin:8px 0 4px; font-weight:600; }
.cem-form input, .cem-form select, .cem-form textarea { width:100%; padding:10px; border:1px solid #ddd; border-radius:10px; }
.cem-form button { padding:10px 16px; border-radius:12px; border:0; background:#111; color:#fff; cursor:pointer }
.cem-form .cem-note { font-size:12px; color:#666; }
.cem-form .cem-error { color:#a00; margin:8px 0; }
.cem-form .cem-success { color:#0a0; margin:8px 0; }
.cem-captcha { display:flex; gap:10px; align-items:center; }
