#list_games {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.game-card {
    background: #ffffff;
    padding: 0.75rem 1rem;
    border-radius: 0.9rem;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    border: 1px solid #e5e7eb;
}

.game-title {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.game-meta {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.35;
    margin-bottom: 0.3rem;
}

.game-footer {
    margin-top: 0.1rem;
}
