.next1-phub__controls{margin-bottom:10px}
.next1-phub__title{margin:0 0 8px;font-weight:700}
.next1-phub__row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}
.next1-phub__row label{display:flex;flex-direction:column;font-size:.9rem}
.next1-phub__row select,.next1-phub__row input{min-width:160px;padding:6px 8px}

/* Table */
.next1-phub__table{width:100%;border-collapse:separate;border-spacing:0}
.next1-phub__table th,.next1-phub__table td{padding:8px 10px;border-bottom:1px solid #e2e8f0;text-align:left;white-space:nowrap}
.next1-phub__table thead th{position:sticky;top:0;background:#f8fafc;z-index:1;cursor:pointer}
.next1-phub__table th.is-muted{cursor:default;color:#94a3b8}
.next1-phub__table th.is-sorted{font-weight:700}
.next1-phub__table th.is-sorted.is-asc:after{content:" ▲";font-size:.8em}
.next1-phub__table th.is-sorted.is-desc:after{content:" ▼";font-size:.8em}
.next1-phub__table tbody tr:nth-child(odd){background:#ffffff}
.next1-phub__table tbody tr:nth-child(even){background:#f6f7fb}
.next1-phub__tablewrap{overflow:auto;max-width:100%}

/* Flag + logo styling */
.next1-phub__table .flag{font-size:1.1em;vertical-align:middle;margin-right:6px}
.next1-phub__table .teamcell{display:flex;align-items:center;gap:8px}
.next1-phub__table .teamlogo{height:18px;width:auto;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.06)}
