/* 1. Hide any header text or title inside the prediction game's history drawer */
.bet-history .v-list-item-title {
    display: none !important;
}

/* 2. Collapse the padding and spacing of the history items so they become invisible rows */
.bet-history .v-list-item {
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

/* 3. Hide the history trigger button explicitly by its text or icon container */
button[data-v-40ba7332] .v-btn__content:has(span) {
    /* safely targets text-based buttons in that view */
}