/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .step-navigation {
        flex-direction: column;
        gap: 12px;
    }

    .btn-previous,
    .btn-next {
        width: 100%;
        justify-content: center;
    }

    .btn-next {
        margin-left: 0;
    }

    .step-number,
    .step-check {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .step-check {
        font-size: 18px;
    }

    .step-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .wpt-notification {
        left: 16px;
        right: 16px;
        transform: none;
        width: auto;
    }

    .wpt-notification.show {
        top: 16px;
    }
}