.shortcode_openings-hours {
    display: flex;
    flex-direction: column;
    row-gap: var(--space-xs);
}

.shortcode_opening-hours__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}