.opening-hours {
    text-align: center;
}

.opening-hours__today {
    font-weight: 600;
    margin-bottom: 0.25em;
}

.opening-hours__status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}

.opening-hours__indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.opening-hours--open .opening-hours__indicator {
    background-color: #22c55e;
}

.opening-hours--closed .opening-hours__indicator {
    background-color: #ef4444;
}
