.er-standings-wrap{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  overflow: hidden;
}
.er-standings-tabs{
  display:flex;
  gap:0;
  border-bottom:1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
}
.er-standings-tab{
  appearance:none;
  border:0;
  background:transparent;
  padding:10px 12px;
  font-weight:600;
  letter-spacing:.03em;
  font-size:12px;
  cursor:pointer;
  flex:1;
  text-align:center;
}
.er-standings-tab.is-active{
  background:#fff;
  border-bottom:2px solid currentColor;
}
.er-standings-panels{
  padding:10px 10px 6px 10px;
  background:#fff;
}
.er-standings-panel{ display:none; }
.er-standings-panel.is-active{ display:block; }

.er-standings-group-title{
  margin:10px 0 6px 0;
  font-size:13px;
  font-weight:700;
}

.er-standings-table-wrap{ overflow-x:auto; }
.er-standings-table{
  width:100%;
  border-collapse:collapse;
  font-size:12px;
}
.er-standings-table th,
.er-standings-table td{
  padding:6px 6px;
  border-bottom:1px solid rgba(0,0,0,.06);
  vertical-align:middle;
  white-space:nowrap;
}
.er-standings-table th{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.04em;
  opacity:.8;
}
.er-col-team{ width:100%; }
.er-team{ font-weight:600; }
.er-standings-notice{
  padding:10px;
  font-size:12px;
  opacity:.8;
}
