.stat-container{display:flex;flex-wrap:wrap;justify-content:space-around;gap:15px;}.stat-item{flex:1;min-width:120px;background-color:#e0e5ec;padding:6px 15px;border-radius:12px;text-align:center;transition:all 0.3s ease;}.stat-item:hover{transform:translateY(-5px);}.stat-value{font-size:17px;font-weight:700;color:#4a6fa5;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;}}