/* Hide hours element on infobar */
[aria-label="Not open"] {
    display: none;
}

[aria-label="Open from 9:00am to 5:00pm"] {
    display: none;
}