/* Shared multi-sport branding for editorial and newsroom pages. */
.content-page{background:#f2f6fb}
.content-header{position:sticky;top:0;z-index:30;background:linear-gradient(110deg,rgb(238 244 251 / 98%),rgb(211 227 247 / 98%));border-bottom:3px solid #ffc400;box-shadow:0 8px 24px rgb(4 25 60 / 10%)}
.content-header .header-inner{height:96px}
.content-header .brand img{width:145px;height:92px;object-fit:contain;filter:drop-shadow(0 5px 7px rgb(4 30 69 / 18%))}
.content-header nav a{color:#48617f}
.content-header nav a:hover,.content-header nav a.active{color:#061936}
.content-header nav a.active::after{background:#ffc400;box-shadow:0 -4px 14px rgb(255 196 0 / 42%)}
.content-hero{background:radial-gradient(circle at 88% 18%,#0b4b9d 0,transparent 34%),linear-gradient(145deg,#020713,#082b63);border-bottom-color:#ffc400}
.content-hero small,.error-code,.story-page-copy>small{color:#ffc400}
.content-body a{color:#075fcf}
.story-page-excerpt{border-left-color:#ffc400}
.content-footer{background:#00040a;border-top:3px solid #ffc400}
.content-footer .brand img{width:138px;height:98px;object-fit:contain}
.admin-header{height:96px;background:linear-gradient(110deg,#020713,#082b63);border-bottom:3px solid #ffc400}
.admin-header .brand img{width:130px;height:90px;object-fit:contain}
.admin-header>a:last-child{color:#ffc400}
.admin-page button{background:#075fcf}
.admin-page input:focus,.admin-page textarea:focus{outline-color:#ffc400}
.admin-list-head small,.editor-head small{color:#075fcf}
.article-list-item:hover,.article-list-item.active{background:#eef5ff!important}
@media(max-width:700px){
  .content-header .header-inner{height:82px}
  .content-header .brand img{width:110px;height:78px}
  .content-header .header-inner nav{top:82px;background:#e2edf9;border:1px solid #9ab4d4;padding:8px}
  .content-header .header-inner nav a{color:#274664;min-height:48px}
  .content-footer .brand img{width:132px;height:auto}
}
@media(max-width:560px){
  .admin-header{height:78px;padding-inline:14px;gap:12px}
  .admin-header .brand img{width:105px;height:72px}
  .admin-header>a:last-child{font-size:10px}
}
