/* Bildetekst over hovedbilder skal alltid stå på én linje. */
.service-hero > .service-label,
.hero > .overlay {
  box-sizing: border-box;
  width: max-content !important;
  max-width: calc(100% - 1rem) !important;
  white-space: nowrap !important;
}

/* Litt mindre tekst over bilder – kun mobilvisning. */
@media (max-width: 720px) {
  .service-hero > .service-label,
  .hero > .overlay {
    font-size: 1rem !important;
    line-height: 1.3 !important;
  }

  .focus-button > .focus-title {
    font-size: 0.9rem !important;
  }

  .focus-button > .focus-ingress {
    font-size: 0.76rem !important;
  }
}
