* { box-sizing: border-box; }
body {
  margin: 0;
  background: #f5f5f5;
  color: #151515;
  font-family: "Trebuchet MS", Arial, sans-serif;
}
.sports-panel-feature-link img,
.sports-panel-feature img {
  height: 400px;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
.card-row.three article{
  height: 335px;
}
.page {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 100vh;
}
article{
  height: 320px;
}
.latest-news h2 {
  margin-top: -20px;
} 
.site-header {
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
}
.topbar {
  min-height: 55px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 18px 0 0;
  background: #0f2f67;
}
.logo {
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
  align-self: stretch;
  padding: 10px 16px;
}
.logo img {
  width: auto;
  height: 44px;
  object-fit: contain;
}
.logo-zira {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  line-height: 1;
  color: #3d3d3d;
  letter-spacing: -1px;
  padding-right: 2px;
}
.logo-daily {
  background: #cb0000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1;
  padding: 8px 8px 7px;
  margin-left: 2px;
}
.nav {
  display: flex;
  gap: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  flex: 1;
  align-self: stretch;
}
.nav a {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: #fff;
  letter-spacing: 0.3px;
  transition: background-color 0.2s ease;
}
.nav a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.nav a.is-active {
  background: #cb0000;
}
.search-trigger {
  margin-left: auto;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.search-panel {
  display: flex;
  gap: 14px;
  align-items: stretch;
  padding: 8px 14px 8px 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  background: #e9e9e9;
  transition: max-height 0.24s ease, padding 0.24s ease;
}
.search-panel.is-open {
  max-height: 120px;
  padding: 24px 0;
}
.search-panel-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-panel input {
  flex: 1;
  min-width: 0;
  height: 50px;
  padding: 0 14px;
  border: 2px solid #353535;
  background: #fff;
  color: #474747;
  font-size: 22px;
  outline: none;
  border-radius: 17px;
}
.search-panel input::placeholder {
  color: #666;
}
.search-panel button {
  flex: 0 0 auto;
  min-width: 136px;
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: #868686;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.ticker {
  display: flex;
  gap: 14px;
  align-items: stretch;
  padding: 15px 0px 15px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.ticker-label {
  position: relative;
  flex: 0 0 auto;
  width: 94px;
  padding: 11px 14px 11px 16px;
  background: linear-gradient(180deg, #bf2137 0%, #8f1d31 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ticker-label::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -18px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 18px solid #8f1d31;
}
.ticker-items {
  min-width: 0;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: center;
  place-items: center;
  place-content: center;
}
.ticker-item {
  display: block;
  min-width: 0;
  width: 100%;
  padding: 6px 14px;
  border-right: 1px solid #d7d7d7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  color: #1f1f1f;
  text-align: center;
}
.ticker-item:last-child {
  border-right: 0;
}
.ticker-count-1 .ticker-item:only-child {
  grid-column: 3;
}
.ticker-count-2 .ticker-item:nth-child(1) {
  grid-column: 2;
}
.ticker-count-2 .ticker-item:nth-child(2) {
  grid-column: 4;
}
.ticker-count-3 .ticker-item:nth-child(1) {
  grid-column: 2;
}
.ticker-count-3 .ticker-item:nth-child(2) {
  grid-column: 3;
}
.ticker-count-3 .ticker-item:nth-child(3) {
  grid-column: 4;
}
.ticker-count-4 .ticker-item:nth-child(1) {
  grid-column: 1;
}
.ticker-count-4 .ticker-item:nth-child(2) {
  grid-column: 2;
}
.ticker-count-4 .ticker-item:nth-child(3) {
  grid-column: 4;
}
.ticker-count-4 .ticker-item:nth-child(4) {
  grid-column: 5;
}
.ticker-time {
  color: #7c1d2b;
  margin-right: 4px;
}
.ticker-next {
  flex: 0 0 auto;
  align-self: center;
  border: 0;
  background: transparent;
  color: #656565;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0 6px 0 0;
}
main {
  --main-gutter: 14px;
  /* padding: 10px var(--main-gutter) 18px; */
  overflow-x: clip;
  margin-top:40px;
}
.latest-card{
height: 109px;
  margin-bottom: 18px;
  vertical-align: center;
  display: flex;
  align-items: stretch;
  background-color: #e0e0e0;
}
.latest-card img {
  height: 100%;
  width: 45%;
  object-fit: cover;
  display: block;
  }
  .latest-card h3 {
    font-size: 16px;
    line-height: 1.2;
    margin: 8px 0 0;
    font-weight: 700;
    display: block;
  flex: 1;
  min-width: 0;
  padding: 0 12px;
  overflow-wrap: break-word;
  }
.lead-grid {
  display: grid;
  grid-template-columns: 1.15fr 2fr 0.95fr;
  gap: 45px;
}
.lead-grid > *,
.two-columns > *,
.feature-pair > *,
.card-row > *,
.sports-panel > * {
  min-width: 0;
}
.latest-news{

}
.latest-news a,
.side-news a,
.feature-pair a,
.card-row > a,
.lead-card > a {
  display: block;
}
.lead-card img { 
  display: block;
  height: 373px;
}
.lead-card h1 {
  font-size: 42px;
  color: rgb(27, 27, 27);
  position: relative;
  margin-top: 10px;
  line-height: 1.08;
  overflow-wrap: break-word;
}
.side-news {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 9px;
}
.mini-card{
  height: 229px !important;
  margin-bottom: 35px;
}
.mini-card img { height: 76%; }
h2 {
  font-size: 20px;
  line-height: 1;
  margin: 20px 0 15px;
  padding-bottom: 4px;
  border-bottom: 3px solid #0539b2;
}
h3 {
  font-size: 14px;
  line-height: 1.15;
  margin: 6px 0 0;
  font-weight: 800;
}
.mini-card h3 { font-size: 20px; }
.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  margin-top: 13px;
}
.feature-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 27px;
  margin-bottom: 24px;
  height: 270px;
}
.feature-card{
  height: 200px;
  margin-bottom: 0;
}
.feature-card img { height: 95%; }
.feature-card h3 { font-size: 24px; }

.ad-banner-nav { 
  margin: 15px auto 15px;
  max-width: 800px;
}
.ad-banner-nav img { height: 100%; object-fit: cover; }
.ad-banner { 
  margin: 40px auto 40px;
  max-width: 958px;
}
.ad-banner img { height: 100%; object-fit: cover; }
.section-block h2 { text-align: center; border-bottom: 0; margin-bottom: 12px; font-size: 32px; }
.card-row {
  display: grid;
  gap: 27px;
}
.card-row.three { grid-template-columns: repeat(3, 1fr); }
.card-row.four { grid-template-columns: repeat(4, 1fr); }
.card-row img { height: 240px; }
.card-row.four img { height: 200px; }
.card-row h3 { 
  font-size: 24px;
line-height: 33px; }
.mini-card h3,
.feature-card h3,
.card-row h3,
.sports-panel-feature-copy h3,
.sports-panel-list-copy h3,
.headline-list a {
  overflow-wrap: break-word;
}
.sports-layout {
  margin-top: 38px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.sports-layout h2 {
  display: none;
}
.sports-stage {
  position: relative;
  overflow: hidden;
  padding: 28px 28px 30px;

  background:
    linear-gradient(180deg, rgba(5, 38, 16, 0.74) 0%, rgba(4, 33, 14, 0.84) 100%),
    url("assets/ad34af70-1190-11f1-9120-a910fc22c6ac.jpg") center/cover no-repeat;
    margin-bottom: 40px;
}
.sports-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top center, rgba(22, 82, 0, 0), #0000003b 38%), linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(32, 88, 0, 0.91));
  pointer-events: none;
}
.sports-stage-header,
.sports-panel {
  position: relative;
  z-index: 1;
}
.sports-stage-header {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.sports-stage-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 4px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2px;
}
.sports-layout article {
  height: auto;
}
.sports-panel-feature-link,
.sports-panel-list-link {
  display: block;
}
.sports-panel {
  max-width: 1030px;
  margin: 0 auto;
  padding: 12px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(250px, 0.9fr);
  gap: 12px;
}
.sports-panel-feature {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(16, 23, 33, 0.08);
}
.sports-panel-feature img {
  height: 400px;
  border-radius: 10px 10px 0 0;
}
.sports-panel-feature-copy {
  padding: 12px 14px 14px;
}
.sports-panel-feature-copy h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 24px;
  line-height: 1.25;
}
.sports-panel-feature-copy p {
  margin: 0;
  color: #6c6c6c;
  font-size: 11px;
  line-height: 1.5;
}
.sports-panel-list {
  display: grid;
  gap: 10px;
  align-content: start;
  grid-auto-rows: min-content;
}
.sports-panel-list-item {
  display: grid;
  grid-template-columns: 154px 1fr;
  gap: 10px;
  align-items: stretch;
  min-height: 86px;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(16, 23, 33, 0.08);
}
.sports-panel-list-item img {
  height: 100%;
  min-height: 100px;
  border-radius: 8px;
}
.sports-panel-list-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sports-panel-list-copy p {
  margin: 0 0 5px;
  color: #8c8c8c;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sports-panel-list-copy h3 {
  margin: 0;
  color: #151515;
  font-size: 18px;
  line-height: 1.28;
}
.video-section {
  position: relative;
  z-index: 0;
  isolation: isolate;
  padding: 24px;
  border-radius: 0;
  color: #fff;
}
.video-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #091a34 0%, #102a52 55%, #173d72 100%);
  z-index: -1;
}
.video-section h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 18px;
}
.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 1fr);
  gap: 18px;
}
.video-grid article {
  height: auto;
}
.video-list {
  display: grid;
  gap: 14px;
}
.video-lead,
.video-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}
.video-card {
  display: grid;
  grid-template-columns: 150px 1fr;
}
.video-thumb {
  position: relative;
  overflow: hidden;
}
.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 26, 52, 0) 10%, rgba(9, 26, 52, 0.78) 100%);
  pointer-events: none;
}
.video-lead .video-thumb img {
  height: 320px;
}
.video-card .video-thumb img {
  height: 100%;
}
.video-badge,
.video-time {
  position: absolute;
  z-index: 1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.video-badge {
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #d71920;
}
.video-time {
  right: 14px;
  bottom: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
}
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(6px);
  font-size: 22px;
  line-height: 1;
  padding-left: 4px;
}
.video-copy {
  padding: 16px 18px 18px;
}
.video-copy h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.08;
}
.video-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}
.video-card .video-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 16px;
}
.video-card .video-copy h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.video-card .video-copy p {
  font-size: 13px;
}
.footer-container {
  background: #222;
}
.site-footer {
  width: 85%;
  margin: 0 auto;
  min-height: 165px;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1px auto auto auto;
  align-items: center;
  gap: 38px;
  padding: 26px 18px;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  font-size: 0;
  line-height: 1;
}
.footer-brand img {
  width: auto;
  height: 52px;
  object-fit: contain;
}
.footer-brand-zira {
  color: #e6150f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -2px;
}
.footer-brand-daily {
  background: #3d3b3e;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  padding: 7px 9px 6px;
  margin-left: 4px;
}
.footer-divider {
  width: 1px;
  height: 85px;
  background: rgba(255, 255, 255, 0.85);
}
.footer-info,
.footer-contact {
  display: grid;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
}
.footer-info p,
.footer-contact p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-subline {
  padding-left: 30px;
}
.footer-mark {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
}
.footer-mark.location::before,
.footer-mark.mail::before,
.footer-mark.web::before {
  content: "";
  position: absolute;
  inset: 0;
}
.footer-mark.location::before {
  background: #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) scale(0.82);
  transform-origin: center;
}
.footer-mark.location::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #b7b7b7;
  border-radius: 50%;
  top: 6px;
  left: 6px;
}
.footer-mark.mail::before {
  background: #fff;
  clip-path: polygon(0 18%, 100% 18%, 100% 82%, 0 82%);
}
.footer-mark.mail::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 4px;
  width: 16px;
  height: 10px;
  border-top: 2px solid #b7b7b7;
  transform: skewY(-28deg);
}
.footer-mark.web::before {
  border: 2px solid #fff;
  border-radius: 50%;
}
.footer-mark.web::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 50%;
}
.social {
  display: flex;
  gap: 18px;
  justify-self: end;
}
.social a {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fff;
  color: #21324a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 19px;
  text-transform: lowercase;
}
.footer-bottom {
  background: #4a4747;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
}
.lead-card{
  height: auto;
}
@media (max-width: 1439px) {
  .page {
    width: 90%;
  }
  .site-footer {
    width: 90%;
    gap: 28px;
  }
  main {
    margin-top: 32px;
  }
  .lead-grid,
  .two-columns {
    gap: 32px;
  }
  .latest-card {
    min-height: 112px;
    /* height: auto; */
  }
  .latest-card img {
    width: 132px;
  }
  .latest-card h3 {
    font-size: 15px;
  }
  .lead-card {
    height: 380px;
  }
  .lead-card h1 {
    font-size: 38px;
  }
  .mini-card {
    height: 210px !important;
    margin-bottom: 28px;
  }
  .mini-card h3 {
    font-size: 18px;
  }
  .feature-pair {
    gap: 16px;
    height: auto;
  }
  .feature-card {
    height: auto;
  }
  .feature-card img {
    height: 180px;
  }
  .feature-card h3 {
    font-size: 20px;
  }
  .card-row.three article,
  .card-row.four article,
  .card-row article {
    height: auto;
  }
  .card-row img {
    height: 220px;
  }
  .card-row.four img {
    height: 180px;
  }
  .card-row h3 {
    font-size: 20px;
    line-height: 1.25;
  }
  .sports-stage {
    padding: 24px 24px 26px;
  }
  .sports-panel-feature-link img,
  .sports-panel-feature img {
    height: 388px;
  }
  .sports-panel-list-item {
    grid-template-columns: 154px 1fr;
  }
  .sports-panel-list-copy h3 {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .page {
    width: 94%;
  }
  main {
    margin-top: 28px;
  }
  .topbar {
    gap: 12px;
    padding-right: 12px;
  }
  .nav a {
    padding: 0 10px;
  }
  .ticker-item {
    padding: 6px 10px;
    font-size: 11px;
  }
  .lead-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr) minmax(0, 0.95fr);
    gap: 24px;
  }
  .latest-card img {
    width: 120px;
  }
  .lead-card {
    height: 340px;
  }
  .lead-card h1 {
    font-size: 32px;
  }
  .side-news {
    gap: 12px;
  }
  .mini-card {
    height: 190px !important;
    margin-bottom: 18px;
  }
  .mini-card img {
    height: 68%;
  }
  .mini-card h3 {
    font-size: 16px;
  }
  .two-columns {
    gap: 24px;
  }
  .feature-card img {
    height: 160px;
  }
  .feature-card h3 {
    font-size: 17px;
  }
  .headline-list li {
    font-size: 17px;
  }
  .section-block h2 {
    font-size: 28px;
  }
  .card-row.three,
  .card-row.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .card-row.three article:first-child,
  .card-row.four article:first-child {
    grid-column: 1 / -1;
  }
  .card-row.three article:first-child img,
  .card-row.four article:first-child img {
    height: 240px;
  }
  .sports-stage {
    padding: 22px 20px 24px;
  }
  .sports-panel {
    width: auto;
    max-width: 1160px;
    grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.92fr);
  }
  .sports-panel-feature-link img,
  .sports-panel-feature img {
    height: 225px;
  }
  .sports-panel-feature-copy h3 {
    font-size: 22px;
  }
  .sports-panel-list-item {
    grid-template-columns: 92px 1fr;
  }
  .sports-panel-list-item img {
    min-height: 64px;
  }
  .sports-panel-list-copy h3 {
    font-size: 16px;
  }
  .site-footer {
    width: 94%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 28px;
  }
  .footer-divider {
    display: none;
  }
  .social {
    justify-self: start;
  }
}

@media (max-width: 991px) {
  .page {
    width: 96%;
    max-width: 100%;
  }
  .latest-news h2 {
    margin-top: 0;
  }
  .topbar {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 14px 14px;
  }
  .logo {
    min-height: 50px;
    padding: 6px 12px;
    margin-right: 0;
  }
  .logo img {
    height: 38px;
  }
  .search-trigger {
    order: 2;
    margin-left: auto;
    width: 40px;
    height: 40px;
  }
  .search-panel.is-open {
    max-height: 160px;
    padding: 16px 0;
  }
  .search-panel-inner {
    width: calc(100% - 28px);
    flex-wrap: wrap;
  }
  .search-panel input {
    width: 100%;
    height: 46px;
    font-size: 18px;
  }
  .search-panel button {
    width: 100%;
    min-width: 0;
    height: 44px;
  }
  .nav {
    order: 3;
    flex: 1 1 100%;
    gap: 8px;
    overflow-x: auto;
    font-size: 11px;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  .nav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
  }
  .nav a.is-active {
    background: #cb0000;
  }
  .ticker {
    flex-direction: column;
    gap: 10px;
    padding: 12px 14px 14px;
  }
  .ticker-label {
    width: fit-content;
    margin-left: 0;
    padding: 10px 14px;
  }
  .ticker-label::after {
    display: none;
  }
  .ticker-items {
    grid-template-columns: 1fr;
    border-top: 1px solid #dedede;
  }
  .ticker-count-1 .ticker-item:only-child,
  .ticker-count-2 .ticker-item:nth-child(1),
  .ticker-count-2 .ticker-item:nth-child(2),
  .ticker-count-3 .ticker-item:nth-child(1),
  .ticker-count-3 .ticker-item:nth-child(2),
  .ticker-count-3 .ticker-item:nth-child(3),
  .ticker-count-4 .ticker-item:nth-child(1),
  .ticker-count-4 .ticker-item:nth-child(2),
  .ticker-count-4 .ticker-item:nth-child(3),
  .ticker-count-4 .ticker-item:nth-child(4) {
    grid-column: auto;
  }
  .ticker-item {
    border-right: 0;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
    font-size: 13px;
  }
  .ticker-item:last-child {
    border-bottom: 0;
  }
  .ticker-next {
    display: none;
  }
  main {
    --main-gutter: 14px;
    padding: 16px var(--main-gutter) 24px;
    margin-top: 0;
  }
  article {
    height: auto;
  }
  .lead-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 20px;
  }
  .lead-card,
  .mini-card,
  .feature-card,
  .card-row article {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 47, 103, 0.08);
  }
  .lead-card {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: auto;
  }
  .lead-card img {
    height: 320px;
  }
  .lead-card h1 {
    font-size: 30px;
    line-height: 1.02;
    margin: 12px 12px 14px;
  }
  .side-news {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .mini-card {
    height: auto !important;
    margin-bottom: 0;
  }
  .mini-card img {
    height: 160px;
  }
  h2 {
    font-size: 22px;
    margin: 6px 0 14px;
    padding-bottom: 8px;
  }
  h3 {
    font-size: 15px;
  }
  .mini-card h3,
  .feature-card h3,
  .card-row h3 {
    font-size: 16px;
    margin: 10px 12px 14px;
  }
  .two-columns {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .feature-pair {
    height: auto;
    gap: 14px;
    margin-bottom: 18px;
  }
  .feature-card {
    height: auto;
  }
  .feature-card img {
    height: 160px;
  }
  .headline-list {
    margin: 14px 0 0;
  }
  .headline-list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .ad-banner {
    margin: 24px 0 30px;
  }
  .ad-banner img {
    height: auto;
    border-radius: 16px;
  }
  .section-block {
    margin-top: 26px;
  }
  .section-block h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 14px;
  }
  .sports-layout {
    margin-top: 26px;
  }
  .sports-stage {
    padding: 20px 16px 18px;
    border-radius: 18px;
  }
  .sports-stage-header {
    margin-bottom: 14px;
  }
  .sports-stage-badge {
    min-height: 30px;
    font-size: 14px;
  }
  .sports-panel {
    width: auto;
    max-width: none;
    margin-top: 0;
    padding: 10px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sports-panel-feature-link img,
  .sports-panel-feature img {
    height: 220px;
  }
  .sports-panel-feature-copy h3 {
    font-size: 24px;
  }
  .sports-panel-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .sports-panel-list-item {
    grid-template-columns: 88px 1fr;
    min-height: 80px;
    padding: 7px;
  }
  .sports-panel-list-item img {
    min-height: 66px;
  }
  .sports-panel-list-copy h3 {
    font-size: 16px;
  }
  .video-section {
    padding: 18px 14px;
    border-radius: 0;
  }
  .video-section h2 {
    margin-bottom: 16px;
  }
  .video-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .video-lead,
  .video-card {
    border-radius: 16px;
  }
  .video-lead .video-thumb img {
    height: 240px;
  }
  .video-list {
    gap: 12px;
  }
  .video-card {
    grid-template-columns: 120px 1fr;
  }
  .video-card .video-thumb img {
    height: 100%;
  }
  .video-copy {
    padding: 14px;
  }
  .video-copy h3 {
    font-size: 20px;
  }
  .video-card .video-copy {
    padding: 12px;
  }
  .video-card .video-copy h3 {
    font-size: 15px;
  }
  .card-row.three,
  .card-row.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .card-row.three article:first-child,
  .card-row.four article:first-child {
    grid-column: 1 / -1;
  }
  .card-row img,
  .card-row.four img {
    height: 150px;
  }
  .card-row.three article:first-child img,
  .card-row.four article:first-child img {
    height: 210px;
  }
  .site-footer {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 18px;
    padding: 22px 16px;
  }
  .footer-brand-zira {
    font-size: 36px;
  }
  .footer-brand-daily {
    font-size: 18px;
    padding: 6px 8px 5px;
  }
  .footer-divider {
    width: 96px;
    height: 1px;
  }
  .footer-info,
  .footer-contact {
    gap: 8px;
    font-size: 14px;
  }
  .footer-info p,
  .footer-contact p {
    justify-content: center;
    gap: 10px;
  }
  .footer-subline {
    padding-left: 0;
  }
  .social {
    justify-self: center;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .page {
    width: 100%;
  }
  .lead-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .lead-card,
  .latest-news,
  .side-news {
    grid-column: auto;
    grid-row: auto;
  }
  .lead-card {
    order: 1;
  }
  .latest-news {
    order: 2;
  }
  .side-news {
    order: 3;
  }
  .lead-card img {
    height: 260px;
  }
  .lead-card h1 {
    font-size: 28px;
    margin: 14px;
  }
  .side-news {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sports-stage {
    padding: 18px 14px 16px;
    border-radius: 16px;
  }
  .sports-stage-header {
    margin-bottom: 12px;
  }
  .sports-stage-badge {
    min-height: 28px;
    padding: 5px 12px;
    font-size: 13px;
  }
  .sports-panel-feature-link img,
  .sports-panel-feature img {
    height: 205px;
  }
  .sports-panel-feature-copy h3 {
    font-size: 22px;
  }
  .sports-panel-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .page {
    width: 100%;
    max-width: 100%;
  }
  .topbar {
    padding: 10px 12px 12px;
  }
  .search-panel.is-open {
    padding: 12px 0;
  }
  .search-panel-inner {
    width: calc(100% - 24px);
    gap: 10px;
  }
  .search-panel input {
    height: 42px;
    font-size: 16px;
  }
  .search-panel button {
    height: 42px;
    font-size: 16px;
  }
  .logo {
    padding: 5px 10px;
  }
  .logo img {
    height: 34px;
  }
  .ticker {
    padding: 10px 12px 12px;
  }
  main {
    --main-gutter: 12px;
    padding: 14px var(--main-gutter) 22px;
  }
  .lead-card img {
    height: 220px;
  }
  .lead-card h1 {
    font-size: 24px;
    margin: 12px;
  }
  .side-news,
  .feature-pair {
    height: auto;
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .latest-card {
    flex-direction: column;
    height: auto;
  }
  .latest-card img {
    width: 100%;
    height: 170px;
  }
  .latest-card h3 {
    padding: 12px;
    margin: 0;
  }
  .video-section {
    padding: 16px 12px;
  }
  .sports-layout {
    margin-top: 22px;
  }
  .sports-stage {
    padding: 16px 12px 14px;
    border-radius: 14px;
  }
  .sports-stage-badge {
    min-height: 26px;
    font-size: 12px;
  }
  .sports-panel {
    width: auto;
    margin-top: 0;
    padding: 10px;
    border-radius: 14px;
  }
  .sports-panel-feature-link img,
  .sports-panel-feature img {
    height: 180px;
  }
  .sports-panel-feature-copy {
    padding-top: 8px;
  }
  .sports-panel-feature-copy h3 {
    font-size: 20px;
  }
  .sports-panel-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .sports-panel-list-item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fafafa;
  }
  .sports-panel-list-item img {
    height: 72px;
    border-radius: 10px;
  }
  .sports-panel-list-copy p {
    margin-bottom: 4px;
    font-size: 9px;
  }
  .sports-panel-list-copy h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .video-lead .video-thumb img {
    height: 210px;
  }
  .video-card {
    grid-template-columns: 1fr;
  }
  .video-card .video-thumb img {
    height: 180px;
  }
  .video-play {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .video-copy h3 {
    font-size: 18px;
  }
  .video-copy p,
  .video-card .video-copy p {
    font-size: 12px;
  }
  .mini-card img,
  .feature-card img,
  .card-row img,
  .card-row.four img {
    height: 130px;
  }
  .card-row.three,
  .card-row.four {
    grid-template-columns: 1fr;
  }
  .card-row.three article:first-child,
  .card-row.four article:first-child {
    grid-column: auto;
  }
  .card-row.three article:first-child img,
  .card-row.four article:first-child img {
    height: 130px;
  }
  .headline-list li {
    padding: 10px 12px 10px 32px;
    font-size: 13px;
  }
  .footer-brand-zira {
    font-size: 32px;
  }
  .footer-bottom {
    font-size: 12px;
  }
}

.headline-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

.headline-list li {
  position: relative;
  padding: 10px 12px 10px 34px;
  margin-bottom: 8px;
  background: #f8f8f8;
  border-left: 4px solid #585858;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
  transition: all 0.25s ease;
}

.headline-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 9px;
  height: 9px;
  background: #464646;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(62, 58, 58, 0.12);
}

.headline-list li:hover {
  background: #fff1f1;
  transform: translateX(4px);
  cursor: pointer;
}

@media (max-width: 1199px) {
  .headline-list li {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .headline-list {
    margin: 14px 0 0;
  }
  .headline-list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .headline-list li {
    padding: 10px 12px 10px 32px;
    font-size: 13px;
  }
}
