.game-card.both-ranked {
    border-color: #d8e0e7;
    background:
        linear-gradient(145deg, rgba(119, 134, 146, .97), rgba(45, 55, 64, .98));
    box-shadow:
        inset 0 0 18px rgba(231, 240, 247, .25),
        0 0 0 1px rgba(216, 224, 231, .22),
        0 5px 15px #000;
}

.game-card.both-ranked::before {
    background: #dce5ec;
    box-shadow: 0 0 11px #aebcc7;
}

.game-card.both-ranked .game-meta {
    background: linear-gradient(90deg, #11171c, #46545f);
}
