.digr_business_hour {
    --column: 1;
    --row: 1;
    --minwidth: 200px;
}

@media all and (max-width:1368px) {
    .digr_business_hour_items.auto_responsive {
        grid-template-columns: repeat(auto-fit, minmax(var(--minwidth), 1fr)) !important;
    }
}

.digr_business_hour_items.auto_responsive {
    grid-template-columns: repeat(auto-fit, minmax(var(--minwidth), 1fr)) !important;
}


.digr_business_hour h1,
.digr_business_hour h2,
.digr_business_hour h3,
.digr_business_hour h4,
.digr_business_hour h5,
.digr_business_hour h6 {
    padding-bottom: 0;
}

.digr_business_hour .digr_business_hour_items {
    display: grid;
    grid-template-columns: repeat(var(--column), 1fr);
    grid-template-rows: repeat(var(--row), 1fr);
    overflow: hidden;
}


.digr_business_hour_container .digr_business_hour_items .et_pb_module {
    margin-bottom: 0 !important;
}

.digr_business_hour_item_wrapper,
.digr_business_hour_header,
.digr_business_hour_name,
.digr_business_hour_time {
    border-style: solid;
}