.stat-container{display:flex;flex-wrap:wrap;justify-content:space-around;gap:15px;}.stat-item{flex:1;min-width:120px;text-align:center;}.stat-value{font-size:17px;font-weight:700;color:#ff0000;margin-bottom:2px;}.stat-name{font-size:14px;color:#000000;}@media (max-width:768px){.stat-container{flex-direction:row;overflow-x:auto;white-space:nowrap;}.stat-item{min-width:100px;display:inline-flex;flex-shrink:0;flex-direction:column;justify-content:center;}.stat-name{font-size:12px;color:#000000;}.stat-item:last-child{display:none;}}
