/* Mobile Base Styles */

@media (max-width: 768px) {

    body {
        padding-top: 0 !important;
        padding-bottom: max(100px, env(safe-area-inset-bottom, 10px) + 80px) !important;
        background: #fafafa !important;
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    body.has-fundamentals-reader {
        padding-bottom: calc(140px + env(safe-area-inset-bottom, 0px)) !important;
    }

    footer {
        display: none !important;
    }

    html {
        scroll-behavior: smooth;
    }
}
