#fw-section-text-blocks-b91dc41d-1d2e-420d-84fe-348ba96f27c5 {
--font-heading-scale: 0.9;
--font-body-scale: 1.0;
}
#fw-section-text-blocks-b91dc41d-1d2e-420d-84fe-348ba96f27c5 {

/* 15% white overlay inside the inner rounded box */

.text-blocks__item {
  position: relative;
  overflow: hidden; /* clip child overlay properly */
}

/* target the inner element that has the rounding */
.text-blocks__item > * {
  position: relative; /* keep content above overlay */
  z-index: 2;
}

.text-blocks__item > *::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  pointer-events: none;
  z-index: 1;
  border-radius: inherit; /* match the actual inner rounding */
}
}





#fw-section-announcement-bar-0 {
--font-heading-scale: 1.0;
--font-body-scale: 1.15;
}