.sc-timeline-fa544294 {
    position: relative;
    width: 100%;
    background: transparent;
    box-sizing: border-box;
}

.sc-label-fa544294 {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    color: #1A1A1A;
    opacity: 0.6;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: left;
}

.sc-container-fa544294 {
    position: relative;
    width: 100%;
}

.sc-items-fa544294 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    z-index: 2;
    gap: 40px 0px;
}

.sc-item-fa544294 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 200px;
    max-width: 33.333%;
    text-align: center;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
}

.sc-year-fa544294 {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    color: #1A1A1A;
    opacity: 0.5;
    margin-bottom: 15px;
    min-height: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.sc-marker-wrapper-fa544294 {
    position: relative;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
}

.sc-marker-wrapper-fa544294::before,
.sc-marker-wrapper-fa544294::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #E0E0E0;
    z-index: 1;
}

.sc-marker-wrapper-fa544294::before {
    left: -15px;
    right: 50%;
}

.sc-marker-wrapper-fa544294::after {
    left: 50%;
    right: -15px;
}

.sc-items-fa544294 .sc-item-fa544294:first-child .sc-marker-wrapper-fa544294::before {
    display: none;
}
.sc-items-fa544294 .sc-item-fa544294:last-child .sc-marker-wrapper-fa544294::after {
    display: none;
}

.sc-marker-fa544294 {
    display: block;
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.sc-item-fa544294:hover .sc-marker-fa544294 {
    transform: scale(1.15);
}

.sc-name-fa544294 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #1A1A1A;
    line-height: 1.4;
    min-height: 44px;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 768px) {
    .sc-timeline-fa544294 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .sc-items-fa544294 {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding-left: 35px;
        box-sizing: border-box;
        border-left: 1px solid #E0E0E0;
    }

    .sc-item-fa544294 {
		flex: 1 1 auto;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .sc-marker-wrapper-fa544294 {
        position: absolute;
        left: -35px;
        top: 2px;
        width: auto;
        height: auto;
        margin-bottom: 0;
    }

    .sc-marker-wrapper-fa544294::before,
    .sc-marker-wrapper-fa544294::after {
        display: none !important;
    }

    .sc-year-fa544294 {
        margin-bottom: 3px;
        min-height: auto;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .sc-name-fa544294 {
        min-height: auto;
    }
}
