/* MotoGP Standings widget */
.mgpst-wrap{font-family:inherit;border:1px solid #23232b;border-radius:8px;overflow:hidden;background:#0f0f14;color:#e8e8ea;margin:16px 0;font-size:14px}
.mgpst-status{padding:22px 16px;text-align:center;color:#9a9aa5}
.mgpst-tabs{display:flex;gap:4px;padding:8px 8px 0;background:#15151c;border-bottom:1px solid #23232b}
.mgpst-tab{flex:1;padding:9px 8px;background:transparent;border:0;border-bottom:2px solid transparent;color:#9a9aa5;font-weight:600;font-size:13px;cursor:pointer;font-family:inherit}
.mgpst-tab.is-active{color:#fff;border-bottom-color:#c8102e}
.mgpst-cap{padding:8px 12px;color:#7c7c88;font-size:11px;border-bottom:1px solid #1c1c24}
.mgpst-table{width:100%;border-collapse:collapse}
.mgpst-table th{background:#15151c;color:#8a8a95;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.4px;padding:8px;text-align:left}
.mgpst-table th:nth-child(4),.mgpst-table th:last-child,.mgpst-wins,.mgpst-pts{text-align:right}
.mgpst-table td{padding:9px 8px;border-top:1px solid #1c1c24}
.mgpst-table tbody tr:hover{background:#16161d}
.mgpst-pos{font-weight:700;text-align:center;width:36px}
.mgpst-name b{font-weight:700}
.mgpst-sub{display:block;color:#7c7c88;font-size:11px}
.mgpst-bike{color:#b9b9c2;font-size:12px}
.mgpst-wins{color:#b9b9c2;font-variant-numeric:tabular-nums;width:44px}
.mgpst-pts{font-weight:700;font-variant-numeric:tabular-nums;width:56px;color:#fff}
@media(max-width:640px){.mgpst-bike{display:none}.mgpst-table th,.mgpst-table td{padding:8px 6px}.mgpst-wrap{font-size:13px}}
