/* Add these styles to your CSS file or as an inline style block */
.game-section .ant-card-head {
    background-color: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}

.game-header .ant-card-body {
    padding: 16px 24px;
}

.ant-badge-count {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
}