/* Molo Quote Band — big centered pull-quote.
   Selectors are scoped under .molo-quote-band so they outrank Avada's
   .fusion-body blockquote defaults (grey box, border, italic, body font). */
.molo-quote-band .molo-section__inner { text-align: center; }

.molo-quote-band .molo-quote-band__quote {
  position: relative;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
  max-width: 32ch;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  line-height: 1.3;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.01em;
  color: inherit;
  text-wrap: balance;
}

/* decorative oversized opening quote, pure CSS */
.molo-quote-band .molo-quote-band__quote::before {
  content: '\201C';
  position: absolute;
  top: -0.46em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4.6em;
  line-height: 1;
  font-weight: 700;
  color: var(--molo-orange);
  opacity: .42;
  pointer-events: none;
}

.molo-quote-band .molo-quote-band__quote p {
  position: relative;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.molo-quote-band .molo-quote-band__attribution {
  display: block;
  margin-top: 1.3em;
  font-style: normal;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--molo-orange);
}

.molo-quote-band .molo-quote-band__support {
  margin: 1.7em auto 0;
  max-width: 58ch;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.65;
  opacity: .85;
}
