/* ============================================================
   INCEPTION TIMELINE STEP WHITE V2
   Angka 01-08 dibuat oleh CSS pseudo-element, bukan DOM text.
   ============================================================ */

/* Base element */
.timeline-dot {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Nomor timeline dari pseudo-element/counter */
.timeline-dot::before,
.timeline-dot::after {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 800 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) !important;
}

/* Extra specificity supaya mengalahkan CSS bundle */
.section-timeline .timeline-dot,
.section-timeline .timeline-dot::before,
.section-timeline .timeline-dot::after,
#timeline .timeline-dot,
#timeline .timeline-dot::before,
#timeline .timeline-dot::after {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
}
