body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.mm-search-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-left:5px;
}

.icon {
    cursor: pointer;
    font-size: 18px;
    color: #000;
}

/* Hidden by default */
.mm-search-input {
    width: 0;
    opacity: 0;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: width 0.3s ease, opacity 0.3s ease;
}

/* Active state */
.mm-search-wrapper.active .mm-search-input {
    width: 140px;
    opacity: 1;
}

.navbar {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 2px solid #000000;
  font-size: 18px;
  position: sticky;
  top: 0;               /* REQUIRED */
  z-index: 1000;
  background-color: white;
}
.menu-icon {
  font-size: 26px;
  margin-right: 20px;
  cursor: pointer;
}
.logo {
  margin-right: 25px;
}
.logo img {
  height: 28px;
}
.nav-links {
  display: flex;
  gap: 25px;
  flex-grow: 1;
}
.nav-links a {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 16px;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.live-dot {
  height: 10px;
  width: 10px;
  background: red;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
.icon {
  font-size: 20px;
  cursor: pointer;
}
.sign-in {
  padding: 6px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.news-readtime{
    margin-left: 45%;
    font-size:11px;
}
/* session starting */
/* TOP CAROUSEL */
.top-carousel {
  position: relative;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 60px; /* space so arrows don't overlap content */
  background: #fff;
}

/* The viewport that clips overflow */
.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  flex: 1;
  padding: 0 10px;
}

.carousel-track {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;}
  .carousel-track {
  scrollbar-width: none;
}
/* Hide scrollbar in a clean way */
.carousel-track::-webkit-scrollbar { height: 8px; }
.carousel-track::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); border-radius: 4px; }

/* Item appearance */
.carousel-item {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px 58px;
  border-right: 1px solid rgba(0,0,0,0.06);
  
}

/* Round arrow buttons left/right */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.arrow.left { left: 12px; }
.arrow.right { right: 12px; }

/* disabled state */
.arrow[disabled] { opacity: 0.35; cursor: default; }

.container {
max-width: 1300px;
margin: auto;
padding: 20px;
display: grid;
grid-template-columns: 1fr 2fr 1fr;
gap: 25px;
}
h1{
margin: 3px 0;
font-weight: 500;
font-size: 22px;
}
h2{
  margin: 3px 0;
font-weight: 500;
font-size: 22px;
}
.f-p{
  font-size: 19px;
 
}
.link{
  color: #000000;
  text-decoration: none;
}
.link:hover{
  color: black;
}
.link-one{
   color: #000000;
   text-decoration:none;
}
.link-one:hover{
  text-decoration: underline;
}
.left-col article,
.right-col article {
margin-bottom: 25px;
}
img {
width: 100%;
border-radius: 6px;
}
.headline-section {
text-align: center;
}
.headline-section h1 {
font-size: 31px;
line-height: 1.2;
margin-top: -10px;
font-weight: 600;
}
.main-image {
margin-top: 15px;
}
.main-story-text {
font-size: 12px;
margin-top: 10px;
}

.news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.news-card {
  cursor: pointer;
}

.image-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.image-box img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  display: block;
}

.video-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 3px;
}

.duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 3px;
}

.tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #00ff7f;
  font-size: 11px;
  padding: 4px 6px;
  border-radius: 3px;
  text-transform: uppercase;
}

.news-text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #111;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}

.lo{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
}
.news-card:hover .news-text {
  text-decoration: underline;
}
.side-news {
  max-width: 520px;
}

.side-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.thumb {
  flex-shrink: 0;
}

.thumb img {
  width: 160px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}

.content {
  flex: 1;
  margin-top: -24px;
}

.title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #000;
}

.video-label {
  font-weight: 700;
}

.duration {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 6px;
  white-space: nowrap;
}

.divider {
  height: 1px;
  background: #e0e0e0;
  margin: 16px 0;
}

/* Hover effect */
.side-item:hover .title {
  text-decoration: underline;
}

.page {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 24px;
  padding: 40px;
  max-width: 1400px;
  margin: auto;
}

/* Shared */
.section-label {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  border-left: 4px solid #000;
  padding-left: 8px;
}

.headline {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px;
}
a {
    color: inherit;        /* parent text color follow cheyyum */
    text-decoration: none; /* underline remove */
}
.rel-im{
  width: 25%;
}
img {
  /*aspect-ratio: 3/2;*/
  width: 100%;
  border-radius: 6px;
}

/* LEFT */
.top-story {
  margin-bottom: 16px;
}

.story-list {
  list-style: none;
  border-top: 1px solid #ddd;
  margin-left: -39px;
}

.story-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 18px;
}

.live {
  color: red;
  font-weight: 700;
}

/* CENTER */
.feature-card {
  position: relative;
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 6px;
  border-radius: 4px;
}

.feature-title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.related {
  margin-top: 16px;
}

.related-item {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.related-item p {
  font-size: 22px;
  font-weight: 500;
}

/* RIGHT */
.ad-box {
  background: linear-gradient(135deg, #003a8f, #005ad5);
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.ad-title {
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 8px;
}

.ad-content button {
  margin-top: 12px;
  padding: 8px 12px;
  border: none;
  background: #fff;
  color: #003a8f;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
}

.side-story {
  margin-top: 12px;
}

.right-col{
  margin-top: 30px;
}

.climate-wrapper {
  max-width: 1400px;
  margin: auto;
  padding: 40px;
}

/* Section label */
.section-label {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  border-left: 4px solid #000;
  padding-left: 10px;
}

/* Grid layout */
.climate-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 24px;
}

/* FEATURE CARD */
.feature-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.feature-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
}

.feature-line {
  display: block;
  width: 36px;
  height: 4px;
  background: #fff;
  margin-bottom: 10px;
}

.feature-text {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}

/* SIDE COLUMN */
.side-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.side-card img {
  width: 100%;
  border-radius: 6px;
}

.side-text {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

/* Hover effect */
.feature-card:hover .feature-text,
.side-card:hover .side-text {
  text-decoration: underline;
}
/* Wrapper */
.sponsor-block {
  max-width: 1500px;
  margin: auto;
  padding: 30px;
}

/* Header */
.sponsor-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.sponsor-bar {
  width: 6px;
  height: 18px;
  background: #c9a24d;
}

.sponsor-text {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Grid */
.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */
.sponsor-card {
  cursor: pointer;
}

.sponsor-image {
  border-radius: 10px;
  overflow: hidden;
}

.sponsor-image img {
  width: 100%;
  height: auto;
  display: block;
}

.sponsor-title {
  margin-top: 14px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
}

.sponsor-card:hover .sponsor-title {
  text-decoration: underline;
}

/* Footer */
.sponsor-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
  font-size: 14px;
  color: #666;
}

.feedback {
  cursor: pointer;
}

/* Layout */
.tri-section {
  max-width: 1500px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  padding: 30px;
}

/* Card */
.tri-card {
  cursor: pointer;
}

/* Category label */
.tri-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.tri-bar {
  width: 6px;
  height: 18px;
  background: #000;
}

.tri-text {
  font-size: 18px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

/* Image */
.tri-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.tri-image img {
  width: 100%;
  display: block;
}

/* Optional dark overlay style */
.tri-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

/* Badge */
.tri-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 2;
}

/* Title */
.tri-title {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

.tri-card:hover .tri-title {
  text-decoration: underline;
}

.mc-wrap {
  max-width: 1600px;
  margin: auto;
  padding: 30px;
}

.mc-title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 16px;
}

/* IMPORTANT: positioning parent for arrows */
.mc-container {
  position: relative;
}

/* Viewport */
.mc-viewport {
  overflow: hidden;
  position: relative;
}

/* Track */
.mc-track {
  display: flex;
  gap: 16px;
  will-change: transform;
  transition: transform 0.4s ease;
}

/* Card */
.mc-card {
  flex: 0 0 300px;
  height: 340px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.mc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.mc-card span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.8),
    rgba(0,0,0,0)
  );
}

/* ===== Arrows ===== */
.mc-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mc-arrow:hover {
  background: #000;
  transform: translateY(-50%) scale(1.05);
}

.mc-arrow-left {
  left: 8px;
}

.mc-arrow-right {
  right: 8px;
}

.vs-wrap {
  max-width: 1400px;
  margin: auto;
  padding: 30px;
}

/* Section header */
.vs-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.vs-bar {
  width: 4px;
  height: 18px;
  background: #000;
}

.vs-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}

/* Grid layout */
.vs-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 30px;
}

/* Cards */
.vs-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vs-card img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.vs-text {
  margin-top: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

/* Advertisement */
.vs-ad img {
  width: 100%;
  border-radius: 8px;
}

.vs-ad-label {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}

.vs-ad-feedback {
  font-size: 13px;
  color: #777;
  cursor: pointer;
}

.mfc-wrap {
  max-width: 1400px;
  margin: auto;
  padding: 30px;
  background-color:white;
   color: white;
}

.mfc-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  color:black;
 
}

/* Layout */
.mfc-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 40px;
}

/* Feature image */
.mfc-image-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.mfc-image-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

/* Dark overlay */
.mfc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.2)
  );
  transition: background 0.3s ease;
}

/* Hover dark effect */
.mfc-image-box:hover .mfc-overlay {
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.5)
  );
}

.mfc-image-box:hover img {
  transform: scale(1.05);
}

/* Caption */
.mfc-caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.mfc-line {
  display: block;
  width: 40px;
  height: 4px;
  background: #fff;
  margin-bottom: 12px;
}

.mfc-headline {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.mfc-credit {
  display: block;
  font-size: 12px;
  color: #aaa;
  margin-top: 6px;
}

/* Right list */
.mfc-list {
  display: flex;
  flex-direction: column;
}

.mfc-item {
  margin-top: -1px;
  padding: 8px;
  height: 42px;
  font-size: 15px;
  line-height: 1.4;
  border-bottom: 1px solid #333;
  cursor: pointer;
  color:black;
  
}

.mfc-item span {
  font-weight: 700;
}

.mfc-item:hover {
  text-decoration: underline;
}

.cf-wrap {
  background:black;
  color: #fff;
  padding: 40px 30px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Search */
.cf-search {
  max-width: 1100px;
  margin: auto;
  position: relative;
}

.cf-search input {
  width: 100%;
  padding: 14px 44px 14px 14px;
  border-radius: 6px;
  border: none;
  font-size: 15px;
  background:black;
}

.cf-search-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
}

/* Grid */
.cf-grid {
  max-width: 1200px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.cf-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cf-head {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color:black;
}

.cf-col span {
  font-size: 13px;
  color: #bbb;
  cursor: pointer;
}

.cf-col span:hover {
  color: #fff;
  text-decoration: underline;
}

/* Bottom */
.cf-bottom {
  border-top: 1px solid #222;
  padding-top: 20px;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #aaa;
}

.cf-center span,
.cf-right span {
  margin-left: 12px;
  cursor: pointer;
}

.cf-center span:hover,
.cf-right span:hover {
  color: #fff;
}

.news-container {
  max-width: 1200px;
  padding: 1px;
  margin-left:216px;
  margin-top: 41px;
}

.news-meta {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 18px;
}

.news-meta .divider {
  margin: 0 6px;
}

.news-meta .dot {
  margin: 0 6px;
}

.news-title {
  font-size: 37px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.15;
  margin-bottom: 22px;
}

.news-update {
  font-size: 12px;
  font-weight: 500;
   font-family: Arial, Helvetica, sans-serif;
  color: #c40000;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.news-author {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.page-container {
  display: flex;
  align-items: flex-start; /* REQUIRED */
  gap: 24px;
  /*max-width: 1400px;*/
  /*margin: 0 auto;*/
      margin-left: 207px;
  padding:4px;
}

/* MAIN IMAGE */
.main-media {
  position: relative;
  flex: 3;
  border-radius: 10px;
  overflow: hidden;
}

.main-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* NAME LABEL */
.name-label {
  position: absolute;
  top: 20%;
  left: 20%;
  background: #ffffff;
  border: 2px solid #000;
  padding: 10px 16px;
  text-align: center;
}

.label-line {
  font-size: 16px;
}

.label-line.bold {
  font-weight: 700;
}

/* SIDE PANEL */
.side-panel {
    position: sticky;
    top: 85px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* AD CARD */
.ad-card {
  position: relative;
  overflow: hidden;
}

.ad-card img {
  width: 100%;
  display: block;
  border-radius: 0px;
}

/* AD OVERLAY */
.ad-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 60%);
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ad-brand {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ad-text {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 14px;
}

.ad-button {
  display: inline-block;
  background: #d60000;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: bold;
  width: fit-content;
}

/* AD FOOTER */
.ad-footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #555;
  margin-top: 8px;
}

.article-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  /*display: flex;*/
  gap: 40px;
}

/* SHARE COLUMN */
.share-column {
  display: flex;
  flex-direction: row;
  margin-left: 75%;
    gap: 12px;
    padding-top: 32px;
}

.share-icon {
  width: 33px;
  height: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
}

/* ARTICLE CONTENT */
.article-content {
 max-width: 838px!important;
    /*margin-left: -40px!important;*/
  font-family: Georgia, "Times New Roman", serif;
}

.article-paragraph {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 28px;
}

/* INLINE EMPHASIS */
.text-emphasis {
  font-weight: 700;
  text-decoration: underline;
}

.text-link {
  font-weight: 700;
  text-decoration: underline;
}

/* QUOTE */
.quote-source {
  font-style: italic;
}

/* DIVIDER */
.article-divider {
  height: 1px;
  background: #dcdcdc;
  margin-top: 40px;
}

.border{
  width: 160px;
  color: red;
  border-bottom: 10px solid rgb(166, 27, 27);
}

/* MAIN CONTAINER */
.news-container-det {
    max-width: 1300px;
    margin-left:43px;
    display: grid;
    padding: 30px;
    grid-template-columns: 2.5fr 1fr;
    gap: 40px;
}

/* UP NEXT */
.upnext-section {}

.upnext-title {
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.upnext-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.upnext-card {}

.upnext-image {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 6px;
}

.upnext-heading {
    font-size: 18px;
    line-height: 1.3;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin: 12px 0 8px;
}

.upnext-readtime {
    font-size: 13px;
    font-weight: 500;
    color: #555;
}

/* MOST POPULAR */
.popular-section {}

.popular-title {
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.popular-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: popular-rank;
}

.popular-item {
    counter-increment: popular-rank;
    padding: 18px 0 18px 50px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
}

.popular-item::before {
    content: counter(popular-rank);
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 22px;
    font-weight: bold;
}

/* TOP BAR */
.mm-topbar {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
}

.mm-menu-icon {
    font-size: 26px;
    cursor: pointer;
    margin-right: 20px;
}

.mm-logo {
    font-size: 26px;
    font-weight: bold;
    color: #cc0000;
}

/* OVERLAY */
.mm-overlay {
    position: fixed;
    inset: 0;
    background: #fff;
    padding: 30px 40px;
    display: none;
    overflow-y: auto;
    z-index: 999;
    top:58px;
    width:14%;
}

.mm-overlay-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.mm-close-icon {
    font-size: 20px;
    cursor: pointer;
        margin-right: -29px;
}

.mm-overlay.active {
    display: block;
}

.follow-container {
    display: block;
    align-items: center;
    /*gap: 20px;*/
    /*padding: 15px 20px;*/
    border-top: 1px solid #e5e5e5;
}

.follow-text {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top:10px;
}

.social-icons a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.social-icons a:hover {
    opacity: 0.6;
}
/*.follow-container{*/
/*  margin-left: 314px;*/
/*}*/

/* SEARCH */
.mm-search-box {
    margin-bottom: 30px;
}

.mm-search-input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
}

/* EDITION */
.mm-edition-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    font-size: 14px;
}

.mm-edition-label {
    font-weight: bold;
}

.mm-edition-item {
    cursor: pointer;
}

/* GRID */
.mm-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 30px;
}

.mm-col-title {
    font-weight: bold;
    margin-bottom: 12px;
}

.mm-link {
    font-size: 14px;
    margin-bottom: 8px;
    cursor: pointer;
}

.mm-link:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
  .page-container {
    flex-direction: column;
  }
}


@media (max-width: 768px) {
  .mc-card {
    flex: 0 0 240px;
    height: 420px;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .tri-section {
    grid-template-columns: 1fr;
  }
}


/* Responsive */
@media (max-width: 1024px) {
  .sponsor-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .climate-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .page {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (max-width: 480px) {
  .side-item {
    flex-direction: column;
  }

  .thumb img {
    width: 100%;
    height: auto;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .news-wrapper {
    grid-template-columns: 1fr;
  }
}























@media (max-width: 900px) {
  .grid { grid-template-columns: 1fr; padding: 0 18px; }
  .top-carousel { padding: 0 14px; height: 56px; }
  .arrow.left { left: 6px; }
  .arrow.right { right: 6px; }
}


/* category */
.world-body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.world-container {
    max-width: 1300px;
    
    padding: 30px;
}

.world-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.world-layout {
    display: grid;
    grid-template-columns: 2.2fr 1.3fr 1fr;
    gap: 30px;
}

/* LEFT COLUMN */
.world-feature-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 6px;
}

.world-feature-caption {
    font-size: 12px;
    color: #666;
    margin: 6px 0;
}

.world-feature-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.world-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.world-list-item {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
}

/* MIDDLE COLUMN */
.world-card-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 6px;
}

.world-card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0 16px;
}

/* RIGHT COLUMN */
.world-ad {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.world-ad-text {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.world-ad-button {
    background: #4285f4;
    color: #fff;
    border: none;
    padding: 8px 14px;
    font-size: 13px;
    cursor: pointer;
}

.world-side-card {
    margin-bottom: 20px;
}

.world-side-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
}

.world-side-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
    line-height: 1.3;
}

.aw-container {
    max-width: 1300px;
    margin: 40px auto;
    padding: 30px;
}

.aw-main-title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* GRID */
.aw-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 0.9fr;
    gap: 30px;
}

/* REGION LABEL */
.aw-region-label {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-left: 4px solid #000;
    padding-left: 8px;
}

/* FEATURE */
.aw-feature-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
}

.aw-feature-text {
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0 18px;
}

/* STORY LIST */
.aw-story-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aw-story-item {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 15px;
}

/* SIDEBAR */
.aw-ad-box {
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 30px;
}

.aw-ad-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.aw-ad-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
}

.aw-ad-button {
    background: #d32f2f;
    color: #fff;
    border: none;
    padding: 10px 18px;
    font-size: 14px;
    cursor: pointer;
}

.aw-ad-footer {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}

/* PHOTOS */
.aw-photos-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    border-left: 4px solid #000;
    padding-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
}

.aw-photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.aw-photo-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
}

.aw-photo-label {
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
}

.rg-container {
    max-width: 1400px;
    margin: 40px auto;
    padding: 30px;
}

.rg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}

/* COLUMN */
.rg-column {
    display: flex;
    flex-direction: column;
}

/* REGION LABEL */
.rg-region-tag {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
    border-left: 6px solid #000;
    padding-left: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* FEATURE */
.rg-feature-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
}

.rg-feature-title {
    font-size: 22px;
    font-weight: bold;
    margin: 14px 0 20px;
    line-height: 1.25;
    font-family: Arial, Helvetica, sans-serif;
}

/* LIST */
.rg-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rg-item {
    padding: 14px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 1.4;
}

.ls-body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.ls-wrapper {
    max-width: 1400px;
    margin: 40px auto;
    padding: 30px;
}

.ls-title-text {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 25px;
}

/* GRID */
.ls-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* CARD */
.ls-card {
    display: flex;
    flex-direction: column;
}

/* IMAGE */
.ls-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
}

/* VIDEO OVERLAY */
.ls-video-wrap {
    position: relative;
}

.ls-video-time {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,0.75);
    color: #fff;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 4px;
}

/* HEADLINE */
.ls-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 12px;
}

/* LINK STYLE VARIANT */
.ls-link-style {
    text-decoration: underline;
}

