.htl-8b4e08d8-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

.htl-8b4e08d8-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.htl-8b4e08d8-marker {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.htl-8b4e08d8-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background-color: #1B2058;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(27, 32, 88, 0.18);
}

.htl-8b4e08d8-line {
    display: block;
    flex-grow: 1;
    height: 2px;
    background-color: #C8CBE0;
}

.htl-8b4e08d8-line-placeholder {
    display: block;
    flex-grow: 1;
    height: 2px;
    background-color: transparent;
}

.htl-8b4e08d8-content {
    text-align: center;
    padding: 0 4px;
}

.htl-8b4e08d8-title {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1B2058;
    line-height: 1.3;
}

.htl-8b4e08d8-desc {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4A4A68;
    line-height: 1.5;
}

/* Responsive: stack vertically on mobile */
@media (max-width: 767px) {
    .htl-8b4e08d8-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .htl-8b4e08d8-item {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }

    .htl-8b4e08d8-marker {
        flex-direction: column;
        align-items: center;
        width: auto;
        margin-bottom: 0;
        align-self: stretch;
    }

    .htl-8b4e08d8-line {
        width: 2px;
        height: auto;
        flex-grow: 1;
    }

    .htl-8b4e08d8-line-placeholder {
        width: 2px;
        height: auto;
        flex-grow: 1;
    }

    .htl-8b4e08d8-content {
        text-align: left;
        padding: 8px 0 24px 0;
    }
}
