/*
 *  package: Joomla Opening Hours module - PRO Version
 *  copyright: Copyright (c) 2026. Jeroen Moolenschot | Joomill
 *  license: GNU General Public License version 3 or later
 *  link: https://www.joomill-extensions.com
 */

.openinghours-notes, .openinghours-open, .openinghours-closed {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.openinghours {
    margin: auto;
}

.openinghours-eachday {
    display: inline-block;
    width: 100%;
}

.openinghours-day {
    float: left;
    overflow: hidden;
}

.openinghours-date {
    float: left;
    overflow: hidden;
}

.openinghours-time {
    float: right;
    overflow: hidden;
}

.openinghours-microdata {
    display: none;
}

/* Live status line */
.openinghours-live {
    display: block;
    margin-top: 0.35em;
    font-size: 0.9em;
    opacity: 0.85;
}

.openinghours-live-soon {
    font-weight: 700;
    opacity: 1;
}
