.aslpt-timeline {
    position: relative;
    margin-left: 2rem;
}

.aslpt-timeline::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: var(--wp--preset--color--slate-300);
}

.wp-block-aslpt-timeline-event {
    padding: 1rem 2rem;
    position: relative;
}

.wp-block-aslpt-timeline-event::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -7px;
    top: 20px;
    background-color: var(--wp--preset--color--primary-600);
    border-radius: 50%;
}

.wp-block-aslpt-timeline-event .event-date {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--wp--preset--color--primary-600);
}