.custom-berita-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  background-color: #ffffff;
}

.custom-berita-card:hover {
  transform: translateY(-5px);
}

.custom-berita-card img {
  height: 200px;
  object-fit: cover;
}

.custom-berita-card .badge {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 20px;
}

.custom-berita-card .card-title {
  font-size: 1rem;
  font-weight: bold;
  color: #060b04;
  margin-bottom: 10px;
}

.read-more-link {
  color: #70d838;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9rem;
}

.read-more-link:hover {
  text-decoration: underline;
}
