.text-kuning {
    color: #f7c200 !important;
}
.berita-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.berita-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.berita-image-thumb {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 5px;
}
.berita-title {
    font-size: 1.15rem;
    font-weight: bold;
}
.berita-date {
    color: #6c757d;
    font-size: 0.85rem;
}
.berita-excerpt {
    font-size: 0.95rem;
    color: #444;
}
.sidebar-berita-item {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
.sidebar-berita-item:last-child {
    border-bottom: none;
}

.pagination .page-link {
    color: #f7c200;
}

.pagination .page-item.active .page-link {
    background-color: #f7c200;
    border-color: #f7c200;
    color: #fff;
}
