.ps-steps-list-d0602fb0 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ps-step-item-d0602fb0 {
    display: grid;
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
    gap: 2rem;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.ps-step-item-d0602fb0:last-child {
    border-bottom-style: none;
}

.ps-step-number-d0602fb0 {
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 600;
    color: #e5a93b;
    min-width: 2.5rem;
}

.ps-step-title-d0602fb0 {
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.ps-step-desc-d0602fb0 {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    color: #b0b0b0;
    margin: 0;
}

.ps-step-desc-d0602fb0 p {
    margin: 0;
}

/* Responsiveness */
@media (max-width: 768px) {
    .ps-step-item-d0602fb0 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 1.5rem 0.5rem;
    }
    
    .ps-step-number-d0602fb0 {
        margin-bottom: 0.25rem;
    }
}
