.berita-telaga-block {
  width: 100% !important;      /* supaya lebar penuh */
  max-width: 1200px;           /* batas maksimal, bisa diubah sesuai kebutuhan */
  margin: 0 auto;              /* biar center */
}

/* Kalau masih sempit karena table, bisa tambah */
.berita-telaga-block table {
  width: 100% !important;
}

.view.berita-telaga-block {
  width: 100% !important;
  max-width: 1200px; /* Bisa lebih besar sesuai layout theme */
  margin: 0 auto;
}
.view.berita-telaga-block table {
  width: 100% !important;
}
