.berita-card {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.berita-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.berita-img {
    height: 220px;
    object-fit: cover;
}

.berita-card .badge {
    font-size: 0.75rem;
    border-radius: 20px;
}
