/* Espaçamento responsivo compartilhado entre dashboard e autenticação. */
@media (max-width: 767.98px) {
    .simlab-dashboard-shell {
        padding-bottom: .5rem !important;
    }

    .simlab-dashboard-layout {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .simlab-dashboard-content {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
        border-radius: .75rem !important;
    }

    .simlab-dashboard-content > .container-fluid,
    .simlab-dashboard-content > .container {
        --bs-gutter-x: .75rem;
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .simlab-dashboard-shell .container-fluid,
    .simlab-dashboard-shell .container,
    .simlab-auth-shell .container-fluid,
    .simlab-auth-shell .container {
        --bs-gutter-x: .75rem;
    }

    .simlab-dashboard-shell .row:not(.gx-0) {
        --bs-gutter-x: .5rem;
        --bs-gutter-y: .5rem;
    }

    .simlab-dashboard-shell .card-body.p-4,
    .simlab-dashboard-shell .p-4 {
        padding: .75rem !important;
    }

    .simlab-dashboard-shell .px-3 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .simlab-dashboard-shell .py-4 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
    }

    .simlab-dashboard-shell .mb-4,
    .simlab-dashboard-shell .my-4 {
        margin-bottom: .75rem !important;
    }

    .simlab-dashboard-shell .mt-4,
    .simlab-dashboard-shell .my-4 {
        margin-top: .75rem !important;
    }

    .simlab-dashboard-shell .table-responsive,
    .simlab-dashboard-shell .table-responsive-sm {
        margin-right: -.25rem;
        margin-left: -.25rem;
    }

    .simlab-dashboard-shell .navbar-main {
        padding-bottom: .5rem !important;
    }

    .simlab-dashboard-shell .navbar-main .container-fluid {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .about-page .about-hero {
        margin-bottom: 1rem !important;
    }

    .about-page .about-section {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .about-page .about-section-heading {
        margin-bottom: 1rem;
    }

    .simlab-auth-shell .center-wrapper {
        align-items: flex-start;
        padding: 4.25rem .75rem 1rem;
    }

    .simlab-auth-shell .welcome-card {
        padding: 1rem !important;
        border-radius: 1rem !important;
    }

    .simlab-auth-shell .card-body {
        padding-right: .25rem;
        padding-left: .25rem;
    }

    .simlab-auth-shell .logo-wrapper {
        margin-bottom: 1rem;
    }
}
