/* Matchmaking – ekstra styling i samme stil som CommunityCMS (Bootstrap 5) */
.panel-title { margin: 0; }
.mb-0 { margin-bottom: 0 !important; }
.mb-2 { margin-bottom: 10px !important; }
.mb-4 { margin-bottom: 20px !important; }
.mx-2 { margin-left: 8px; margin-right: 8px; }
.display-4 { font-size: 2rem; }
.font-weight-bold { font-weight: bold; }
/* Status badges til matches */
.badge.status-pending { background: #5a5a6a !important; }
.badge.status-waiting_server { background: #5a5a6a !important; }
.badge.status-live { background: #27ae60 !important; }
.badge.status-finished { background: #2a2a2a !important; }
.badge.status-cancelled { background: #c0392b !important; }
