.psg-grid-07df3506 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background: transparent;
    padding: 0 20px;
    box-sizing: border-box;
}

.psg-row-07df3506 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.psg-step-item-07df3506 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    max-width: 280px;
    background: transparent;
}

.psg-circle-container-07df3506 {
    position: relative;
    display: inline-block;
}

.psg-circle-07df3506 {
    border-style: solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.psg-badge-07df3506 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    z-index: 2;
}

.psg-icon-07df3506 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.psg-icon-07df3506 i {
    display: block;
}

.psg-icon-07df3506 svg {
    display: block;
}

.psg-title-07df3506 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

/* Connection Arrow SVG */
.psg-connector-07df3506 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.psg-connector-07df3506 svg {
    width: 100%;
    height: 24px;
    display: block;
}

.psg-connector-07df3506.is-dotted .psg-arrow-line-path {
    stroke-dasharray: 2 6;
    stroke-linecap: round;
}

/* Keep row flow perfectly stacked even on mobile */
@media (max-width: 767px) {
    .psg-row-07df3506 {
        flex-direction: row; /* Force exact same horizontal line structure on mobile! */
        flex-wrap: nowrap;
    }
}
