/* Styling for announcement header to match latest/popular news style with blue line */
.entry.col-12 h4.text-uppercase.fw-bold {
  color: #2c3e50;
  position: relative;
  padding-bottom: 10px;
}

.entry.col-12 h4.text-uppercase.fw-bold:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3498db;
}

/* Override untuk line-home agar tetap menampilkan garis biru */
.entry.col-12 .line-home {
  display: block !important;
  border-bottom-color: #3498db !important;
  background: #3498db !important;
  height: 2px;
  margin-top: 5px;
}