.intellibridge_query_block {display:flex; flex-direction:row; align-items:center; flex-wrap:wrap; padding:0;}
.intellibridge_query_block {width:100%; gap:inherit; display:flex; flex-wrap:wrap; width: 100%; list-style-type:none; margin: 0;}

.intellibridge_query_block.custom-template-part {display: flex; flex-direction: row; align-items: flex-start;    flex-wrap: wrap;gap:30px;}
.intellibridge_query_block.custom-template-part > *{flex-grow: 1;flex-shrink: 1;}

.intellibridge_query_block.live {display: flex; flex-direction: row; align-items: flex-start;    flex-wrap: wrap;gap:30px;}
.intellibridge_query_block.live > *{flex-grow: 1;flex-shrink: 1;}



.intellibridge_query_block.show_counter{
    counter-reset: counter;
    counter-reset: counter var(--start-from, 0);
}
.intellibridge_query_block.show_counter .counter::before {
    counter-increment: counter;
    content: counter(counter);
}


/*Slider*/


.intellibridge_query_block.slide_cards.custom-template-part{max-width: var(--wp--custom--width);}
.intellibridge_query_block.slide_cards.custom-template-part .slick-track{  gap: inherit;    display: flex;}
.intellibridge_query_block.slide_cards.custom-template-part .slick-slide{width:100%;max-width: var(--wp--custom--width);}
.intellibridge_query_block.slide_cards.custom-template-part > *{    flex-grow: inherit;  gap: inherit;  flex-shrink: inherit;}
.intellibridge_query_block.slide_cards.custom-template-part.slick-initialized .slick-slide{display:flex;}

.intellibridge_query_block.slide_cards.live{max-width: var(--wp--custom--width);}
.intellibridge_query_block.slide_cards.live .slick-track{  gap: inherit;    display: flex;}
.intellibridge_query_block.slide_cards.live .slick-slide{width:100%;max-width: var(--wp--custom--width);}
.intellibridge_query_block.slide_cards.live > *{    flex-grow: inherit;    flex-shrink: inherit;gap: inherit;}
.intellibridge_query_block.slide_cards.live.slick-initialized .slick-slide{display:flex;}