/**
 * Mobile Contact Info Fix
 * Shows phone number and email on smaller screens (under 400px)
 * Generated by mobile-contact-fix.php
 */

/* Mobile Contact Info Fix - Added by mobile-contact-fix.php */
/* Show phone/email text on small phones (under 400px) */
@media only screen and (max-width: 400px) {
    .myleftcss p a span {
        display: inline !important;
    }
    .myleftcss {
        font-size: 10px;
        gap: 8px !important;
    }
    .myleftcss p {
        white-space: nowrap;
    }
}

/* Ensure Action_bar shows on mobile-header-mini */
@media only screen and (max-width: 767px) {
    .mobile-header-mini #Action_bar {
        display: block !important;
    }
}
/* End Mobile Contact Info Fix */
