/* Match tile text to body paragraph font size */
.tile__text {
  font-size: 1.125rem !important;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .tile__text {
    font-size: 1.125rem !important;
  }
}
@media only screen and (min-width: 1280px) {
  .tile__text {
    font-size: 1.125rem !important;
  }
}

/* Reduce gap between dark strategy section and criteria */
.site-page__static .wp-block-group.m-with-dark-bg.m-padding-bottom + .wp-block-columns.m-padding-bottom {
  margin-top: -2rem;
}
@media only screen and (min-width: 1280px) {
  .site-page__static .wp-block-group.m-with-dark-bg.m-padding-bottom + .wp-block-columns.m-padding-bottom {
    margin-top: -4rem;
  }
}

/* Hide News section (remove this block to restore) */
.fp-news {
  display: none !important;
}
