/* PrepMode Class XI English page-specific styles. */

/* Hero text override: keeps the introduction compact and balanced. */
  .subject-hero h1 {
    width: 100%;
    max-width: 1180px;
    margin: 0;
    font-size: clamp(1.6rem, 2.15vw, 2.2rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-wrap: balance;
  }

  @media (max-width: 640px) {
    .subject-hero h1 {
      max-width: 100%;
      font-size: 1.32rem;
      line-height: 1.28;
      letter-spacing: -0.015em;
    }
  }

/* Class XI English page-specific spacing. */
.subject-hero{padding-bottom:4px}
.hero-credit-band{padding-bottom:12px}
.areas{padding-top:8px}
@media(max-width:700px){
  .subject-hero{padding-bottom:4px}
  .hero-credit-band{padding-bottom:8px}
  .areas{padding-top:8px}
}
