/* Homepage hero featured schools: isolated to avoid legacy theme overrides. */
body.fsl-home-v2 .hero-section {
  padding-bottom: 28px;
}

body.fsl-home-v2 .hero-featured-schools {
  max-width: 1040px;
  margin: 16px auto 0;
  padding: 12px 20px 10px;
  border: 0;
  border-radius: 12px;
  background: rgba(6, 16, 32, 0.72);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: rgba(255, 255, 255, 0.94);
  font-family: "Open Sans", Arial, sans-serif;
  text-align: center;
}

body.fsl-home-v2 .hero-featured-schools__label {
  display: block;
  margin-bottom: 4px;
  color: #bae6fd;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.fsl-home-v2 .hero-featured-schools__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.fsl-home-v2 .hero-featured-schools__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0 7px;
  margin: 0;
  padding: 6px 4px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

body.fsl-home-v2 .hero-featured-schools__row + .hero-featured-schools__row {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.fsl-home-v2 .hero-section .hero-featured-schools__row a {
  color: #fff !important;
  font-size: inherit;
  font-weight: 750;
  text-decoration: none;
}

body.fsl-home-v2 .hero-section .hero-featured-schools__row a:hover,
body.fsl-home-v2 .hero-section .hero-featured-schools__row a:focus {
  color: #bae6fd !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.fsl-home-v2 .hero-section .hero-featured-schools__row a:focus {
  outline: 2px solid #7dd3fc;
  outline-offset: 2px;
  border-radius: 2px;
}

body.fsl-home-v2 .hero-featured-schools__separator {
  color: #7dd3fc;
  font-weight: 700;
}

@media (max-width: 767px) {
  body.fsl-home-v2 .hero-section {
    padding-bottom: 24px;
  }

  body.fsl-home-v2 .hero-featured-schools {
    margin-top: 14px;
    padding: 11px 12px 9px;
    border-radius: 10px;
  }

  body.fsl-home-v2 .hero-featured-schools__row {
    gap: 0 6px;
    padding: 7px 2px;
    font-size: 14px;
    line-height: 1.5;
  }
}
