/* SR-ONLY block — visually hides content while keeping it for SEO & screen readers.
   In DA: create a block named "sr-only" and put the H1 (or any text) inside it. */
.sr-only h1,
.sr-only h2,
.sr-only h3,
.sr-only h4,
.sr-only h5,
.sr-only h6,
.sr-only p,
.sr-only span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
