body.widget-snippet .opening-hour {
        padding: 40px;
        background-color: #2d2e2e;
    }

    .widget-snippet .hour-text + .hour-text {
        padding-top: 5px;
    }

    .widget-snippet .hour-text span {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
    }

    .widget-snippet .hour-text span:first-of-type {
        min-width: 115px;
    }
