.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;}

/* Toplist Dropdown Selector */
.casino-toplist-selector {
    margin-bottom: 20px;
    max-width: 400px;
}
.casino-toplist-selector select {
    width: 100%;
    padding: 12px 40px 12px 16px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    color: #05061a;
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2305061a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.casino-toplist-selector select:hover {
    border-color: #00d13b;
}
.casino-toplist-selector select:focus {
    outline: none;
    border-color: #00d13b;
    box-shadow: 0 0 0 3px rgba(0, 209, 59, 0.15);
}