/* Hide BetRecords game category tabs - Main tab list */
.fun-tabs__tab-list,
.fun-tab-item.funtab_item,
.fun-tabs__active-line {
    display: none !important;
}

/* Hide BetRecords game category tabs - Generic */
.betRecords__container-tabCard,
.betRecords__container-tabCard__wrapper,
.bet-container-tabCard,
.bet-container-tabCard__wrapper,
[class*="betRecords"][class*="tabCard"],
[class*="BetRecords"][class*="tab"] {
    display: none !important;
}

/* Hide game type selector in BetRecords */
.betRecords__container-content__filter,
.bet-container-content__filter,
[class*="betRecords"][class*="filter"] {
    display: none !important;
}

/* Hide tab items with specific game types */
.tab_item,
[data-v-1d8fbc24].tab_item {
    display: none !important;
}

/* Adjust BetRecords container spacing when tabs are hidden */
.betRecords__container,
.bet-container {
    padding-top: 0.5rem !important;
}