/*
Theme Name: Astra Child
Template: astra
*/

.berita-single {
  max-width: 900px;
  margin: auto;
  line-height: 1.6;
}

.berita-title {
  font-size: 3em; /* judul lebih kecil */
  margin-bottom: 10px;
}

.berita-meta {
  color: #666;
  margin-bottom: 20px;
}

.berita-gallery {
  display: grid;
  gap: 15px; /* jarak antar image */
  margin-bottom: 20px;
}

.berita-gallery.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.berita-gallery.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.berita-gallery .gallery-item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; /* padding bawah 10px */
}

.berita-gallery .gallery-item.empty {
  background: transparent;
}
