/* GPL compact ball-token fix: circle for short tokens, oval for WD/NB/LB variants */
.ball-badge,.mc-ball-badge,.cbz-ball-badge{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:28px!important;width:auto!important;height:28px!important;padding:0 8px!important;border-radius:999px!important;white-space:nowrap!important;line-height:1!important;font-weight:900!important;font-size:11px!important;letter-spacing:-.15px!important;overflow:hidden!important;text-overflow:clip!important;}
.ball-badge:not(.extra):not(.long-extra),.mc-ball-badge:not(.extra):not(.misc),.cbz-ball-badge:not(.extra):not(.misc){width:28px!important;min-width:28px!important;padding:0!important;border-radius:50%!important;}
.ball-badge.extra,.ball-badge.misc,.ball-badge.long-extra,.mc-ball-badge.extra,.mc-ball-badge.misc,.cbz-ball-badge.extra,.cbz-ball-badge.misc{min-width:34px!important;max-width:72px!important;padding:0 7px!important;border-radius:999px!important;font-size:10px!important;}
@media(max-width:480px){.ball-badge,.mc-ball-badge,.cbz-ball-badge{height:26px!important;min-width:26px!important;font-size:10px!important}.ball-badge.extra,.ball-badge.misc,.mc-ball-badge.extra,.mc-ball-badge.misc{min-width:32px!important;font-size:9px!important}}

/* GPL public/admin ball pill responsive animation */
.over-balls,.recent-strip{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;width:100%;}
.over-balls .ball-box,.recent-strip .ball-badge{flex:0 1 auto;min-width:28px;max-width:52px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:0 6px;position:relative;overflow:hidden;transition:all .2s ease;}
.over-balls.balls-7 .ball-box{min-width:26px;height:28px;font-size:12px;}
.over-balls.balls-8 .ball-box{min-width:24px;height:26px;font-size:11px;}
.over-balls.balls-9 .ball-box,.over-balls.balls-10 .ball-box{min-width:21px;height:24px;font-size:10px;padding:0 4px;}
.ball-box.boundary-four,.ball-badge.four{animation:fourPulse 2.5s ease;}
.ball-box.boundary-six,.ball-badge.six{animation:sixPulse 2.5s ease;}
.ball-box.wicket,.ball-badge.wicket{animation:wicketShake 2s ease;}
@keyframes fourPulse{0%{transform:scale(1);box-shadow:0 0 0 rgba(30,136,229,0)}30%{transform:scale(1.18);box-shadow:0 0 20px rgba(30,136,229,.9)}100%{transform:scale(1);box-shadow:none}}
@keyframes sixPulse{0%{transform:scale(1);box-shadow:0 0 0 rgba(255,152,0,0)}25%{transform:scale(1.25);box-shadow:0 0 28px rgba(255,152,0,1)}100%{transform:scale(1);box-shadow:none}}
@keyframes wicketShake{0%,100%{transform:translateX(0)}20%{transform:translateX(-4px)}40%{transform:translateX(4px)}60%{transform:translateX(-3px)}80%{transform:translateX(3px)}}
