/* CSS Styling (Add this to a new file style.css in the plugin directory) */
/* style.css */
.gbhs-business-hours {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 16px;
}
.gbhs-business-hours li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.gbhs-business-hours .gbhs-day {
    font-weight: bold;
    color: #000;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.gbhs-hours {
    float: right !important;
    color: #000;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}