/* SEO: reset default <h1> box model where it replaces a small inline breadcrumb
   label, so page semantics improve without changing the existing visual design. */
.cat-h1 {
    display: inline;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: inherit;
}

/* SEO: accessible, visually-hidden heading for image-led hero sections that have
   no natural on-screen headline text. */
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
