html.giasy-news-modern .min-h-screen.bg-gray-900,
html.giasy-news-modern [data-giasy-news-page="1"] {
  background: #f7f8fa !important;
}

html.giasy-news-modern [data-giasy-hide-hot-topics="1"],
html.giasy-news-modern [data-giasy-hide-fake-stats="1"],
html.giasy-news-modern [data-giasy-hide-hashed-featured="1"] {
  display: none !important;
}

html.giasy-news-modern input[placeholder*="Tìm kiếm tin tức"] {
  background: #fff !important;
  color: #0f172a !important;
  border-color: #cbd5e1 !important;
}

#giasy-news-magazine {
  display: block;
  margin: 0 0 28px;
}

#giasy-news-magazine .giasy-news-hero {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 18px;
}

#giasy-news-magazine .giasy-news-hero img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  background: #e2e8f0;
}

#giasy-news-magazine .giasy-news-hero h3 {
  margin: 14px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #0f172a;
}

#giasy-news-magazine .giasy-news-hero p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.55;
  color: #475569;
}

#giasy-news-magazine .giasy-news-meta {
  font-size: 13px;
  color: #64748b;
}

#giasy-news-magazine .giasy-news-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

#giasy-news-magazine .giasy-news-rail a {
  display: block;
  text-decoration: none;
  color: inherit;
}

#giasy-news-magazine .giasy-news-rail img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  background: #e2e8f0;
}

#giasy-news-magazine .giasy-news-rail h4 {
  margin: 8px 0 4px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: #0f172a;
}

#giasy-news-magazine .giasy-news-rail p {
  display: none;
}

#giasy-news-list {
  display: grid;
  gap: 22px;
  margin: 8px 0 28px;
}

#giasy-news-list a {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  text-decoration: none;
  color: inherit;
  padding-bottom: 22px;
  border-bottom: 1px solid #e2e8f0;
}

#giasy-news-list img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 4px;
  background: #e2e8f0;
}

#giasy-news-list h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.25;
  color: #0f172a;
}

#giasy-news-list p {
  margin: 0 0 10px;
  color: #475569;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  #giasy-news-magazine .giasy-news-rail,
  #giasy-news-list a {
    grid-template-columns: 1fr;
  }
  #giasy-news-magazine .giasy-news-hero img {
    height: 220px;
  }
}
