.sg-1479-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sg-1479-item {
    display: block;
}

.sg-1479-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* Badge column: badge + connector line stacked vertically */
.sg-1479-badge-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.sg-1479-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background-color: #DB540A;
    color: #F8F8F8;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0;
}

.sg-1479-connector {
    width: 2px;
    flex: 1;
    min-height: 24px;
    background-color: #DB540A;
    margin-top: 6px;
}

/* Content area */
.sg-1479-content {
    flex: 1;
    min-width: 0;
    padding-top: 10px;
}

.sg-1479-title {
    margin: 0 0 6px;
    padding: 0;
    line-height: 1.3;
}

.sg-1479-desc {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
