#linewedev-wrapper { max-width: 600px; margin: auto; padding: 20px; font-family: 'Outfit', sans-serif; }
.progress-container { width: 100%; height: 8px; background: #eee; border-radius: 4px; margin-bottom: 30px; }
#pb-line { height: 100%; width: 25%; background: #7fb03a; transition: 0.3s; }
.step input, .step select { width: 100%; padding: 12px; margin: 10px 0; border: 1px solid #ccc; border-radius: 6px; }

.button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.prev-btn {
    background: #f4f4f4;
    color: #333;
    border: 1px solid #ccc;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
}
.next-btn {
    background: #7fb03a;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
}