.elementor-widget-wynd-opening-hours {
    --wynd-oh-col-gap: 16px;
    --wynd-oh-row-gap: 6px;

    display: flex;
    flex-direction: column;
    gap: var(--wynd-oh-row-gap);
    width: fit-content;
}

.wynd-opening-hours__row {
    display: flex;
    gap: var(--wynd-oh-col-gap);
    justify-content: var(--wynd-oh-justify, flex-start);
}

.wynd-opening-hours__hours {
    white-space: nowrap;
}
