.b-game-card{position:relative;background:#fff;border-radius:.75rem;box-shadow:0 .125rem .5rem rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease;aspect-ratio:1/1}.b-game-card:hover{background:#000;box-shadow:0 .5rem 1.5625rem rgba(0,0,0,.15);transform:translateY(-0.25rem)}.b-game-card:hover .b-game-card__overlay{opacity:1}.b-game-card__image{position:relative;width:100%;height:100%;border-radius:.75rem;overflow:hidden}.b-game-card__img{width:100%;height:100%;transition:transform .3s ease}.b-game-card:hover .b-game-card__img{opacity:.75;transform:scale(1.05)}@media only screen and (max-width: 767px){.b-game-card:hover .b-game-card__img{opacity:1}}.b-game-card__overlay{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.8) 100%);opacity:0;transition:opacity .3s ease}@media only screen and (max-width: 767px){.b-game-card__overlay{padding:.5rem;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 30%);opacity:1}}.b-game-card__info{color:#fff}@media only screen and (max-width: 767px){.b-game-card__info{align-self:flex-start}}.b-game-card__title{margin-bottom:.25rem}.b-game-card__provider{max-width:6.25rem;max-height:2.5rem;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width: 767px){.b-game-card__provider{max-width:5.5rem;max-height:2rem}}.b-game-card__actions{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.5rem;width:100%}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.b-game-card__actions{flex-direction:row}}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.b-game-card__actions button{flex-grow:1}}.b-game-card__stats{font:400 var(--font-size-t-xs)/1.25 var(--font-text);align-self:center;padding:.25rem .5rem;background:rgba(253,223,158,.9);border-radius:.25rem;color:var(--color-brand-2)}
