/* Front-page hero pattern styles. */
.temba-front-hero.wp-block-cover {
  min-height: min(100svh, 900px);
}

.temba-front-hero .wp-block-cover__inner-container {
  width: 100%;
  max-width: min(1120px, 100%);
}

.temba-front-hero .temba-front-hero__content {
  gap: var(--wp--preset--spacing--x-small);
  max-width: 720px;
  margin-right: auto;
}

.temba-front-hero .wp-block-heading,
.temba-front-hero .wp-block-paragraph {
  color: var(--wp--preset--color--background);
  text-wrap: balance;
}

.temba-front-hero .wp-block-paragraph {
  max-width: 52ch;
}

.temba-front-hero .wp-block-buttons {
  margin-top: var(--wp--preset--spacing--small);
}

.temba-front-hero .is-style-outline .wp-block-button__link {
  border-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--background);
}

@media (max-width: 781px) {
  .temba-front-hero.wp-block-cover {
    min-height: min(92svh, 760px);
  }

  .temba-front-hero .temba-front-hero__content {
    max-width: 100%;
  }
}
