* { box-sizing: border-box; }
body {
  margin: 0;
  background: #ffffff;
  color: #151515;
  font-family: "Trebuchet MS", Arial, sans-serif;
}
.sports-panel-feature-link img{
  height: 400px !important;
}
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-body-copy{
/* padding-left: 131px; */
}
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: #a52335;
  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;
}
.footer-brand img {
  width: auto;
  height: 52px;
  object-fit: contain;
}
.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: 8px 14px 8px 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: 14px;
  padding-top: 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;
}
.ticker-item {
  display: block;
  min-width: 0;
  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;
}
.ticker-item:last-child {
  border-right: 0;
}
.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: auto;
  margin-bottom: 0;
  display: block;
  background: #fff;
}
.latest-card img {
  height: 170px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.latest-card h3 {
  margin: 12px 0 0;
  padding: 0;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
}
.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  margin-bottom: 40px;
}
.lead-grid-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  align-items: start;
}
.lead-grid-secondary h2 {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  padding: 0;
  border: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  color: #7a7a7a;
}
.latest-news,
.side-news {
  display: grid;
  gap: 22px;
  align-content: start;
}
.lead-card img {
  height: 520px;
}
.lead-card h1 {
  margin: 16px 0 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.03em;
}
.lead-grid-card,
.mini-card {
  height: auto !important;
  margin-bottom: 0;
  background: #fff;
}
.mini-card img {
  height: 170px;
}
.mini-card h3 {
  margin: 12px 0 0;
  font-size: 19px;
  line-height: 1.15;
}
h2 {
  font-size: 20px;
  line-height: 1;
  margin: 20px 0 15px;
  padding-bottom: 4px;
  border-bottom: 2px solid #afafaf;
}
h3 {
  font-size: 14px;
  line-height: 1.15;
  margin: 6px 0 0;
  font-weight: 800;
}
.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: 18px;
  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: 18px;
}
.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; }
.sports-layout {
  margin-top: 34px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.sports-layout h2 {
  display: none;
}
.sports-stage {
  position: relative;
  padding-top: 18px;
  border-top: 1px solid #dcdcdc;
}
.sports-layout article {
  height: auto;
}
.sports-hero-link,
.sports-panel-feature-link,
.sports-panel-list-link {
  display: block;
}
.sports-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 10px;
  background: #0c62b6;
}
.sports-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.58) 100%);
}
.sports-hero-card img {
  height: 420px;
}
.sports-hero-overlay {
  position: absolute;
  left: 36px;
  bottom: 48px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sports-hero-accent {
  width: 8px;
  height: 32px;
  border-radius: 999px;
  background: #ff9e10;
}
.sports-hero-overlay h3 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}
.sports-panel {
  position: relative;
  z-index: 2;
  width: calc(100% - 74px);
  margin: -34px auto 0;
  padding: 14px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 26, 37, 0.18);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.95fr);
  gap: 16px;
}
.sports-panel-feature {
  overflow: hidden;
}
.sports-panel-feature img {
  height: 400px;
  border-radius: 12px;
}
.sports-panel-feature-copy {
  padding-top: 10px;
}
.sports-panel-feature-copy h3 {
  margin: 0 0 10px;
  color: #111;
  font-size: 24px;
  line-height: 1.22;
}
.sports-panel-feature-copy p {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.55;
}
.sports-panel-list {
  display: grid;
  gap: 12px;
  align-content: start;
  grid-auto-rows: min-content;
}
.sports-panel-list-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 10px;
  align-items: start;
  align-self: start;
}
.sports-panel-list-item img {
  height: 115px;
  border-radius: 8px;
}
.sports-panel-list-copy p {
  margin: 0 0 5px;
  color: #6e6e6e;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
.sports-panel-list-copy h3 {
  margin: 0;
  color: #151515;
  font-size: 24px;
  line-height: 1.24;
}
.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-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: 768px) {
  .page {
    max-width: 100%;
  }
  .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: #fff;
    color: #0f2f67;
  }
  .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-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;
    
  }
  article {
    height: auto;
  }
  .lead-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .lead-card,
  .latest-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 {
    height: auto;
  }
  .lead-card img {
    height: 300px;
  }
  .lead-grid-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .lead-grid-secondary h2 {
    margin-bottom: 2px;
    font-size: 12px;
  }
  h1 {
    font-size: 34px;
    line-height: 1.04;
    margin: 14px 0 0;
    letter-spacing: -0.02em;
  }
  .side-news {
    gap: 14px;
  }
  .latest-news {
    gap: 14px;
  }
  .mini-card {
    height: auto !important;
  }
  .latest-card img,
  .mini-card img {
    height: 140px;
  }
  .latest-card h3,
  .mini-card h3 {
    margin-top: 10px;
    font-size: 16px;
  }
  h2 {
    font-size: 22px;
    margin: 6px 0 14px;
    padding-bottom: 8px;
  }
  h3 {
    font-size: 15px;
  }
  .mini-card h3,
  .feature-card h3,
  .card-row h3 {
    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;
  }
  .feature-card h3 {
    font-size: 16px;
  }
  .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-top: 14px;
  }
  .sports-hero-card {
    min-height: 340px;
  }
  .sports-hero-card img {
    height: 340px;
  }
  .sports-hero-overlay {
    left: 24px;
    bottom: 28px;
  }
  .sports-hero-overlay h3 {
    font-size: 22px;
  }
  .sports-panel {
    width: calc(100% - 32px);
    margin-top: -24px;
    padding: 12px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .sports-panel-feature img {
    height: 220px;
  }
  .sports-panel-feature-copy h3 {
    font-size: 18px;
  }
  .sports-panel-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .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: 480px) {
  .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-grid-secondary {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .lead-grid-secondary h2 {
    margin-bottom: 0;
  }
  h1 {
    font-size: 28px;
    line-height: 1.08;
    margin: 12px 0 0;
  }
  .side-news,
  .feature-pair {
    height: auto;
    gap: 10px;
  }
  .latest-news {
    gap: 10px;
  }
  .latest-card img,
  .mini-card img {
    height: 160px;
  }
  .latest-card h3,
  .mini-card h3 {
    font-size: 17px;
  }
  .video-section {
    padding: 16px 12px;
  }
  .sports-layout {
    margin-top: 22px;
  }
  .sports-hero-card {
    min-height: 260px;
  }
  .sports-hero-card img {
    height: 260px;
  }
  .sports-hero-overlay {
    left: 18px;
    bottom: 20px;
  }
  .sports-hero-accent {
    width: 7px;
    height: 28px;
  }
  .sports-hero-overlay h3 {
    font-size: 18px;
  }
  .sports-panel {
    width: calc(100% - 14px);
    margin-top: -18px;
    padding: 10px;
    border-radius: 14px;
  }
  .sports-panel-feature img {
    height: 180px;
  }
  .sports-panel-feature-copy {
    padding-top: 8px;
  }
  .sports-panel-feature-copy h3 {
    font-size: 16px;
  }
  .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: 15px;
    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: 768px) {
  .headline-list {
    margin: 14px 0 0;
  }
  .headline-list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

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

main.article-page {
  --main-gutter: 0;
  --article-inline: 34px;
  margin-top: 0;
  padding: 32px 0 56px;
  overflow: visible;
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.68fr) minmax(280px, 0.72fr);
  gap: 28px;
  align-items: start;
}

.article-shell > * {
  min-width: 0;
}

.article-main,
.article-sidebar-ad,
.sidebar-latest {
  background: #fff;
  border-radius: 18px;
  /* box-shadow: 0 16px 34px rgba(17, 26, 37, 0.08); */
}

.article-main {
  height: auto;
  padding: 0 0 36px;
  overflow: hidden;
}

.article-header,
.article-body,
.article-comments,
.article-recommended,
.article-meta {
  padding-left: var(--article-inline);
  padding-right: var(--article-inline);
}

.article-header {
  padding-top: 34px;
}

.article-kicker {
  margin: 0;
  color: #a12335;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.article-title {
  margin: 10px 0 16px;
  color: #141414;
  font-size: 52px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
}

.article-summary {
  max-width: 42rem;
  margin: 0;
  color: #5b5b5b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.45;
  font-style: italic;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
}

.article-actions > * {
  flex: 0 0 auto;
}

.share-chip,
.bookmark-chip,
.whatsapp-channel {
  border: 0;
  border-radius: 999px;
  font: inherit;
}

.share-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 36px;
  padding: 0 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.share-facebook {
  background: #3559a8;
}

.share-whatsapp {
  background: #2cab59;
}

.share-x {
  background: #141414;
}

.share-viber {
  background: #7443a8;
}

.share-link {
  background: #95c93d;
}

.bookmark-chip {
  height: 36px;
  padding: 0 14px;
  background: #f3f3f3;
  color: #444;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.whatsapp-channel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  background: #27ae60;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.article-media {
  margin: 24px 0 0;
}

.article-media img {
  height: 540px;
  object-position: center;
}

.article-meta {
  padding-top: 14px;
}

.article-author-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.articlewriterpic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.articlewriterpic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-caption,
.article-byline {
  margin: 0;
}

.article-caption {
  color: #777;
  font-size: 11px;
  line-height: 1.45;
}

.article-byline {
  color: #222;
  font-size: 13px;
  font-weight: 700;
}

.article-byline span {
  color: #777;
  font-weight: 400;
  margin-left: 10px;
}

.article-body {
  margin-top: 22px;
}

.article-body-lead {
  max-width: 46rem;
  margin: 0 0 22px;
  color: #2c2c2c;
  font-size: 20px;
  line-height: 1.75;
}

.article-body-copy {
  max-width: 80%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.article-body-copy,
.article-body-copy p,
.article-body-copy li,
.article-body-copy blockquote {
  color: #242424;
  font-size: 18px;
  line-height: 1.92;
}

.article-body-copy p {
  margin: 0 0 22px;
}

.article-body-copy ul,
.article-body-copy ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.article-body-copy h2,
.article-body-copy h3,
.article-body-copy h4 {
  margin: 28px 0 12px;
  color: #171717;
  line-height: 1.2;
}

.article-body-copy img,
.article-body-image {
  width: 100%;
  height: auto;
  margin: 28px 0;
  display: block;
  border-radius: 14px;
}

.article-sidebar {
  display: grid;
  gap: 26px;
  position: sticky;
  top: 16px;
  align-self: start;
}

.article-sidebar-ad {
  display: block;
  padding: 12px;
}

.article-sidebar-ad img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 12px;
}

.sidebar-latest {
  padding: 18px 18px 8px;
}

.section-pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.section-pill::before,
.section-pill::after {
  content: "";
  flex: 1;
  border-top: 2px solid #1a1a1a;
}

.section-pill span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 34px;
  margin: 0 14px;
  padding: 0 18px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.section-pill-accent span {
  background: #fff;
  color: #b33142;
}

.section-pill-accent::before,
.section-pill-accent::after {
  border-top-color: #d3d3d3;
}

.sidebar-latest-list {
  display: grid;
}

.sidebar-latest-item {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px dotted #9d9d9d;
  color: #202020;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  overflow-wrap: break-word;
}

.sidebar-latest-item:last-child {
  border-bottom: 0;
}

.sidebar-latest-dot {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border: 2px solid #111;
  border-radius: 50%;
}

.article-comments {
  margin-top: 36px;
}

.article-comments-form {
  display: grid;
  gap: 10px;
}

.article-comments-form input,
.article-comments-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  background: #fff;
  color: #222;
  font: inherit;
}

.article-comments-form textarea {
  resize: vertical;
}

.article-comments-form button {
  width: fit-content;
  min-width: 88px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.article-recommended {
  margin-top: 32px;
}

.recommended-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 27px;
}

.recommended-card {
  display: block;
}

.recommended-card img {
  height: 160px;
  border-radius: 14px;
}

.recommended-card-copy {
  padding-top: 12px;
}

.recommended-card-copy h3,
.recommended-card-copy p {
  margin: 0;
}

.recommended-card-copy h3 {
  color: #171717;
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.recommended-card-copy p {
  margin-top: 6px;
  color: #8b8b8b;
  font-size: 12px;
}

@media (max-width: 1439px) {
  main.article-page {
    --article-inline: 30px;
  }

  .article-shell {
    grid-template-columns: minmax(0, 1.58fr) minmax(260px, 0.78fr);
    gap: 24px;
  }

  .article-title {
    font-size: 46px;
  }

  .article-media img {
    height: 500px;
  }

  .article-body-copy,
  .article-body-copy p,
  .article-body-copy li,
  .article-body-copy blockquote {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  main.article-page {
    --article-inline: 26px;
    padding-bottom: 48px;
  }

  .article-shell {
    grid-template-columns: minmax(0, 1.46fr) minmax(240px, 0.82fr);
    gap: 22px;
  }

  .article-title {
    font-size: 40px;
  }

  .article-summary {
    font-size: 22px;
  }

  .article-media img {
    height: 450px;
  }

  .article-body-copy {
    max-width: 100%;
  }

  .article-sidebar-ad img {
    aspect-ratio: 16 / 18;
  }

  .sidebar-latest-item {
    font-size: 15px;
  }

  .recommended-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  main.article-page {
    --article-inline: 22px;
    padding: 24px 0 42px;
  }

  .article-shell {
    grid-template-columns: 1fr;
  }

  .article-title {
    font-size: 36px;
  }

  .article-summary {
    font-size: 20px;
  }

  .article-media img {
    height: 400px;
  }

  .article-body-lead,
  .article-body-copy,
  .article-body-copy p,
  .article-body-copy li,
  .article-body-copy blockquote {
    font-size: 17px;
    line-height: 1.8;
  }

  .article-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .article-sidebar-ad img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 767px) {
  main.article-page {
    --article-inline: 18px;
    padding: 20px 0 36px;
  }

  .article-main,
  .article-sidebar-ad,
  .sidebar-latest {
    border-radius: 16px;
  }

  .article-header {
    padding-top: 24px;
  }

  .article-title {
    font-size: 30px;
  }

  .article-summary {
    font-size: 18px;
  }

  .article-actions {
    gap: 8px;
  }

  .whatsapp-channel {
    width: 100%;
  }

  .article-media {
    margin-top: 20px;
  }

  .article-media img {
    height: 300px;
  }

  .article-author-row {
    align-items: flex-start;
  }

  .article-byline span {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }

  .article-sidebar {
    grid-template-columns: 1fr;
  }

  .recommended-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  main.article-page {
    --article-inline: 14px;
    padding: 18px 0 32px;
  }

  .article-main,
  .article-sidebar-ad,
  .sidebar-latest {
    border-radius: 14px;
  }

  .article-header {
    padding-top: 20px;
  }

  .article-kicker {
    font-size: 11px;
  }

  .article-title {
    font-size: 26px;
  }

  .article-summary {
    font-size: 17px;
  }

  .article-actions {
    gap: 6px;
  }

  .share-chip {
    min-width: 34px;
    height: 32px;
    padding: 0 8px;
    font-size: 11px;
  }

  .bookmark-chip {
    height: 32px;
    padding: 0 12px;
    font-size: 11px;
  }

  .whatsapp-channel {
    min-height: 32px;
    padding: 0 12px;
    font-size: 11px;
  }

  .article-media img {
    height: 220px;
  }

  .article-caption {
    font-size: 10px;
  }

  .article-body-lead,
  .article-body-copy,
  .article-body-copy p,
  .article-body-copy li,
  .article-body-copy blockquote {
    font-size: 16px;
    line-height: 1.72;
  }

  .article-sidebar-ad img {
    aspect-ratio: 16 / 9;
  }

  .sidebar-latest {
    padding: 16px 14px 8px;
  }

  .sidebar-latest-item {
    font-size: 14px;
  }

  .recommended-grid {
    grid-template-columns: 1fr;
  }

  .recommended-card img {
    height: 180px;
  }

  .article-comments-form button {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .article-body-copy {
    max-width: 80%;
    margin-left: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .article-body-copy {
    max-width: 80%;
    margin-left: auto;
  }
}

@media (min-width: 1440px) {
  .article-body-copy {
    max-width: 80%;
    margin-left: auto;
  }
}
