/* Mobile Home Page Specific Overrides */

@media (max-width: 768px) {

    /* Ensure Body Background in Dark Mode for Mobile Home */
    body.dark {
        background-color: #18181b !important;
        /* zinc-900 */
        color: #fafafa !important;
    }

    /* Section Titles */
    .section-title {
        display: block !important;
        font-size: 1.1rem !important;
        font-weight: 400 !important;
        color: #666666 !important;
        margin-top: 8px !important;
        margin-bottom: 20px !important;
    }

    body.dark .section-title {
        color: #a0a0b0 !important;
    }
}