/* Central compact editorial scale for pages with long, dated titles. */
.ast-new-page.ast-new-page--editorial .ast-new-page__title {
 font:700 clamp(27px,2.5vw,36px)/1.2 Arial,Helvetica,sans-serif;
 margin:0 0 16px;
 text-wrap:balance;
 overflow-wrap:break-word;
}
.ast-new-page.ast-new-page--editorial h2 {
 font:700 clamp(24px,2vw,28px)/1.25 Arial,Helvetica,sans-serif;
 text-wrap:balance;
}
.ast-new-page.ast-new-page--editorial .ast-new-page__section h3 {
 font:700 20px/1.35 Arial,Helvetica,sans-serif;
}

/* The editorial family intentionally wins over the individual chart/calendar modules. */
.ast-new-page.ast-new-page--editorial :is(h1,h2,h3,h4,h5,h6,time,.hc-window-dates,.ast-horoscope-sign-card__main b,.acz-motto strong,.acz-years strong){
 font-family:Arial,Helvetica,sans-serif!important;
}
.ast-new-page.ast-new-page--editorial :is(h1,h2){letter-spacing:-.02em}
