/*
 Offer Text block
 Default (stacked): small eyebrow / big number / small tagline lockup.
 .is-style-inline: single row, sizes inherit from the block font-size setting.
 Color is intentionally inherited from the parent (blue hero, footer CTA, etc.)
========================================================================== */
.block-offer-text {
  line-height: 1;
  text-align: center;
}
.block-offer-text .offer-text__line {
  display: block;
}
.block-offer-text .offer-text__line--1,
.block-offer-text .offer-text__line--3 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 30px;
  letter-spacing: 2px;
}
.block-offer-text .offer-text__line--2 {
  font-size: 96px;
  font-weight: 700;
  margin: 2px 0 8px;
}
@media (max-width: 600px) {
  .block-offer-text .offer-text__line--2 {
    font-size: 72px;
  }
}
.block-offer-text .is-placeholder {
  opacity: 0.4;
}
.block-offer-text.is-style-inline {
  text-align: left;
  font-size: var(--wp--preset--font-size--xx-large);
}
.block-offer-text.is-style-inline .offer-text__line {
  display: inline;
  font-size: inherit;
  font-weight: 600;
}
.block-offer-text.is-style-inline .offer-text__line--1,
.block-offer-text.is-style-inline .offer-text__line--3 {
  font-family: inherit;
  letter-spacing: normal;
}
.block-offer-text.is-style-inline .offer-text__line--2 {
  margin: 0;
}
