

@media (max-width: 560px) {
    .public-wrapper {
        padding: 2rem 1rem !important;
    }

    .public-container {
        padding: 0 0.5rem !important;
    }

    .step-title {
        font-size: 20px !important;
    }

    .step-subtitle {
        margin-bottom: 1.5rem !important;
    }

    .confirm-summary {
        gap: 1.5rem !important;
        padding: 0.75rem 1rem !important;
    }

    .stats-row {
        grid-template-columns: 1fr !important;
    }
    
    .page-heading {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 1rem !important;
    }
}
