@charset "UTF-8";

/* ── Hub CIP: Hours list ──────────────────────────────────────────────────── */

ul.hub-cip-hours {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

ul.hub-cip-hours li {
    list-style: none;
    background: none;
    padding: 2px 0;
    line-height: normal;
}

.hub-cip-day {
    font-weight: bold;
    min-width: 6em;
    display: inline-block;
}

.hub-cip-hours--short .hub-cip-day {
    min-width: 3em;
}

.hub-cip-time {
    /* inherits surrounding styles */
}

.hub-cip-closed {
    /* inherits surrounding styles */
}

.hub-cip-note {
    font-style: italic;
    opacity: 0.8;
}

/* ── Holiday notice ───────────────────────────────────────────────────────── */

.hub-cip-holiday-notice {
    margin: 0 0 0.5em;
    font-style: italic;
}

.hub-cip-holiday-notice.hub-cip-closed-notice {
    font-weight: bold;
}

/* ── Widget / sidebar context ─────────────────────────────────────────────── */

.widget .hub-cip-hours li,
#sidebar .hub-cip-hours li,
#footer .hub-cip-hours li {
    background: none;
    list-style: none;
    padding: 2px 0;
    line-height: normal;
}

/* ── Shortcode wrapper ────────────────────────────────────────────────────── */

.hub-cip-hours-wrap {
    /* inherits surrounding styles */
}
