.ht-wrapper-905f9c92 {
    width: 100%;
    overflow-x: auto;
}

.ht-container-905f9c92 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 100%;
    min-width: max-content; /* Ensure items don't squeeze too much on smaller screens if many items */
}

.ht-item-905f9c92 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 0 15px; /* Default spacing, overridden by control */
}

/* Connecting Line */
.ht-item-905f9c92:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 30px; /* Adjust based on default icon box size / 2 */
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #e0e0e0;
    z-index: 0;
}

.ht-icon-wrapper-905f9c92 {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.ht-icon-905f9c92 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ht-icon-905f9c92 i {
    font-size: 24px;
    color: #333;
}

.ht-icon-905f9c92 svg {
    width: 24px;
    height: 24px;
    fill: #333;
}

.ht-content-905f9c92 {
    width: 100%;
}

.ht-title-905f9c92 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.ht-description-905f9c92 {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
    .ht-container-905f9c92 {
        flex-direction: column;
        align-items: flex-start;
    }

    .ht-item-905f9c92 {
        flex-direction: row;
        text-align: left;
        padding: 15px 0;
        width: 100%;
    }

    .ht-icon-wrapper-905f9c92 {
        margin-bottom: 0;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .ht-item-905f9c92:not(:last-child)::after {
        top: 100%;
        left: 30px; /* Align with icon center */
        width: 2px;
        height: 100%;
        margin-top: 0 !important;
        margin-left: -1px;
    }
}
