/*
 *  package: Joomla Opening Hours module - PRO Version
 *  copyright: Copyright (c) 2025. Jeroen Moolenschot | Joomill
 *  license: GNU General Public License version 3 or later
 *  link: https://www.joomill-extensions.com
 */

.openinghours-notes, .openinghours-open, .openinghours-closed, .openinghours-upcoming-exceptional {
    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;
}

.openinghours-upcoming-exceptional-list {
    display: block;
    width: 100%;
}

