
.mpl-table{
width:100%;
border-collapse:collapse;
background:#fff;
overflow:hidden;
border-radius:18px;
box-shadow:0 2px 12px rgba(0,0,0,.08);
}

.mpl-table th,
.mpl-table td{
padding:14px;
border-bottom:1px solid #eee;
text-align:left;
}

.mpl-table th{
background:#111827;
color:#fff;
}

.mpl-team{
display:flex;
align-items:center;
gap:10px;
}

.mpl-team img{
width:44px;
height:44px;
border-radius:12px;
}

.mpl-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:15px;
}

.mpl-live{
background:#16a34a;
color:#fff;
padding:8px 14px;
border-radius:999px;
font-weight:700;
}


.mpl-switch{
display:flex;
justify-content:center;
gap:14px;
margin:18px auto;
flex-wrap:wrap;
}

.mpl-tab{
padding:12px 22px;
border-radius:999px;
border:none;
background:#f1f3f5;
font-weight:700;
cursor:pointer;
transition:.25s;
box-shadow:0 2px 8px rgba(0,0,0,.12);
}

.mpl-tab:hover{
transform:translateY(-2px);
}

.mpl-tab.active{
background:#0d6efd;
color:#fff;
box-shadow:0 4px 14px rgba(13,110,253,.35);
}

.mpl-table{max-width:100%!important;width:100%!important}
.mpl-table td,.mpl-table th{padding:8px!important}
.mpl-switch{margin:10px auto!important}
