.ht-4f7ff95d-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.ht-4f7ff95d-wrapper {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    cursor: grab;
    scroll-behavior: smooth;
}
.ht-4f7ff95d-wrapper::-webkit-scrollbar {
    display: none;
}
.ht-4f7ff95d-wrapper:active {
    cursor: grabbing;
}

.ht-4f7ff95d-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #e2e8f0;
    transform: translateY(-50%);
    z-index: 1;
    min-width: 100%;
}

.ht-4f7ff95d-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0 40px;
}

.ht-4f7ff95d-item {
    flex: 0 0 auto;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.ht-4f7ff95d-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ht-4f7ff95d-content-box {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    width: 100%;
}

.ht-4f7ff95d-top-box {
    justify-content: flex-end;
    padding-bottom: 20px;
}
.ht-4f7ff95d-bottom-box {
    justify-content: flex-start;
    padding-top: 20px;
}

.ht-4f7ff95d-marker {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3b82f6;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    z-index: 3;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.ht-4f7ff95d-marker:hover {
    transform: scale(1.1);
}
.ht-4f7ff95d-marker svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.ht-4f7ff95d-date {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 5px;
}

.ht-4f7ff95d-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #1e293b;
}

.ht-4f7ff95d-desc {
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
}

.ht-4f7ff95d-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #333;
    transition: opacity 0.3s, background 0.3s;
}
.ht-4f7ff95d-nav:hover {
    background: #f8fafc;
}
.ht-4f7ff95d-prev {
    left: 10px;
}
.ht-4f7ff95d-next {
    right: 10px;
}

@media (max-width: 767px) {
    .ht-4f7ff95d-wrapper {
        overflow-x: auto;
    }
    .ht-4f7ff95d-nav {
        display: none; /* Hide nav arrows on touch devices */
    }
}
