/* ========================================
   Step 1 Button Centering - v3.2.2
======================================== */

.step-actions-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.step-actions-center .btn-next {
    margin-right: 0;
    margin-left: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .step-actions-center {
        margin-top: 40px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .step-actions-center {
        margin-top: 30px;
        margin-bottom: 12px;
    }
}
