.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}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.b-game-card{aspect-ratio:unset}}.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}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.b-game-card__image{height:auto;border-radius:0}}.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;background:linear-gradient(to bottom, rgba(9, 17, 36, 0.8) 30%, rgba(253, 223, 158, 0.6) 70%);opacity:0;transition:opacity .3s ease}@media only screen and (max-width: 767px){.b-game-card__overlay{background:linear-gradient(to bottom, rgba(9, 17, 36, 0.85) 0%, rgba(9, 17, 36, 0) 30%);opacity:1}}.b-game-card__info{padding:1rem 1rem 0;color:#fff}@media only screen and (max-width: 767px){.b-game-card__info{align-self:flex-start;padding:.5rem .5rem 0}}.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:row;align-items:stretch;justify-content:center;width:100%}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.b-game-card__actions{display:none}}.b-game-card__actions button{flex-grow:1;border-radius:0}.b-game-card__actions--mobile{display:none}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.b-game-card__actions--mobile{display:flex}}.b-game-card__actions--mobile button{flex-grow:1;border-radius:0}.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)}
