/* Page-specific styles for jnu */

.jnu-h1-nowrap{white-space:nowrap;display:inline-block}
@media(max-width:480px){.jnu-h1-nowrap{font-size:.68em}}

/* Three .elig-grid blocks on this page set their column count via an inline
   style (repeat(3,1fr) / repeat(2,1fr)), which beats the shared
   .elig-grid mobile collapse in responsive.css (that rule has no
   !important) -- eligibility/selection/prep cards were staying 2-3 up and
   squeezing sentence-length text at tablet/phone widths. !important is
   required to beat the inline style. Matches the 700px breakpoint
   responsive.css already uses for .elig-grid. */
@media(max-width:700px){
  .elig-grid{grid-template-columns:1fr!important}
}
