/* Loaded after the legacy site CSS: neutralise Bootstrap element rules that
   bleed into the Tailwind-styled form pages. Scoped to element defaults only,
   so CMS pages (which style via Bootstrap classes) are unaffected. */
main.container legend {
  display: block;
  width: auto;
  margin: 0;
  padding: 0 4px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: inherit;
  border: 0;
}
main.container fieldset {
  min-width: 0;
}
main.container label {
  font-weight: 500;
  margin-bottom: 0;
  max-width: none;
}
main.container input[type="radio"],
main.container input[type="checkbox"] {
  margin: 0;
}
