/*
 * Atlantic Image Defense v1.15.4.19.35.451.25.2
 * Natural single-line priority for chapter-development titles.
 * Scope restricted to the institutional homepage developments.
 */

.aid-home-page .aid-home-authority__development-heading {
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: clamp(28px, 3vw, 54px);
}

.aid-home-page .aid-home-authority__development h4 {
  width: 100%;
  max-width: none;
  min-width: 0;
  text-wrap: wrap;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* On comfortable desktop widths, keep normal titles on one line.
   Exceptionally long translations still wrap naturally below this range. */
@media (min-width: 1200px) {
  .aid-home-page .aid-home-authority__development h4 {
    font-size: clamp(20px, 1.55vw, 27px);
  }
}

@media (max-width: 1199.98px) {
  .aid-home-page .aid-home-authority__development-heading {
    grid-template-columns: minmax(150px, .24fr) minmax(0, .76fr);
    column-gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .aid-home-page .aid-home-authority__development-heading {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
