/* HRMG mobile header refinements for The7. */
@media screen and (max-width: 767px) {
    .masthead .mobile-header-bar .mobile-mini-widgets .mini-contacts.clock {
        width: auto;
        min-width: 0;
        max-width: 118px;
        flex: 0 0 auto;
        flex-wrap: nowrap;
        overflow: visible;
        white-space: nowrap !important;
        font-size: 0 !important;
        line-height: 1 !important;
    }

    .masthead .mobile-header-bar .mobile-mini-widgets .mini-contacts.clock i {
        flex: 0 0 auto;
        margin-right: 7px !important;
        font-size: 17px !important;
        line-height: 1 !important;
    }

    .masthead .mobile-header-bar .mobile-mini-widgets .mini-contacts.clock::after {
        content: "Mon–Fri · 8–5";
        display: inline-block;
        font-size: 13px;
        font-weight: 650;
        line-height: 1.15;
        letter-spacing: .01em;
        white-space: nowrap;
    }
}

@media screen and (max-width: 360px) {
    .masthead .mobile-header-bar .mobile-mini-widgets .mini-contacts.clock {
        max-width: 92px;
    }

    .masthead .mobile-header-bar .mobile-mini-widgets .mini-contacts.clock::after {
        content: "M–F · 8–5";
        font-size: 12px;
    }
}
