/* === Base Theme === */
@import url('https://fonts.cdnfonts.com/css/roboto');
@import url('https://fonts.cdnfonts.com/css/dosis');

:root {
  --green-brand: #044f43;
  --green-brand-light: #67ab54;
  --green: #2f9e4a;
  --green-dark: #267b3a;
  --gray-background: #e6eaed;
  --muted: #777;
  --news-title-font-size: 1.6rem;
  --news-title-line-height: 1.8rem;
  --news-highlight-font-size: 2.2rem;
  --news-highlight-line-height: 2.2rem;
  --gray-button: #3f4447;
  --thumb-padding-bottom: 0;
  --thumb-width: 47%;
  --thumb-height: auto;
  --text: #ffffff;
  --accent-start: #c83179;
  --accent-end: #601f9e;
  --glass: rgba(255,255,255,0.04);
  --glass-2: rgba(255,255,255,0.02);
  --noroeste: #044f43;
  --guaira: #021535;
  --ntv: #f40009;
}

* { box-sizing: border-box; }
html, body { height: 100%; font-family: "Inter", "Helvetica Neue", Arial, sans-serif; background: var(--gray-background); color: #222; margin: 0; }

a {
  text-decoration: none;
  color: inherit;
  padding: 0;
  margin: 0;
}

#mobile {
  display: none;
}

#web {
  display: inherit;
}

.ads-responsive {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

.ads-responsive ins.adsbygoogle {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.jn-widget {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 50px;
  background-color: white;
}

.jn-widget-logo {
  position: absolute;
  top: 0;
  left: 7%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 9.50rem;
  height: 100%;
}

.jn-widget img {
  width: 100%;
  height: auto;
}

.widget-nav {
  position: absolute;
  right: 5.5%;
  top: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0 15px;
  margin: 0;
  width: auto;
}

.nav-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
  margin: 0;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
}

.noroeste {
  color: var(--noroeste);
}

.guaira {
  color: var(--guaira);
}

.ntv{
  color: var(--ntv);
}

/* === Header === */
.header {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--green-brand);
  color: #fff;
  width: 100%;
  height: 85px;
  padding: 0;
  position: relative;
}

.header-logo {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 5.5rem;
  height: 100%;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.header-left { position: absolute; top: 0; left: 2%; display: flex; align-items: center; width: auto; height: 100%;}

.header-right { position: absolute; top: 0; right: 3%; display: flex; align-items: center; align-content: center; justify-content: center; flex-wrap: wrap; width: auto; height: 100%;}

.header-right .play-wrapper { display: flex; align-items: center; align-content: center; justify-content: center; flex-wrap: wrap; background-color: var(--green-brand-light);  padding: 10px 2.1rem 10px 2.1rem; border-radius: 20px;transition: transform 0.3s;}
.header-right .play-wrapper i { margin: 0; padding: 0 12px 0 0; line-height: 1; color: #fff; font-size: 0.8rem;}
.header-right .play-wrapper p { color:#fff; font-size: 1rem; line-height: 1; margin: 0; padding: 0 0 3px 0;}
.header-right .play-wrapper:hover {transform: scale(1.1);}

.article-header {
  margin: 0;
  padding: 0;
}

.article-header-news {
    margin: 0;
    padding: 0;
}

.home-hero {
  width: 100%;
  background: linear-gradient(180deg, var(--green-brand-light) 40%, var(--green-brand) 100%);
  }
.home-hero-wrapper {
  display:flex; gap:24px; align-items:center;
  padding:28px; border-radius:0; color:#fff; position:relative;
  width: 86%;
  margin: auto;
}
.home-hero-top {
  display: flex;
  gap: 24px;
  align-items: center;
  flex: 1;
}
.hero-cover {
  width:200px; height:200px;
  border-radius:12px; overflow:hidden; background:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 10px 30px rgba(0,0,0,0.25);
}
.hero-cover img { width:100%; height:100%; object-fit:contain; padding: 10px;}

.hero-meta { flex:1; }
.hero-meta h1 { margin:0; font-size:2rem; font-family:'Dosis', sans-serif; }
.hero-meta p { margin:8px 0 0; opacity:0.95; }

/* menu button and search toggles */
.menu-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.7rem;
  cursor: pointer;
  transition: transform 0.2s;
}

.menu-btn.open { transform: rotate(90deg); }

/* Hidden search form (toggle) */
.search-form { display: none; align-items: center; background: #fff; border-radius: 20px; padding: 3px 10px; }
.search-form.active { display: flex; }
.search-form input { border: none; outline: none; padding: 5px; font-size: 0.9rem; width: 180px; }

/* Mobile menu */
.nav-menu {
  display: none;
  flex-direction: column;
  background: #2e7d32;
  position: absolute;
  top: 80px;
  left: 20px;
  width: 220px;
  min-width: 200px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 60;
}
.nav-menu.active { display: flex; }
.nav-menu a { color: #fff; text-decoration: none; padding: 12px 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); font-weight: 500; }
.nav-menu a:hover { background: rgba(255,255,255,0.06); }

.container { width: 100%; margin: 35px auto; padding: 0; background-color: var(--gray-background); border-radius: 8px}
.special-container { width: 100%; margin: 0 auto; padding: 35px 0; background-color: var(--gray-background); border-radius: 8px}
.btn { background: transparent; border: 2px solid var(--green); padding: 8px 12px; border-radius: 6px; color: var(--green); cursor: pointer; text-decoration: none; display: inline-block; transition: background 0.3s, color 0.3s; }
.btn:hover { background: var(--green-dark); color: #fff; }

.hero { position: relative; display: flex; gap: 24px; align-items: center; background-color: var(--green-brand-light); background: linear-gradient(180deg, var(--green-brand-light) 45%, var(--green-brand) 95%); padding: 35px 7.7%;}
.hero .cover {display: flex; align-items: center; align-content: center; justify-content: center; width: 160px; height: 160px; background: #fff; border-radius: 8px; flex-shrink: 0; padding: 0; gap:0;}
.hero .cover img { width: 90%; height: auto; object-position: center; border-radius: 8px; flex-shrink: 0;}
.station-id { position: relative;font-family: 'Dosis', sans-serif;}
.station-id h1 { font-size: 2.7rem; color: #fff; margin: 0; padding: 0; line-height: 1;}
.station-id h2 { font-size: 1.7rem; font-weight: 400; color: #fff; margin: 0; padding: 0; line-height: 1.5;}
.station-play {display: flex; align-items: center; align-content: center; justify-content: center; position: absolute; right: 8%; bottom: -3.3rem; margin: 0; padding: 0; background-color: var(--green-brand-light);width: 6.4rem;height: 6.4rem;border-radius: 50%;transition: transform 0.3s}
.station-play i { margin: 0; padding: 0; line-height: 1.5; color: #fff; font-size: 1.7rem;}
.station-play:hover {transform: scale(1.1);}

.banner-wide {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 35px auto;
}

.banner-wide-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto 15px auto;
}

.banner-wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 86%;
  height: auto;
  margin: 0;
  padding: 10px 0;
}

.banner-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.banner-box {
  display: inline-flex;
  width: 27%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.banner-box-wrapper {
  display: flex;
  max-width: 353px;
  height: auto;
  margin: 0;
  padding: 0;
}

.ad-container {
    margin: 20px 0;
    text-align: center;
}
.ad-container video {
    max-width: 100%;
    height: auto;
}

.banner-box-wrapper img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.news-page-module {
  width: 86%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
}

.news-page-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0;
    padding: 0;
}

.news-page-wrapper {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.news-latest-related-container {
  display: grid;
  grid-template-columns: 1fr;
  width: 70%;
  margin: 0;
  padding: 0 25px;
  background: #fff;
  border-radius: 10px;
}

.news-page-article-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 70%;
    margin: 0;
    padding: 0 25px;
    background: #fff;
    border-radius: 10px;
}

.news-page-ad-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 30%;
    margin: 0;
    padding: 15px 15px 0 0;
}

.news-page-banner-box {
    min-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.news-page-banner-wrapper {
    display: flex;
    max-width: 353px;
    height: auto;
    margin: 0 0 75px 0;
    padding: 0;
    float: right;
}

.news-page-banner-box img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

/* === News grid (responsive only) === */
.news-grid-highlight {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 70px auto;
  padding: 0;
}

.news-grid-highlight-wrapper {
  display: block;
  position: relative;
  width: 86%;
  height: auto;
  margin: auto;
  padding: 0;
}

.news-grid-highlight img:hover {
  -webkit-filter: brightness(80%);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 90%;
  margin: 60px auto;
  padding: 0 27px;
}

.news-grid img:hover {
  -webkit-filter: brightness(80%);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
}

.news-grid-recap-wrapper {
  display: block;
  width: 86%;
  height: 100%;
  margin: 60px auto;
  padding: 0;
}

.news-grid-recap {
  display: inline-flex;
  align-items: flex-start;
  align-self: flex-start;
  width: 71%;
  max-width: 71%;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0;
}

.news-grid-recap img:hover {
  -webkit-filter: brightness(80%);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
}

.news-grid-recap article {
    width: 50%;
    min-height: 400px;
    margin-right: 10px;
}

.banner-box-recap-wrapper {
  position: relative;
  display: inline-flex;
  width: 27%;
  height: 100%;
  margin: 0;
  padding: 0;
  float: right;
}

.banner-box-recap {
  display: flex;
  width: 100%;
  max-width: 353px;
  height: 100%;
  margin: 0;
  padding: 0;
  margin: 0;
}

.banner-box-recap img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.card {
  border-bottom: 4px solid var(--green-brand-light);
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  margin: 0;
}
.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  padding: 0;
  margin: 0;
}

/* === News titles (fixed style) === */
.card h1,
.news-item h1 {
  text-decoration: none;
  color: #27292d;;
  font-weight: 700;
  letter-spacing: -.03em;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--news-title-font-size);
  line-height: var(--news-title-line-height);
  margin: 0;
  padding: 0;
  transition: transform 0.3s;
}
.card h1 a:hover,
.news-item h1 a:hover {
  color: #717277;
}
.card a {
  text-decoration: none;
  color: inherit;
}

.news-recap-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 4px solid var(--green-brand-light);
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  margin: 0;
  gap: 0.5rem;
}

/* === News titles (fixed style) === */
.news-recap-card h1,
.news-recap h1 {
  text-decoration: none;
  color: #27292d;;
  font-weight: 700;
  letter-spacing: -.03em;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--news-title-font-size);
  line-height: var(--news-title-line-height);
  margin: 0;
  padding: 0;
  transition: transform 0.3s;
  align-self: flex-start;
}
.news-recap-card h1 a:hover,
.news-recap h1 a:hover {
  color: #717277;
}
.news-recap-card a {
  text-decoration: none;
  color: inherit;
}

.news-grid-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 4px solid var(--green-brand-light);
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  margin: 0;
  gap: 0.5rem;
  min-height: 400px;
}

/* === News titles (fixed style) === */
.news-grid-card h1,
.news-grid h1 {
  text-decoration: none;
  color: #27292d;;
  font-weight: 700;
  letter-spacing: -.03em;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--news-title-font-size);
  line-height: var(--news-title-line-height);
  margin: 0;
  padding: 0;
  transition: transform 0.3s;
  align-self: flex-start;
}
.news-grid-card h1 a:hover,
.news-grid h1 a:hover {
  color: #717277;
}
.news-grid-card a {
  text-decoration: none;
  color: inherit;
}

.highlight-card {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  border-bottom: 4px solid var(--green-brand-light);
  border-radius: 10px;
  width: 71%;
  height: auto;
  margin: auto;
  padding: 27px 15px;
  background-color: #fff;
}
.highlight-card img {
  width: 100%;
  min-width: 100%;
  height: 220px;
  border-radius: 10px;
  margin: 0;
  padding: 0;
}

/* === News titles (fixed style) === */
.highlight-card h1,
.highlight-news-item h1 {
  text-decoration: none;
  color: #27292d;;
  font-weight: 700;
  letter-spacing: -.03em;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--news-highlight-font-size);
  line-height: var(--news-highlight-line-height);
  margin: 10px 10px;
  padding: 0;
  transition: transform 0.3s;
}
.highlight-card h1 a:hover,
.highlight-news-item h1 a:hover {
  color: #717277;
}
.highlight-card a {
  text-decoration: none;
  color: inherit;
}

.thumb-container {
  aspect-ratio: 16 / 9;
  min-width: 60%;
  overflow: hidden;
  position: relative;
  padding-right: 5px;
}

  .thumb-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 200px;
    border-radius: 10px;
}

.thumb-container-recap {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}

  .thumb-container-recap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 200px;
    border-radius: 10px;
}


.thumb-container-grid {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  border-radius: 10px;
}

  .thumb-container-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 200px;
    border-radius: 10px;
}

.news-grid-recap article {
  margin-bottom: 0;
}

.programming-container {
  display: block;
  width: 86%;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  color: #222;
}

.programming-wrapper {
  max-width: 100%;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0 5px;
}
.day-tabs {
  display: flex;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.title-tab {
  flex: 0 0 auto;
  padding: 10px 20px;
  background: #fff;
  margin-right: 5px;
}
.day-tab h1 {
  color: #3f4447;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.day-tab {
  flex: 0 0 auto;
  padding: 10px 20px;
  cursor: pointer;
  background: #f0f0f0;
  margin-right: 5px;
  border-radius: 5px;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
.day-tab.active { background: #67ab54; color: #fff; }
.programming-timeline {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
.program-item {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 5px;
  background: #fff;
  border-left: 5px solid #67ab54;
  border-radius: 5px;
  transition: background 0.3s, border-color 0.3s;
}
.program-item.current {
  background: #67ab54;
  color: #fff;
  border-color: #044f43;
}
.program-item .time { width: 70px; font-weight: bold; flex-shrink: 0; }
.program-item .details { flex: 1; margin-left: 10px; }
.program-item .details .show { font-size: 1.1em; font-weight: bold; }
.program-item .details .host { font-size: 0.9em; color: #666; }
.program-item.current .details .host { color: #e0f2e9; }

.player-wrapper {
  background-color: var(--gray-background);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  padding: 10px;
  margin: 15px auto;
  text-align: center;
}
.player-station{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  margin: auto;
}
.player-socials {
  margin:0;
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
}
.player-socials a {
  color: #27292D;
  font-size: 1.7rem;
  text-decoration: none;
  transition: opacity 0.3s;
  transition: transform 0.2s;
}
.player-socials a:hover {
  opacity: 0.7;
  transform: scale(1.1);
}
.station-logo {
  margin-top: 1rem;
  width: 200px;
}

.most-read {
  background: #fff;
  border-radius: 8px;
  padding: 16px 16px 4px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  font-family: 'Arial', sans-serif;
}

.most-read-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
  border-left: 4px solid #67ab54;
  padding-left: 8px;
}

.most-read-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.most-read-item {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.most-read-item:last-child {
  border-bottom: none;
}

.most-read-link {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.thumb-wrapper-top {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.thumb-wrapper-top img {
  width: 7rem;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 5rem;
  object-fit: cover;
  border-radius: 10px;
}

.most-read-text {
  font-size: 0.95rem;
  line-height: 1.3;
  color: #111;
  margin-left: 10px;
  flex: 1;
}

.most-read-link:hover .most-read-text {
  color: #e30613;
}

.featured-news {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Arial', sans-serif;
  width: 100%;
  margin-top: 15px;
}

.live-btn {
  border-left: none!important;
  margin: 0 7px 0 1px!important;
}

.dot{display: inline-flex;width:10px;height:10px;background:#d40000;border-radius:50%;box-shadow:0 0 6px rgba(255,78,0,0.6);animation:blink 1.5s infinite}
@keyframes blink{0%{opacity:1}50%{opacity:.2}100%{opacity:1}}

.highlighted {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}

.highlighted-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.highlighted-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  padding: 20px;
  margin: 0;
  line-height: 1.3;
}

.highlighted-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  padding: 0;
  border-radius: 10px;
}

.highlighted-image:hover {
  -webkit-filter: brightness(80%);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
}

.bottom-news {
  display: flex;
  gap: 10px;
  width: 100%;
  height: 250px;
}

.bottom-item {
  flex: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin: 0;
  padding: 10px;
}

.bottom-item:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.bottom-image {
  width: 50%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  border-radius: 10px;
}

.bottom-text {
  flex: 1;
  padding: 10px 15px;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3;
}

.footer { padding: 24px; text-align: center; color: var(--muted); }

@media (min-width: 600px) {
  .news-grid-highlight {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-grid-recap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop */
@media (min-width: 992px) {
  .news-grid-highlight {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-grid-recap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.news-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

/* --- Modern aspect ratio (Desktop: 16:9) --- */
.news-image {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- Text --- */
.news-text {
  padding: 0.75rem 1rem 1rem;
  color: #ff6600;
  font-weight: 600;
  line-height: 1.3;
}

@supports not (aspect-ratio: 16 / 9) {
  .thumb-container {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    display: block;
  }

  @media (max-width: 600px) {
    .thumb-container {
      padding-top: 75%;
    }
    .player-onair {
      width: 100%;
      margin-top: 20px;
      text-align: center;
    }
  }

  .thumb-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@supports not (aspect-ratio: 16 / 9) {
  .thumb-container-grid {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    display: block;
  }

  @media (max-width: 600px) {
    .thumb-container-grid {
      padding-top: 75%;
    }
  }

  .thumb-container-grid img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media(max-width: 768px) {
  .program-item { flex-direction: column; align-items: flex-start; }
  .program-item .time { width: 100%; margin-bottom: 5px; }
  .day-tab { padding: 8px 15px; font-size: 0.9em; }
  .highlighted-title {
    font-size: 1.4rem;
  }

  .bottom-news {
    flex-direction: column;
    height: auto;
  }

  .bottom-item {
    flex-direction: row;
    height: auto;
  }

  .bottom-text {
    font-size: 0.95rem;
    padding: 12px;
    text-align: left;
  }

  .bottom-image {
    width: 50%;
  }
}
@media(max-width: 480px) {
  .day-tab { padding: 6px 10px; font-size: 0.85em; }
  .program-item .show { font-size: 1em; }
  .program-item .host { font-size: 0.8em; }
}

main {
  margin: 0 auto;
  padding: 1rem;
}

.article-header h1 {
  font-size: 2.5rem;
  line-height: 2.7rem;
  margin-bottom: 0.5rem;
  opacity: 1;
  transition: 0.3s;
}

.article-header h1:hover {
  opacity: 0.8;
}

.article-header h2 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #555;
  margin-bottom: 1rem;
  font-weight: 400;
}

.meta {
  font-size: 0.875rem;
  color: #777;
  margin-bottom: 1.5rem;
}

.article-image img {
  width: 100%;
  height: auto;
  max-height: 521px;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.article-body {
  font-size: 1.15rem;
  line-height: 1.75rem;
  color: #333;
}

figure {
  margin: 1.5rem 0;
}

figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

article {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #222;
}

article p {
  margin-bottom: 1rem;
}

article figcaption {
  font-size: 1rem;
  line-height: 1.25rem;
}

/* SHARE BUTTONS */
.share {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 1.5rem 0;
}

.share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: #0077b6;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: 0.3s;
}

.share a.whatsapp { background: #25D366; }
.share a.telegram { background: #0088cc; }
.share a.facebook { background: #1877f2; }
.share a.twitter { background: #1da1f2; }

.share a:hover { opacity: 0.8; }

/* RELATED NEWS */
.related {
  margin-top: 3rem;
  border-top: 2px solid #eee;
  padding-top: 1.5rem;
}

.related h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.related-list {
  display: grid;
  gap: 1rem;
}

.related-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.related-item h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 10px 0 0 0;
  padding: 0;
}

/* LATEST NEWS (INFINITE SCROLL) */
.latest {
  margin-top: 3rem;
  border-top: 2px solid #eee;
  padding-top: 1.5rem;
}

.latest h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.latest-item div {
  margin: 0 10px;
  padding: 0;
}

.latest-item h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4rem;
  margin: 0;
  padding: 0;
}

.latest-item h5 {
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: normal;
  color: #555;
  margin: 10px 0 0 0;
  padding: 0;
}

/* fade-in for appended items */
.news-item, .latest-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s ease;
}
.news-item.visible, .latest-item.visible {
  opacity: 1;
  transform: translateY(0);
}

#loader {
  display: none;
  text-align: center;
  margin: 1.5rem 0;
}

.loader-circle {
  border: 4px solid #eee;
  border-top: 4px solid #0077b6;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 0.9s linear infinite;
  margin: 0 auto;
}

/* =======================
   RELATED & LATEST NEWS
======================= */
section {
  margin-top: 2rem;
}

section h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  border-left: 4px solid #67ab54;
  padding-left: 0.5rem;
}

.related-list {
  display: flex;
  flex-direction: row;
}

.latest-list {
  display: grid;
  gap: 1.2rem;
}

.related-wrapper {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.related-list {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.related-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-bottom: 0;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.6s forwards;
  padding: 10px 15px;
  width: 33%;
  height: auto;
}

.latest-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  color: inherit;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.6s forwards;
  padding: 10px 15px;
  width: 100%;
  height: auto;
}

.related-item img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 0;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.latest-item img {
  width: 40%;
  border-radius: 8px;
  margin-bottom: 0;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Loader */
#loader {
  display: none;
  text-align: center;
  margin: 2rem 0;
}

.loader-circle {
  width: 30px;
  height: 30px;
  border: 3px solid #ccc;
  border-top-color: #c00;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 600px) {

  #mobile {
    display: inherit;
  }

  #web {
    display: none;
  }

  .jn-widget-logo {
    left: 5%;
  }

  .widget-nav {
    right: 0;
  }

   .nav-link {
     right: 0;
     font-size: 1rem;
  }

  .container { padding: 0; }

  .related-item {
    border-bottom: 1px solid #eee;
  }

  .news-page-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.news-page-module {
    width: 95%;
    margin: 0 auto;
    padding: 0;
}

.news-page-article-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
    background: #fff;
    border-radius: 10px;
}

.news-latest-related-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
    background: #fff;
    border-radius: 10px;
}

.article-header h1 {
    font-size: 1.8rem;
    line-height: 2rem;
}

.article-header h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.related-list {
    display: flex;
    flex-direction: column;
}

.related-item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.related-item img {
    width: 40%;
}

.related-item h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 0 10px;
    padding: 0;
}

.latest-item {
    flex-direction: column;
    padding: 10px 0;
}

.latest-item img {
    width: 100%;
}

.latest-item div {
    margin: 5px 0;
    padding: 0;
}

.share a {
    padding: 0.6rem 0.7rem;
    font-size: 0.7rem;
}

.related {
    margin-top: 0.3rem;
    border-top: 0;
    padding-top: 0.3rem;
}

.latest {
    margin-top: 1rem;
    border-top: 0;
    padding-top: 1rem;
}

.news-page-ad-container {
    width: 100%;
}

.news-page-banner-wrapper {
    max-width: 100%;
    margin: 50px 0 50px 0;
    padding: 0;
    float: none;
}

  .header-right .play-wrapper {
    display: none;
  }

  .programming-container {
    width: 95%;
}

.news-grid-card {
    min-height: 160px;
}

  .banner-box-wrapper {
    max-width: 100%;
}

  .news-grid-highlight-wrapper {
    width: 100%;
}

  .card {
    padding: 0 12px 12px 12px;
}

  .banner-wide {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 35px auto;
}

.banner-wide-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 5px auto 25px auto;
}

  .banner-box-recap-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 0 35px 0;
    padding: 0;
}

  .news-grid-recap-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .news-grid-recap {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0 auto 15px auto;
    align-items: center;
    align-self: center;
    gap: 0.5rem;
  }

  .banner-box-recap {
    width: 100%;
    max-width: 95%;
    height: auto;
    margin: auto;
  }

.banner-box-recap-bottom {
    display: none;
  }

  .highlight-card h1, .highlight-news-item h1 {
    font-size: 1.75rem;
  }

  .news-grid-card h1, .news-grid h1 {
    align-self: center;
    font-size: 1.2rem;
}

.news-recap-card h1, .news-recap h1 {
  font-size: 1.4rem;
}

.station-id h1 {
    font-size: 1.9rem;
    line-height: 1.5;
  }

  .station-id h2 {
    font-size: 1rem;
    line-height: 1.2;
}

  .thumb-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-items: center; /* centers both image + text vertically */
    width: 95%;
    height: auto;
    padding-right: 0;
    border-radius: 10px;
  }

  .thumb-container img {
    min-height: 120px;
    border-radius: 10px;
  }

  .thumb-container-recap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-items: center; /* centers both image + text vertically */
    width: 100%;
    height: auto;
    padding-right: 0;
    border-radius: 10px;
  }

  .thumb-container-recap img {
    min-height: 120px;
    border-radius: 10px;
  }

  .news-grid-recap article {
    width: 95%;
    min-height: 220px;
    margin-right: 0;
    margin-bottom: 30px;
}

  .thumb-container-grid {
    flex: 0 0 40%;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 95%;
    height: auto;
    padding-right: 0;
  }

  .thumb-container-grid img {
    min-height: 120px;
    border-radius: 10px;
  }


  .news-grid-card {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .news-grid {
    max-width: 95%;
    padding: 0;
    margin: 40px auto;
  }

  .banner-wrapper {
    max-width: 95%;

  }

  .jn-widget img {
      width: 8rem;
  }

 .header-right { margin-right: 10px;}

 .header-left { margin-left: 10px;}

.news-grid-highlight {
  flex-direction: column;
  gap: 18px;
  max-width: 95%;
  margin: 60px auto 0 auto;
  padding: 0 5px;
}

.highlight-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  margin: 0 0 35px 0;
  padding: 15px 0 25px 0;
}

.banner-box {
    min-width: 100%;
    margin: 0;
}

}
.hero-onair {
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  min-width:220px;
  border-radius:12px; padding:14px;
  background:rgba(255,255,255,0.07); backdrop-filter:blur(8px);
  height: auto;
}
.hero-onair h3 { margin:0 0 6px; color: #fff;}
.hero-onair .show { font-weight:700; color: #fff;}
.hero-indicator {
  border-left: 4px solid #99ff00;
  font-weight: normal;
}
@media(max-width:920px){
  .home-hero {
    width: 100%;
    }
  .home-hero-wrapper {
    flex-direction: column;
    text-align: center;
    padding-bottom: 30px;
    width: 95%;
    margin: auto;
    border-radius:12px;
    }
    .home-hero-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    }

    .hero-cover {
    width: 130px;
    height: 130px;
    flex: 0 0 130px;
    }

    .hero-meta {
      text-align: left;
    }

    .hero h1 {
    font-size: 1.6rem;
  }

  .hero-onair {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
@media(max-width:520px){
  .hero-cover {
    width: 110px;
    height: 110px;
  }
}
.hosts-section {
  margin: 60px auto;
  width: 86%;
  max-width: var(--max-width);
  padding: 20px;
  color: #282828;
  background: white;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 10px;
}

/* Section header */
.hosts-section .section-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.hosts-section h2 {
  margin:0;
  font-size:1.5rem;
  color: #282828;
}

.hosts-grid {
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  align-items: start;
}

/* individual card */
.host-card {
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:10px;
  background: transparent;
  padding: 8px;
  border-radius: 12px;
  cursor: pointer;
  transition: transform .28s cubic-bezier(.2,.9,.28,1), box-shadow .28s;
  will-change: transform;
}

/* avatar wrapper: gradient ring + shadow */
.host-avatar {
  width:140px;
  height:140px;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  padding:6px;
  background: linear-gradient(135deg, #1db954, #48ff68);
  box-shadow: 0 10px 30px rgba(32,18,48,0.45);
  transition: transform .28s, box-shadow .28s, filter .28s;
}

/* inner circle holding the actual image */
.host-avatar .inner {
  width:100%;
  height:100%;
  border-radius:50%;
  overflow:hidden;
  background:var(--card-bg);
  display:block;
  border: 4px solid rgba(0,0,0,0.15);
}
.host-avatar img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1);
  transition: transform .42s cubic-bezier(.2,.9,.28,1);
}

/* Host name */
.host-name {
  font-weight:700;
  font-size:1rem;
  color: #282828;
  max-width:160px;
  word-break:break-word;
}

/* Hover effects */
.host-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 34px rgba(2,6,23,0.6);
}
.host-card:hover .host-avatar { transform: translateY(-4px) rotate(-1deg) scale(1.02); }
.host-card:hover img { transform: scale(1.06); filter: saturate(1.05); }

/* small subtle label */
.host-role {
  color: var(--muted);
  font-size:0.9rem;
}

.host-image-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 99999;
}
.host-image-modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal-bg {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(25px) brightness(0.45);
  transform: scale(1.2);
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 0;
}
.host-image-modal .modal-inner {
  position: relative;
  z-index: 1;
}
.host-image-modal.active .modal-bg {
  opacity: 1;
}
.modal-image-wrapper {
  position: relative;
  max-width: 92vw;
  max-height: 88vh;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 40px rgba(0,0,0,0.45);
  animation: zoomIn .35s ease;
  touch-action: none;
  user-select: none;
}

.modal-image-wrapper img {
  transition: transform 0.25s ease;
  will-change: transform;
  max-width: 100%;
  max-height: 90vh;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}
.modal-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255,255,255,0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: none;
}
.host-image-modal .modal-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.host-image-modal img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  display: block;
  margin: auto;
  animation: fadeIn .3s ease;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes zoomIn {
  from { transform: scale(.97); opacity: .8; }
  to   { transform: scale(1);   opacity: 1; }
}
@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.host-image-modal .close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.45);
  border: none;
  cursor: pointer;
  backdrop-filter: blur(6px);
  z-index: 200000;
  transition: background .2s ease, transform .2s ease;
}
.host-image-modal .close-btn:hover {
  background: rgba(0,0,0,0.65);
  transform: scale(1.08);
}
.host-image-modal .close-btn:hover { transform: scale(1.06); }

.host-bio {
  max-width: var(--max-width);
  margin: 40px auto;
  padding: 18px;
  background: transparent;
  color: var(--text);
  width: 86%;
  background:
  radial-gradient(circle at 60% 40%, rgba(103,171,84,0.20), transparent 60%),
  linear-gradient(145deg, #02110f, #044f43);
  border-radius: 12px;
}
.host-bio .bio-top {
  display:flex;
  gap:20px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.host-bio .bio-avatar {
  width:200px;
  height:200px;
  border-radius:50%;
  padding:8px;
  background: linear-gradient(135deg, #333333, #cccccc);
  box-shadow: 0 12px 34px rgba(2,6,23,0.45);
}
.host-bio .bio-avatar img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  display:block;
}
.bio-avatar {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}
.bio-avatar:hover {
  transform: scale(1.03);
  box-shadow: 0 0 25px rgba(0,0,0,0.35);
}
.avatar-zoom-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.55);
  color: white;
  padding: 6px 8px;
  border-radius: 50%;
  font-size: 14px;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  transform: scale(0.8);
  pointer-events: none;
}

.bio-avatar:hover .avatar-zoom-icon {
  opacity: 1;
  transform: scale(1);
}
.bio-avatar img {
  transition: filter .25s ease;
}

.bio-avatar:hover img {
  filter: brightness(1.12);
}
.host-bio h1 {
  margin:0;
  font-size:1.8rem;
}
.host-bio .bio-meta {
  display:flex;
  gap:12px;
  align-items:center;
  margin-top:6px;
}
.host-bio .socials a {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-right:6px;
  padding:6px 8px;
  background: rgba(255,255,255,0.02);
  border-radius:8px;
  color:var(--text);
  text-decoration:none;
  transition: background .12s, transform .12s;
}
.host-bio .socials a:hover { background: linear-gradient(135deg, #333333, #cccccc); transform: translateY(-2px); }

/* bio content */
.host-bio .bio-content {
  margin-top:14px;
  background: var(--glass);
  padding:18px;
  border-radius:10px;
  color: #f8f8f8;
  line-height:1.6;
}

/* small screen adjustments */
@media (max-width: 1024px) {
  .hosts-grid { grid-template-columns: repeat(4, 1fr); }
  .host-avatar { width:120px; height:120px; }
  .host-name { max-width:140px; }
  .host-bio .bio-avatar { width:160px; height:160px; }
}

@media (max-width: 820px) {
  /* make it horizontal scroll (Netflix style) */
  .hosts-grid {
    display:flex;
    gap:14px;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .host-card { min-width: 130px; flex:0 0 auto; }
  .host-avatar { width:110px; height:110px; padding:5px; }
  .host-bio .bio-top { flex-direction:column; align-items:center; text-align:center; }
}


@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.news-page-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.news-page-article-container {
    flex: 1;
}

.news-page-ad-container {
    width: 350px;
    flex-shrink: 0;
}

.news-page-banner-wrapper,
.news-page-banner-box {
    float: none !important;
}
@media (max-width: 760px) {
    .news-page-ad-container {
        width: 100%;
        padding: 10px;
    }
