.player-hero{align-items:center;display:flex;gap:20px}.player-hero__photo{background:var(--color-bg);border-radius:50%;flex-shrink:0;height:96px;overflow:hidden;width:96px}.player-hero__photo img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.player-hero__info{flex:1;min-width:0}.player-hero__team-badge{flex-shrink:0;height:72px;margin-left:auto;width:72px}.player-hero__team-badge img{height:100%;-o-object-fit:contain;object-fit:contain;opacity:.85;transition:opacity .15s;width:100%}.player-hero__team-badge img:hover{opacity:1}.match-carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.match-carousel::-webkit-scrollbar{display:none}.match-carousel__item{flex:0 0 calc(50% - 6px);min-width:280px;scroll-snap-align:start}.match-carousel__item:only-child{flex:0 0 100%}@media(max-width:640px){.match-carousel__item{flex:0 0 85%}}@media(max-width:480px){.player-hero{flex-direction:column;text-align:center}.player-hero__photo{height:72px;width:72px}.player-hero__info{text-align:center}.player-hero__team-badge{height:48px;margin-left:0;width:48px}}
