
.pl-standings { background:#fff; }
.pl-standings__wrap { max-width:800px; margin:0 auto; padding:20px 0; }

.pl-standings__header { display:flex; flex-wrap:wrap; align-items:center; gap:12px 16px; justify-content:space-between; margin-bottom:16px; }
.pl-standings__title { font-weight:800; font-size:26px; letter-spacing:0.2px; }
.pl-standings__controls { display:flex; gap:8px; flex-wrap:wrap; }
.pl-standings__select, .pl-standings__search { appearance:none; border:1px solid #e5e7eb; background:#fff; border-radius:10px; padding:10px 12px; font-size:14px; }
.pl-standings__search { width:220px; }
.pl-standings__updated { font-size:12px; color:#6b7280; align-self:center; }

.pl-legend { display:flex; flex-wrap:wrap; gap:10px 16px; align-items:center; margin-bottom:8px; color:#555; font-size:13px; }
.pl-legend__item { display:flex; align-items:center; gap:8px; }
.pl-dot { width:10px; height:10px; border-radius:50%; display:inline-block; }
.pl-dot--ucl { background:#1a73e8; }
.pl-dot--uel { background:#e05d00; }
.pl-dot--conf { background:#7b1fa2; }
.pl-dot--releg { background:#d93025; }

.pl-table { width:100%; border-collapse:collapse; background:#fff; border:1px solid #e5e7eb; overflow:hidden; }
.pl-table thead th { position:sticky; top:0; background:#fff; z-index:2; text-align:center; font-weight:700; font-size:13px; padding:12px 8px; border-bottom:1px solid #e5e7eb; color: #333; height: unset;}
.pl-table tbody td { padding:10px 8px; font-size:14px; border-bottom:1px solid #f1f5f9; text-align:center; }
.pl-table tbody tr:hover { background:#fafafa; }
.pl-table th:first-child, .pl-table td:first-child { text-align:right; width:46px; padding-right:10px; }
.pl-table th:nth-child(2), .pl-table td:nth-child(2) { text-align:left; }

.pl-club { display:flex; align-items:center; gap:10px; }
.pl-club__crest { width:22px; height:22px; border-radius:3px; background:#f3f4f6; display:inline-flex; align-items:center; justify-content:center; font-size:11px; color:#666; flex:0 0 22px; overflow:hidden; }
.pl-club__crest img { display:block; width:22px; height:22px; object-fit:contain; }
.pl-club__name { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:240px; }

.pl-form { display:flex; gap:4px; justify-content:center; }
.pl-form__pill { width:18px; height:18px; border-radius:4px; display:inline-flex; align-items:center; justify-content:center; font-size:11px; color:#fff; font-style: normal;}
.pl-form__pill--w { background:#16a34a; }
.pl-form__pill--d { background:#6b7280; }
.pl-form__pill--l { background:#dc2626; }

.pl-zone-ucl td:first-child { box-shadow: inset 3px 0 0 #1a73e8; font-weight:700; }
.pl-zone-uel td:first-child { box-shadow: inset 3px 0 0 #e05d00; font-weight:700; }
.pl-zone-conf td:first-child { box-shadow: inset 3px 0 0 #7b1fa2;font-weight:700; }
.pl-zone-releg td:first-child { box-shadow: inset 3px 0 0 #d93025;font-weight:700; }

.pl-sortable { cursor:pointer; user-select:none; }
.pl-sort-ind { opacity:.6; font-size:11px; margin-left:4px; }

@media (max-width:720px){
	.pl-standings__title { font-size:22px; }
	.pl-standings__search { width:160px; }
	.pl-col-p, .pl-col-w, .pl-col-d, .pl-col-l, .pl-col-gf, .pl-col-ga { display:none; }
	.pl-club__name { max-width:160px; }
}

.pl-note { color:#6b7280; font-size:12px; margin-top:10px; }
