/* =========================================
   STYLE KHUSUS HALAMAN GJAW 2025
   ========================================= */

/* Container halaman detail */
.news-detail {
  max-width: 850px;
  margin: 0 auto;
  padding: 20px 20px 60px;
  background: #ffffff;
}

/* HERO IMAGE */
.news-hero {
  margin-bottom: 25px;
}

.news-hero img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* JUDUL BESAR */
.news-detail h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #002368;
  margin-bottom: 5px;
}

/* TANGGAL */
.news-detail .date {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 20px;
}

/* SUBJUDUL */
.news-detail h2 {
  margin-top: 28px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #002368;
}

/* PARAGRAF */
.news-detail p {
  margin-bottom: 15px;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* LIST */
.news-detail ul {
  margin: 10px 0 20px 20px;
  padding-left: 20px;
}

.news-detail ul li {
  margin-bottom: 6px;
  font-size: 1.05rem;
}

/* CTA WA */
.cta-news {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 22px;
  background: #25d366;
  color: white !important;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-news:hover {
  background: #1eb356;
  transform: translateY(-2px);
}

/* MOBILE RESPONSIVE */
@media (max-width: 600px) {
  .news-hero img {
    height: 190px;
  }

  .news-detail h1 {
    font-size: 1.6rem;
  }

  .news-detail h2 {
    font-size: 1.25rem;
  }
}
