.wdk-card-game {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: none;
    font-size: 0.875rem;
    background-color: var(--white-01);
    border-radius: var(--radius-base);
    box-shadow: 0px 3px 6px 0px rgb(26 61 77 / 10%);
}

.wdk-card-game-header {
    position: relative;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #dee2e6!important;
}

.wdk-card-game-cover {
    position: relative;
    height: 140px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.wdk-card-game-cover img.wdk-image-upload-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: initial !important;
    max-width: initial !important;
    max-height: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.wdk-card-game-cover-info {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 1;
}
.wdk-card-game-cover-info img {
    height: 16px;
    width: 16px;
    margin-right: 4px;
}
.wdk-card-game-cover-info .badge {
    border-radius: 4px 0 0 4px;
    padding: 2px 6px 2px 8px;
    height: initial;
}

.wdk-card-game-body {
    padding: 16px;
    flex: 1;
}

.wdk-card-game-footer {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    margin: -6px;
    width: calc(100% + 12px);
    padding: 16px;
    justify-content: end;
}

.wdk-card-game-footer > * {
    margin: 6px;
}