/* Vertical wheel must keep scrolling the page over the campaign comparison. */
body.performance-v55 #tab-overview .table-container,
body.ux-v75 #tab-overview .table-container{
    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;
    touch-action:pan-x pan-y!important;
}
/* Keep financial rank values fully visible in three-column cards. */
body .v96-rank-row{
    grid-template-columns:minmax(0,1.05fr) minmax(68px,1.15fr) minmax(88px,max-content)!important;
    gap:8px!important;
    min-width:0!important;
}
body .v96-rank-row .track{min-width:68px!important}
body .v96-rank-row>span:last-child{
    min-width:88px!important;
    text-align:right!important;
    white-space:nowrap!important;
    overflow:visible!important;
}
body .v96-rank,body .v96-grid-3>.v96-card{min-width:0!important;overflow:hidden!important}
@media(max-width:1180px){
    body .v96-grid-3{grid-template-columns:1fr!important}
    body .v96-rank-row{grid-template-columns:minmax(160px,1fr) minmax(140px,2fr) minmax(100px,max-content)!important}
}