/**
 * Inadigital Venue Hours
 * Minimal structural styles only. Appearance is controlled by plugin settings
 * and reinforced inline to avoid Divi frontend/mobile alignment overrides.
 */
.ivh-hours {
    box-sizing: border-box !important;
    max-width: 100% !important;
}

.ivh-hours-row {
    box-sizing: border-box !important;
    clear: both !important;
}

.ivh-hours-day,
.ivh-hours-time {
    box-sizing: border-box !important;
    line-height: inherit !important;
}

.ivh-message {
    width: 100%;
    text-align: center;
}

.ivh-both .ivh-opening-hours {
    margin-bottom: 18px;
}

/* Deliberately do not hide, reposition or stack rows on mobile. The same
   accessible server-rendered markup is used at every breakpoint. */
@media (max-width: 767px) {
    .ivh-hours,
    .ivh-hours-row {
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .ivh-hours-time {
        white-space: normal !important;
        overflow-wrap: anywhere;
    }
}
