/* Container per location */
.location {
    margin-bottom: 14px;   /* space between locations */
}

/* Location title */
.location .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}

/* Service hours list */
.serviceHours {
    list-style: none;      /* remove bullets */
    padding-left: 0;
    margin: 0;
}

/* Each hour row */
.serviceHours li {
    line-height: 1.2;
    margin: 2px 0;         /* tighten spacing */
    font-size: 14px;
}

/* Optional closed style (instead of inline) */
.serviceHours li.closed {
    color: #ccc;
    font-style: italic;
}