/**
* Theme Name: Broccoli Child
* Description: This is a child theme of Broccoli, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themexriver">Theme Xriver</a>
* Template: broccoli
* Version: 1.2
*/

.mobile-header-phones {
    display: none !important;
}

@media (max-width: 767px) {
    .mobile-header-phones {
        display: flex !important;
        flex: 0 0 100%;
        justify-content: center;
        gap: 16px;
        margin: 4px 0 0;
        line-height: 1.4;
        text-align: center;
    }

    .ltn__header-top-area .mobile-header-phones a {
        color: #d71920 !important;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
    }
}
