.home-guest-top-games{flex-direction:column;gap:22px;display:flex}.mobile .home-guest-top-games{gap:12px}.home-guest-top-games__header{justify-content:center;align-items:center;gap:32px;display:flex}.home-guest-top-games__header-title{font-weight:var(--font-weight-bold);text-align:center;text-transform:uppercase;margin:0}.mobile .home-guest-top-games__header{gap:12px}.home-guest-top-games__header-line{background:linear-gradient(90deg,var(--color-vip-000)0%,var(--color-vip-1)100%);flex:auto;height:1px}.home-guest-top-games__header-line--right{background:linear-gradient(90deg,var(--color-vip-1)0%,var(--color-vip-000)100%)}.home-guest-top-games__content{grid-template-columns:repeat(6,1fr);align-items:center;gap:16px;display:grid}.mobile .home-guest-top-games__content{justify-content:start;gap:8px;display:flex;position:relative}.mobile .home-guest-top-games__content:last-child{display:none}.home-guest-top-games__card{width:100%;min-width:100%;max-height:var(--game-card-max-height)}.mobile .home-guest-top-games__card{width:132px;min-width:initial;flex:none;max-height:176px}