.container-widget-hcor-timeline {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 100%;
}

.container-widget-hcor-timeline svg {
    display: block;
}

.container-widget-hcor-timeline .hcor-timeline-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: center;
}

.container-widget-hcor-timeline .hcor-timeline-subtitle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8.5px;
}

.container-widget-hcor-timeline .hcor-timeline-subtitle-icon {
    width: 12px;
    height: 12px;
}

.container-widget-hcor-timeline .hcor-timeline-subtitle-line {
    background: #e71861;
    height: 2px;
    width: 16px;
    border-radius: 2px;
}

.container-widget-hcor-timeline .hcor-timeline-subtitle-text {
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.06px;
    line-height: 1.2;
}

.container-widget-hcor-timeline .hcor-timeline-title {
    color: #424242;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.container-widget-hcor-timeline .hcor-timeline-content-top {
    display: flex;
    gap: 80px;
    align-items: center;
    background: #ffffff;
    padding: 32px 33px 32px 60px;
    border-radius: 16px;
}

.container-widget-hcor-timeline .hcor-timeline-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.container-widget-hcor-timeline .hcor-timeline-year-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-widget-hcor-timeline .hcor-timeline-year {
    color: #4e4b59;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}

.container-widget-hcor-timeline .hcor-timeline-line {
    background: #e71861;
    height: 2px;
    width: 16px;
    border-radius: 2px;
}

.container-widget-hcor-timeline .hcor-timeline-desc {
    color: #4e4b59;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.container-widget-hcor-timeline .hcor-timeline-image {
    width: 546px;
    height: 328px;
    border-radius: 16px;
    overflow: hidden;
}

.container-widget-hcor-timeline .hcor-timeline-pagination {
    display: none;
}

.container-widget-hcor-timeline .hcor-timeline-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.container-widget-hcor-timeline .hcor-timeline-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 52px;
    width: 90%;
    gap: 20px;
    margin: 0 auto;
}

.container-widget-hcor-timeline .hcor-timeline-nav-swiper {
    width: calc(100% - 100px);
    overflow: hidden;
}

.container-widget-hcor-timeline .hcor-timeline-nav-swiper .swiper-slide {
    width: auto;
}

.container-widget-hcor-timeline .hcor-timeline-nav-year {
    border: 1px solid #e1e1e6;
    border-radius: 8px;
    padding: 12px 16px;
    color: #7a7786;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.container-widget-hcor-timeline .swiper-slide-thumb-active .hcor-timeline-nav-year {
    background: #c51b53;
    border-color: #c51b53;
    color: #f7f7f8;
}

.container-widget-hcor-timeline .hcor-timeline-nav-prev,
.container-widget-hcor-timeline .hcor-timeline-nav-next {
    width: 38px;
    height: 38px;
    background: #c51b53;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
}

.container-widget-hcor-timeline .hcor-timeline-nav-prev.swiper-button-disabled,
.container-widget-hcor-timeline .hcor-timeline-nav-next.swiper-button-disabled {
    background: #e1e1e6;
    color: #7a7786;
    cursor: not-allowed;
}

.container-widget-hcor-timeline .hcor-timeline-nav-prev svg,
.container-widget-hcor-timeline .hcor-timeline-nav-next svg {
    width: 17px;
    height: 18px;
}

.container-widget-hcor-timeline .hcor-timeline-main-swiper {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.container-widget-hcor-timeline .hcor-timeline-main-swiper .swiper-slide {
    width: 100%;
}

@media (max-width: 767px) {
    .container-widget-hcor-timeline .hcor-timeline-header {
        padding: 0 20px;
    }

    .container-widget-hcor-timeline .hcor-timeline-title {
        font-size: 28px;
    }

    .container-widget-hcor-timeline .hcor-timeline-content-top {
        flex-direction: column;
        height: auto;
        padding: 12px 12px 24px 12px;
        gap: 24px;
        width: 100%;
    }

    .container-widget-hcor-timeline .hcor-timeline-image {
        width: 100%;
        height: 280px;
        border-radius: 16px;
        order: -1;
    }

    .container-widget-hcor-timeline .hcor-timeline-text {
        padding: 0 8px;
        gap: 16px;
        text-align: left;
        width: 100%;
    }

    .container-widget-hcor-timeline .hcor-timeline-year-wrapper {
        align-items: flex-start;
        gap: 8px;
    }

    .container-widget-hcor-timeline .hcor-timeline-year {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.2;
        color: #33303e;
    }

    .container-widget-hcor-timeline .hcor-timeline-line {
        height: 1px;
    }

    .container-widget-hcor-timeline .hcor-timeline-desc {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
        color: #4e4b59;
    }

    .container-widget-hcor-timeline .hcor-timeline-nav-wrapper {
        display: none;
    }

    .container-widget-hcor-timeline .hcor-timeline-main-swiper {
        padding-bottom: 0;
    }

    .container-widget-hcor-timeline .hcor-timeline-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 32px;
        padding: 0 20px;
    }

    .container-widget-hcor-timeline .hcor-timeline-pagination .swiper-pagination-bullet {
        height: 8px;
        border-radius: 32px;
        background: #c51b53;
        opacity: 0.2;
        margin: 0 !important;
        flex: 1;
        transition: all 0.3s ease;
    }

    .container-widget-hcor-timeline .hcor-timeline-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        width: 65px;
        flex: none;
    }
}