/* Project styles layered on top of the Localcraft theme.
   Keep this small: anything substantial belongs in a layout override with a
   note in README.md's override table. */

/* Body prose on the Kapcsolat / Contact page. The theme ships no style for it
   because its location layout never rendered page content at all; we added
   that in layouts/location/single.html. */
.location-intro__content {
  max-width: 68ch;
  margin-inline: auto;
}
.location-intro__content p {
  margin: 0 0 1rem;
}
