@import url('/assets/theme.css');

@layer responsive {
  @media (max-width: 760px) {
    .article-hero h1,
    .content-section h2,
    .article-facts dd,
    .directory nav strong,
    .related nav strong { overflow-wrap: anywhere; }

    .article-hero > div:first-child,
    .content-section > div,
    .directory nav strong,
    .related nav strong { min-width: 0; }
  }
}
