.select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding-top: 5px;
}

.section-1 {
    padding: 60px 0;
    min-height: 642px;
}

.date {
    color: #888;
    font-size: 13px;
    cursor: help;
}

/* Container Box */
.content-popular-news {
    margin-top: 20px;
    width: 100%;
}

.card-popular-main {
    margin-bottom: 20px;
    color: inherit;
    text-decoration: none;
}

.card-popular-main .img-wrapper {
    width: 100%;
    height: 350px;
    border-radius: 12px;
    overflow: hidden;
}

.card-popular-main .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.card-popular-side {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    color: inherit;
    text-decoration: none;
}

.card-popular-side .side-img {
    flex: 0 0 120px; 
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
}

.card-popular-side .side-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.side-info {
    color: #888;
}

.author { color: #2196F3; font-weight: bold; font-size: 14px; }
.date { color: #888; font-size: 13px; }

.badge-cabang {
    background: #f0f0f0;
    padding: 2px 8px;
    font-size: 11px;
    display: block;
    border-radius: 4px;
    margin: 5px 0;
    width: fit-content;
}

.card-popular-main .title { font-size: 22px; margin-top: 10px; line-height: 1.3; }
.card-popular-side .title { font-size: 16px; margin: 5px 0; line-height: 1.2; color: initial; }
.excerpt { font-size: 13px; color: #666; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

@media (max-width: 768px) {
    .card-popular-side { flex-direction: row; }
    .card-popular-main .img-wrapper { height: 250px; }
}

.grid-upcoming {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; 
}

.card-terbaru {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease;
    height: 100%;
}

.card-terbaru:hover {
    transform: translateY(-5px);
}

.terbaru-img-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
}

.terbaru-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.terbaru-info {
    color: #888;
}

.terbaru-title {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 44px; 
    color: initial;
}

.terbaru-excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.empty-state-wrapper {
    width: 100%;
    padding: 60px 20px;
    background-color: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 16px;
    text-align: center;
    margin: 20px 0;
}

.empty-state-wrapper .empty-state-icon {
    font-size: 48px;
    margin-bottom: 12px;
    color: #94a3b8;
    filter: grayscale(100%) opacity(0.6);
}

.empty-state-wrapper .empty-state-title {
    font-size: 20px;
    font-weight: 600;
    color: #334155;
    margin: 0 0 8px 0;
}

.empty-state-wrapper .empty-state-text {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.m-b-row {
    margin-bottom: 30px;
}

