.info-terbaru-section {
    width: 100%;
    background: #ffffff;
}
.info-terbaru-section .info-label {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a6fc4;
    margin-bottom: 56px;
}
.info-terbaru-section .slider-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
}
.info-terbaru-section .slider-track { overflow: hidden; }
.info-terbaru-section .slider-slides {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.info-terbaru-section .slide {
    min-width: 100%;
    display: flex;
    align-items: stretch;
}
.info-terbaru-section .slide-image {
    flex: 0 0 380px;
    max-width: 380px;
}
.info-terbaru-section .slide-image img,
.info-terbaru-section .slide-image > div {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.info-terbaru-section .slide-content {
    flex: 1;
    padding: 32px 48px 32px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.info-terbaru-section .slide-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 400;
    color: #111111;
    line-height: 1.15;
    margin: 0 0 24px;
    letter-spacing: -0.5px;
}
/* ── Category badge (outlined, matches single post + archive) ── */
.info-terbaru-section .slide-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 18px;
    border: 1.5px solid #333333;
    color: #333333;
    background: transparent;
    margin-bottom: 32px;
    align-self: flex-start;
	border-radius: 5px;
}
.info-terbaru-section .slide-badge.cat-acara    { border-color: #4EADD5; background-color: #4EADD5; color: #FFFFFF; }
.info-terbaru-section .slide-badge.cat-berita   { border-color: #4EADD5; color: #4EADD5; }
.info-terbaru-section .slide-badge.cat-hiring   { border-color: #4EADD5; color: #4EADD5; }
.info-terbaru-section .slide-badge.cat-anggota  { border-color: #4EADD5; color: #4EADD5; }
.info-terbaru-section .slide-badge.cat-kegiatan { border-color: #4EADD5; color: #4EADD5; }
/* ── Meta block ── */
.info-terbaru-section .slide-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 32px;
}
.info-terbaru-section .slide-date    { font-size: 15px; font-weight: 700; color: #111111; }
.info-terbaru-section .slide-venue   { font-size: 15px; color: #444444; line-height: 1.6; }
.info-terbaru-section .slide-excerpt { font-family: 'Saira'; font-size: 14px; color: #555555; line-height: 1.65; }
/* ── Footer link ── */
.info-terbaru-section .slide-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none !important;
}
.info-terbaru-section .slide-more:hover { color: #1a6fc4; text-decoration: underline !important; }
/* ── Nav arrows ── */
.info-terbaru-section .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #aaaaaa;
    box-shadow: none;
    transition: color 0.2s;
    line-height: 1;
}
.info-terbaru-section .slider-nav:hover { color: #333333; }
.info-terbaru-section .slider-nav svg {
    width: 24px; height: 24px;
    stroke: currentColor; fill: none;
    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.info-terbaru-section .slider-nav.prev { left: 0; }
.info-terbaru-section .slider-nav.next { right: 0; }
/* ── Dots ── */
.info-terbaru-section .slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}
.info-terbaru-section .slider-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    border: none;
    background: #cccccc;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s;
}
.info-terbaru-section .slider-dot.active { background: #4EADD5; }
@media (max-width: 768px) {
    .info-terbaru-section .slider-wrapper { padding: 0 40px; }
    .info-terbaru-section .slide { flex-direction: column; }
    .info-terbaru-section .slide-image { flex: none; max-width: 100%; height: 240px; }
    .info-terbaru-section .slide-content { padding: 28px 24px; }
}
