.recently-played-container{gap:10px}.recently-played-container>div:first-child{width:-moz-fit-content;width:fit-content;color:#666}.recently-played-container .image-container{width:60px;min-width:60px;aspect-ratio:1;border-radius:7px}.recently-played-container .image-container img{border-radius:7px}.recently-played-container.with-background{padding:8px 10px;border-radius:12px;align-items:flex-start;flex-direction:column-reverse;background:linear-gradient(180deg,#212121,#103443)}.recently-played-container.with-background>div:first-child{width:100%;text-align:center}.recently-played-container.with-background .image-container{width:70px;min-width:70px}.recently-played-games-skeleton{gap:10px}.recently-played-games-skeleton-item{width:60px;aspect-ratio:1;border-radius:7px;background:linear-gradient(90deg,rgba(211,211,211,.2),rgba(211,211,211,.3) 50%,rgba(211,211,211,.2));background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(min-width:768px){.recently-played-container>div:first-child{color:#00c565}}@media(hover:hover){.recently-played-container>div:last-child{padding:3px 0}.recently-played-container>div:last-child .image-container:hover{scale:103%}}