/* PAUSE 2027 clarification; existing typography and palette are inherited. */
.scholarship-clarification,.scholarship-notice {
  margin: 30px 0; padding: 24px 28px;
  border-left: 4px solid var(--blue, #477fa6);
  background: var(--pale-blue, #eef3f8);
  color: var(--ink, #1d2430);
}
.scholarship-clarification h3,.scholarship-notice h2 { color: var(--navy, #23384e); }
.scholarship-clarification p,.scholarship-notice p { max-width: 76ch; }
.scholarship-clarification p:last-child,.scholarship-notice p:last-child { margin-bottom: 0; }
.scholarship-notice time { color: var(--muted, #65717e); font-size: 14px; }
.journey.journey-five { grid-template-columns: repeat(5,minmax(0,1fr)); }
.journey-five li { min-width: 0; padding: 22px 18px; }
.journey-five p { font-size: 16px; line-height: 1.6; }
.journey-five p:has(strong) { padding: 10px; background: var(--pale-blue); color: var(--navy); border-left: 2px solid var(--blue); }
.scholarship-deadline { margin-top: 22px; padding: 18px 22px; background: var(--pale-blue); border-left: 4px solid var(--blue); }
/* Owner's shared link rule; applies to the changed page surfaces. */
a:any-link,a:any-link:hover,a:any-link:active,a:any-link:focus { text-decoration: none !important; text-shadow: none !important; }
a:any-link:hover { color: var(--blue, #477fa6); }
a:focus-visible { outline: 3px solid var(--blue, #477fa6); outline-offset: 4px; }
.scholarship-notice a,.scholarship-archive a { color: var(--navy-2, #3a729d); font-weight: 650; border-bottom: 0; }
@media(max-width:1100px) { .journey.journey-five { grid-template-columns: repeat(2,minmax(0,1fr)); } .journey-five li:last-child { grid-column: 1 / -1; } }
@media(max-width:600px) { .journey.journey-five { grid-template-columns: 1fr; } .scholarship-clarification,.scholarship-notice { padding: 20px; } }
