.timeline-carousel-wrapper-182f973c {
    position: relative;
    padding: 60px 0 20px 0;
}

.tc-swiper-182f973c {
    overflow: hidden;
    position: relative;
    padding-top: 24px;
}

/* Line starts from half the marker size (14px) and extends to the right */
.tc-line-182f973c {
    position: absolute;
    top: 40px; 
    left: 14px;
    width: 200%;
    height: 4px;
    background-color: #E4E4E4;
    z-index: 1;
}

.tc-slide-content-182f973c {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    padding-right: 20px;
}

.tc-marker-182f973c {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #04547E;
    margin-bottom: 24px;
    border: 4px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
    box-sizing: content-box;
    position: relative;
    z-index: 3;
}

.tc-year-182f973c {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 1;
    color: #FFF;
}

.tc-title-182f973c {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #FFF;
}

.tc-desc-182f973c {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.tc-nav-182f973c {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.tc-prev-182f973c, .tc-next-182f973c {
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}

.tc-prev-182f973c:hover, .tc-next-182f973c:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
}