.ht-367e17d2-wrapper {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.ht-367e17d2-swiper {
    position: relative;
    padding-top: 60px;
}

.ht-367e17d2-line {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 2px dashed #ccc;
    z-index: 1;
}

.ht-367e17d2-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.ht-367e17d2-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.ht-367e17d2-year {
    font-size: 24px;
    font-weight: bold;
    color: #666;
    margin-bottom: 30px;
}

.ht-367e17d2-node {
    width: 12px;
    height: 12px;
    background-color: #999;
    border-radius: 50%;
    position: relative;
}

.ht-367e17d2-node::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 5px;
    width: 2px;
    height: 40px;
    background-color: #999;
}

.ht-367e17d2-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.ht-367e17d2-icon {
    width: 60px;
    height: 60px;
    background-color: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
}

.ht-367e17d2-icon::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 29px;
    width: 2px;
    height: 30px;
    background-color: #999;
}

.ht-367e17d2-icon i {
    font-size: 24px;
    color: #666;
}

.ht-367e17d2-icon svg {
    width: 24px;
    height: 24px;
    fill: #666;
}

.ht-367e17d2-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.ht-367e17d2-desc {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}

.ht-367e17d2-prev,
.ht-367e17d2-next {
    color: #999;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.ht-367e17d2-prev::after,
.ht-367e17d2-next::after {
    display: none;
}

/* Força as setas base a ficarem visíveis o tempo todo */
.swiper-button-next, 
.swiper-button-prev {
    opacity: 1 !important;
}

/* Ensure arrows remain completely visible even when disabled */
.swiper-button-disabled.ht-367e17d2-prev,
.swiper-button-disabled.ht-367e17d2-next {
    opacity: 1 !important; 
    pointer-events: auto !important; 
}
