.fl-hero {
  min-height: var(--wp--preset--spacing--fl-hero-h) !important;
  border-radius: 0 0 var(--fl-radius-lg) var(--fl-radius-lg);
  overflow: hidden;
}

.fl-hero .wp-block-cover__background {
  background: linear-gradient(135deg, rgba(43, 43, 43, 0.52) 0%, rgba(0, 0, 0, 0.64) 58%, rgba(215, 110, 1, 0.35) 100%) !important;
}

.fl-hero .wp-block-cover__image-background {
  object-fit: cover;
}

.fl-hero .fl-hero-glass {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
  padding: 2rem;
}

.fl-hero .fl-eyebrow {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
}

.fl-hero h1,
.fl-hero .wp-block-heading {
  color: #fff !important;
  letter-spacing: -0.03em;
}
