/* Custom CSS to make opening hours text white and bold */

/* This targets the main title "Opening Hours" */
#sb-main-container .widget-hours h2 {
    color: #FFFFFF;
    font-weight: bold;
}

/* This targets the day and time text */
#sb-main-container .widget-hours .sb-daily-schedule p,
#sb-main-container .widget-hours .sb-daily-schedule span {
    color: #FFFFFF;
}
