.page-home-desktop-game-card[data-v-14c7570f] {
    position: relative;
    display: flex;
    background: #000;
    border-radius: 1.5rem;
    width: 100%;
    margin-inline: auto;
    transition: all .2s ease-in-out
}

.page-home-desktop-game-card[data-v-14c7570f]:hover {
    transform: translateY(-.4rem)
}

.page-home-desktop-game-card .game-card-image[data-v-14c7570f] {
    height: 125%;
    position: absolute;
    right: -12%;
    bottom: 0;
    display: flex
}

.page-home-desktop-game-card .game-card-body[data-v-14c7570f] {
    z-index: 1;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.page-home-desktop-game-card .game-card-body .game-card-title[data-v-14c7570f] {
    color: var(--primary-color)
}

.page-home-desktop-game-card .game-card-body .game-card-description[data-v-14c7570f] {
    font-weight: 900;
    font-size: 1.1rem
}

.page-home-desktop-game-card .game-card-body .game-desc2[data-v-14c7570f] {
    font-size: .73rem;
    font-weight: 400;
    color: #e7e7e7
}

.page-home-desktop-game-card .game-card-body .play-now[data-v-14c7570f] {
    margin-block: 1rem;
    background: var(--primary-color);
    width: 8rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: 2em
}

.page-home-desktop-game-card[data-v-1230306c] {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1rem;
    color: #fff;
    transition: all .1s ease-in-out
}

.page-home-desktop-game-card[data-v-1230306c]:hover {
    transform: translateY(-2%)
}

.page-home-desktop-game-card .game-card-img[data-v-1230306c] {
    aspect-ratio: 7/6;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: -15%
}

.page-home-desktop-game-card .game-card-content[data-v-1230306c] {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .8rem;
    background: #000
}

.page-home-desktop-game-card .game-card-content .game-card-play[data-v-1230306c] {
    width: 2rem;
    margin-bottom: -.4rem
}

.game-card-sportsbook[data-v-130a63a5] {
    display: flex;
    flex-direction: column;
    position: relative
}

.game-card-sportsbook .sportsbook-hot[data-v-130a63a5] {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 100%;
    height: 40px;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    background: linear-gradient(270deg, transparent, rgba(178, 150, 97, 0), #b29661 70%, #000 220%)
}

.game-card-sportsbook .sportsbook-hot img[data-v-130a63a5] {
    width: 3rem;
    height: 3rem;
    margin-top: -1rem
}

.game-card-sportsbook .sportsbook-playnow-container[data-v-130a63a5] {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    left: 0;
    text-align: center
}

.game-card-sportsbook .sportsbook-playnow[data-v-130a63a5] {
    display: inline-block;
    padding: .8rem 1.4rem;
    border-radius: 2em;
    background: linear-gradient(180deg, #ebdca6, #8a6f36 59%, #bc9f5b);
    color: #fff;
    font-weight: 900;
    letter-spacing: .2em
}

.card-img-lg[data-v-130a63a5] {
    height: 100%;
    width: 280px;
    -o-object-fit: contain;
    object-fit: contain
}

.home-body[data-v-7806c999] {
    min-height: -moz-max-content;
    min-height: max-content
}