/* Version 2.0.7: wider editorial titles, centered budget, dated news and admission source */
.content-single-news .article-head{width:100%;max-width:1320px}
.content-single-news .article-head h1{max-width:1240px;font-size:clamp(1.75rem,3vw,2.85rem);line-height:1.14;text-wrap:pretty}
.budget-hero .breadcrumb{justify-content:center}
.budget-hero .row{justify-content:center;text-align:center}
.budget-hero .row>.col-lg-8{width:100%;max-width:1080px}
.budget-hero .row>.col-lg-4{width:auto;display:flex;justify-content:center}
.budget-hero .budget-seal{text-align:left}
.news-card-meta{display:flex;flex-wrap:wrap;gap:.5rem .8rem;align-items:center;justify-content:space-between;margin-bottom:.7rem}
.news-card-meta .content-type{margin:0}
.news-card-meta time{display:inline-flex;gap:.35rem;align-items:center;color:var(--muted);font-size:.7rem;font-weight:750}
.admission-source-actions{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;justify-content:flex-end}
.admission-source-actions>a{white-space:nowrap}
.admission-source-actions .admission-ranking-link{display:inline-flex;gap:.45rem;align-items:center;border:1px solid rgba(0,33,71,.2);border-radius:999px;padding:.62rem .85rem;color:#fff;background:var(--navy);font-weight:850}
.admission-source-actions .admission-ranking-link:hover,.admission-source-actions .admission-ranking-link:focus{color:var(--navy);background:var(--gold)}
@media(max-width:767.98px){
  .content-single-news .article-head h1{max-width:100%;font-size:clamp(1.6rem,7.4vw,2.15rem);line-height:1.18}
  .budget-hero .budget-seal{width:min(100%,360px)}
  .admission-source-actions{width:100%;justify-content:flex-start}
}
