.ht-wrapper-0dc1ef02 {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.ht-container-0dc1ef02 {
    flex-grow: 1;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    scroll-behavior: smooth;
    padding: 20px 0;
}
.ht-container-0dc1ef02::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.ht-track-0dc1ef02 {
    display: inline-flex;
    position: relative;
    min-width: 100%;
    align-items: center;
}

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

.ht-item-0dc1ef02 {
    display: flex;
    flex-direction: column;
    min-width: 250px;
    max-width: 300px;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.ht-marker-wrapper-0dc1ef02 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px; /* Space for the marker on the line */
    margin: 15px 0;
}

.ht-marker-0dc1ef02 {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #e0e0e0;
}

.ht-marker-0dc1ef02 svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.ht-content-0dc1ef02 {
    text-align: center;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.ht-item-top-0dc1ef02 {
    justify-content: flex-end;
}
.ht-item-bottom-0dc1ef02 {
    justify-content: flex-start;
}

.ht-date-0dc1ef02 {
    font-size: 0.85em;
    color: #888;
    margin-bottom: 5px;
    font-weight: 600;
}

.ht-title-0dc1ef02 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
}

.ht-desc-0dc1ef02 {
    font-size: 0.9em;
    color: #555;
    line-height: 1.5;
}

.ht-nav-0dc1ef02 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 10;
    flex-shrink: 0;
    transition: all 0.2s;
}

.ht-nav-0dc1ef02:hover {
    background: #f5f5f5;
}

.ht-prev-0dc1ef02 { margin-right: -20px; }
.ht-next-0dc1ef02 { margin-left: -20px; }

.ht-nav-0dc1ef02.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
