/* Ported from MOCKUP lines 178-184 */

.xcw-strip {
  background: var(--xcw-ink);
  color: #CFE3EA;
}

.xcw-strip__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(36px, 4.5vw, 54px) clamp(20px, 4vw, 48px);
  text-align: center;
}

.xcw-strip__body {
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.5;
  color: inherit;
  margin: 0;
  text-wrap: pretty;
}

.xcw-strip__lead {
  color: #fff;
  font-weight: 600;
}

/* Wrapper around the body text so it can be styled apart from the lead span;
   inherits everything by default so the rendered design is unchanged. */
.xcw-strip__text {
  color: inherit;
  font: inherit;
}
