.so-widget-state-tournaments { text-align:center; }

.so-widget-state-tournaments .grid { display:flex; gap:30px; justify-content:center; margin-bottom:30px; }
.so-widget-state-tournaments .grid:last-child { margin-bottom:0; }

.so-widget-state-tournaments a { border-radius:6px; display:inline-block; padding:15px; transition:background-color 0.3s; }
.so-widget-state-tournaments a:hover { background-color:#f8f8f8; text-decoration:none; }

.so-widget-state-tournaments img { width:60px; }

.so-widget-state-tournaments .team { font-family:'Barlow Condensed', sans-serif; font-size:24px; font-weight:700; }

.so-widget-state-tournaments .result { color:#222; }