
.mpl-table{
width:100%;
border-collapse:collapse;
background:#fff;
border-radius:18px;
overflow:hidden;
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:#07122b;
color:#fff;
}

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

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

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

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