/* Minimal custom overrides — Tailwind handles the rest */

/* Smooth focus rings */
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* Make radio groups feel nicer */
.radio-group label {
  cursor: pointer;
}

/* Recurrence fields transition */
#recurrence-fields {
  transition: opacity 0.15s ease;
}
