.mw-parser-output .sw-podium-table {
width: 100%;
margin: 0 0 1em;
}
.mw-parser-output .sw-podium-table th,
.mw-parser-output .sw-podium-table td {
vertical-align: middle;
}
.mw-parser-output .sw-podium-table th:first-child,
.mw-parser-output .sw-podium-table td:first-child,
.mw-parser-output .sw-podium-place {
width: 3.5em;
text-align: center;
}
.mw-parser-output .sw-podium-team {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
gap: 0.4rem;
}
.mw-parser-output .sw-podium-team-logo {
display: inline-flex;
width: 24px;
height: 24px;
border-radius: 999px;
overflow: hidden;
background: #eaecf0;
flex: 0 0 24px;
}
.mw-parser-output .sw-podium-team-logo a,
.mw-parser-output .sw-podium-team-logo img {
display: block;
width: 100%;
height: 100%;
}
.mw-parser-output .sw-podium-team-logo img {
object-fit: cover;
}
.mw-parser-output .sw-podium-team-players {
color: #54595d;
font-size: 0.92em;
}