/* Nebula Gumb Custom - front-end styles for dynamic hours & weather widgets. */

/*
 * The hours slide stacks: <h3>heading</h3>, <p class="gumb-hours-status">, <p class="gumb-tz-note">.
 * The tz-note sits tight under the status line (0.5em gap) and carries the
 * larger bottom margin that the status line used to own so the overall visual
 * spacing to the next element (the "Opening hours" link) remains balanced.
 */
.gumb-hours-status {
    margin-bottom: 0 !important;
}

.gumb-tz-note {
    margin-top: 0 !important;
    margin-bottom: 1.2em !important;
    line-height: 0;
}

.gumb-tz-note small {
    font-size: 12pt;
    line-height: 1.4;
}
