/* WładzaPL — rankingi (styl tabel z danymi) */
.wladza-rankings { max-width: 860px; margin: 0 auto; }
.wladza-rank-title { margin-bottom: 4px; }
.wladza-rank-sub { color: #666; font-size: 14px; margin-top: 0; }

.wladza-rank-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.wladza-rank-table th {
    text-align: left; padding: 10px 12px; background: #14213d; color: #fff;
    font-weight: 600; border: none;
}
.wladza-rank-table td { padding: 10px 12px; border-bottom: 1px solid #e8e8ee; vertical-align: middle; }
.wladza-rank-table tr:nth-child(even) td { background: #f7f8fb; }
.wladza-rank-table td.num { white-space: nowrap; }
.wladza-rank-name { font-weight: 600; color: #14213d; text-decoration: none; }
.wladza-rank-name:hover { text-decoration: underline; }

.wladza-club-badge {
    display: inline-block; color: #fff; font-size: 12px; font-weight: 600;
    padding: 3px 9px; border-radius: 999px; text-decoration: none; line-height: 1.5;
}
a.wladza-club-badge:hover { opacity: .85; }

.wladza-bar {
    display: inline-block; width: 110px; height: 8px; background: #e8e8ee;
    border-radius: 4px; overflow: hidden; vertical-align: middle; margin-right: 8px;
}
.wladza-bar span { display: block; height: 100%; background: #2a9d8f; border-radius: 4px; }
