/* Shared game card icons — used by Werewolf, Black Market, Spyfall boards */
.game-icon {
    width: 1.15em;
    height: 1.15em;
    object-fit: cover;
    border-radius: 6px;
    vertical-align: middle;
    display: inline-block;
    background: #1a2332;
}

.game-icon-fallback {
    font-size: inherit;
    line-height: 1;
}

.game-icon-sm {
    width: 24px;
    height: 24px;
}

.game-icon-md {
    width: 32px;
    height: 32px;
}

.game-icon-lg {
    width: 52px;
    height: 52px;
}

.game-icon-xl {
    width: 68px;
    height: 68px;
}

.game-icon-hero {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    border-radius: inherit;
    object-fit: cover;
}
