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

.agenda-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}
.agenda-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}
.agenda-title a:hover {
    text-decoration: underline;
}


.agenda-mendatang-card {
    border-left: 5px solid #f7c200;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.agenda-mendatang-card:hover {
    transform: translateY(-2px);
}

.agenda-mendatang-date {
    font-weight: 600;
    color: #f7c200;
    font-size: 1rem;
}

.agenda-mendatang-desc {
    text-align: justify;
}

.btn-kembali-mini {
    background-color: #f7c200;
    color: white;
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 20px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(247, 194, 0, 0.4);
}

.btn-kembali-mini:hover {
    background-color: #e0a800;
    color: white;
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(224, 168, 0, 0.6);
}