@import 'common.css';

.google-opening-weekdays {
    display: flex;
    flex-direction: column;
}

.google-opening-weekdays div.google-opening-day,
.google-opening-weekdays div.google-opening-closed {
    display: flex;
    justify-content: space-between;
    padding: 1.5em 1em;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    border-radius: 0.5em;
    font-weight: 300;
}

.google-opening-closed {
    background-color: #F5F5F5;
    color: #999999;
}

.google-opening-day:nth-child(odd) {
    background-color: #6EC1E4;
}

.google-opening-day:nth-child(even) {
    background-color: #C6EEFF;
}

.google-opening-today {
    background-color: #e85d26 !important;
}

.google-opening-footer {
    font-size: 0.8em;
    text-align: center;
    margin-top: 1em;
    color: #999999;
}