/* HLY_STANDINGS_SECTION_HEADER_V1 */
.hly-standings-section-head {
  margin: 18px 0 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(15,23,42,.96), rgba(30,41,59,.86));
  border: 1px solid rgba(148,163,184,.22);
  box-shadow: 0 12px 28px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.hly-standings-section-head .hly-standings-title {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  color: #f8fafc;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.3px;
}

.hly-standings-section-head .hly-standings-title::before {
  content: "";
  width: 10px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fb7185, #f97316);
  box-shadow: 0 0 0 6px rgba(251,113,133,.10);
}

.hly-standings-section-head .hly-standings-sub {
  color: #aebed3;
  font-size: 13px;
  font-weight: 800;
  margin-top: 5px;
}

.wc-standings-shell > summary {
  cursor: pointer;
}

.wc-standings-shell:not([open]) {
  margin-bottom: 12px;
}
