/* Keep banner section titles visually identical whether they are <h1> or <h2>.
   Only the tag font-size differs (h1 36px vs h2 31px); pin it to the class. */
.my-title.block__title {
  font-size: 36px;
}

/* Semantic hidden H1 on the front page (no visual footprint). */
.iprod-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;
}
