/*
.game-card {
    display: flex;
    flex-direction: row;
}

.card-cover, .card-title, .card-actions {
    width: 50%;
}

.card-cover img {
    width: 100%;
    vertical-align: middle;
}

.card-body {
    width: 50%;
    display: flex;
}

.card-information {
    width: 100%;
    padding: 1.25em;
    backdrop-filter: blur(20px);
    background-color: rgba(255,255,255,0.75);
    display: flex;
    flex-direction: column;
}

.card {
    padding: 0;
}
*/

.game-card-body {
    backdrop-filter: blur(20px);
    background-color: rgba(255,255,255,0.75);
}

.card-information hr {
    margin-top: 0;
}

.card-buttons {
    flex: 1;
    display: flex;
    justify-content: center;
    text-align: center;
}

.card-buttons a, .priorities a {
    align-self: end;
    flex: 1;
}

.card-buttons svg, .priorities svg {
    color: black;
}

.user-card {
    text-align: center;
    align-items: center;
}

.card-avatar {
    flex: 1;
    justify-content: center;
}

.card-user-name {
    flex: 2;
    justify-content: center;
    align-items: center;
}

.card-user-actions {
    flex: 1;
    justify-content: end;
    align-items: center;
}
