.gg-opening-hours {
    --gg-oh-accent: #b58a36;
    --gg-oh-open: #2e7d32;
    --gg-oh-closed: #c62828;
}

.gg-opening-hours__title {
    margin-top: 0;
}

.gg-opening-hours__status {
    display: inline-block;
    margin: 0 0 0.75em;
    padding: 0.25em 0.65em;
    border-radius: 999px;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.4;
}

.gg-opening-hours__status[hidden],
.gg-opening-hours__attribution[hidden] {
    display: none;
}

.gg-opening-hours__status--open {
    color: #fff;
    background: var(--gg-oh-open);
}

.gg-opening-hours__status--closed {
    color: #fff;
    background: var(--gg-oh-closed);
}

.gg-opening-hours ul.gg-opening-hours__list {
    margin: 0;
    padding: 0 !important;
    list-style: none !important;
}

.gg-opening-hours .gg-opening-hours__list > li {
    margin: 0;
    padding: 0.12em 0;
    list-style: none !important;
}

.gg-opening-hours .gg-opening-hours__list > li::marker {
    content: "";
}

.gg-opening-hours .gg-opening-hours__list > li::before {
    display: none !important;
    content: none !important;
}

.gg-opening-hours__day {
    font-weight: 600;
}

.gg-opening-hours__today {
    color: var(--gg-oh-accent);
    font-weight: 700;
}

.gg-opening-hours__attribution {
    display: block;
    width: max-content;
    margin-top: 0.8em;
    color: #5e5e5e;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
}

.gg-opening-hours__attribution:hover,
.gg-opening-hours__attribution:focus {
    color: #1f1f1f;
    text-decoration: underline;
}
