/* BWS_SPI_CLUSTER_AREA_V1 */
.spi-cluster-area-panel[hidden] { display: none !important; }
.spi-cluster-area-panel {
  margin: 10px 0 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--bws-theme-primary, #0f766e) 22%, #dbe5ec);
  border-radius: 16px;
  color: var(--bws-theme-text, #173042);
  background: var(--bws-theme-surface, #fff);
  box-shadow: 0 10px 28px rgb(15 23 42 / .07);
}
.spi-cluster-area-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--bws-theme-primary, #0f766e), var(--bws-theme-primary-dark, #155e75));
}
.spi-cluster-area-head h3 { margin: 0; font-size: .9rem; letter-spacing: .01em; }
.spi-cluster-area-head span { font-size: .76rem; font-weight: 800; opacity: .9; }
.spi-cluster-area-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  background: color-mix(in srgb, var(--bws-theme-primary, #0f766e) 4%, transparent);
}
.spi-cluster-area-summary article {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid color-mix(in srgb, var(--bws-theme-primary, #0f766e) 13%, #e2e8f0);
  border-radius: 11px;
  background: var(--bws-theme-surface, #fff);
}
.spi-cluster-area-summary span { display: block; color: var(--bws-theme-muted, #64748b); font-size: .67rem; font-weight: 700; }
.spi-cluster-area-summary b { display: block; margin-top: 4px; overflow: hidden; color: var(--bws-theme-primary, #0f766e); font-size: .88rem; text-overflow: ellipsis; white-space: nowrap; }
.spi-cluster-area-table-wrap { overflow: auto; }
.spi-cluster-area-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: .72rem; }
.spi-cluster-area-table th,
.spi-cluster-area-table td { padding: 8px 10px; border-top: 1px solid #e8eef3; text-align: left; vertical-align: middle; }
.spi-cluster-area-table th { color: var(--bws-theme-muted, #64748b); background: color-mix(in srgb, var(--bws-theme-primary, #0f766e) 5%, #fff); font-size: .65rem; text-transform: uppercase; letter-spacing: .025em; white-space: nowrap; }
.spi-cluster-area-table td:first-child { white-space: nowrap; }
.spi-cluster-swatch { display: inline-block; width: 11px; height: 11px; margin-right: 7px; border: 1px solid rgb(15 23 42 / .18); border-radius: 3px; vertical-align: -1px; }
.spi-cluster-share { display: inline-block; width: 74px; height: 6px; margin-right: 7px; overflow: hidden; border-radius: 99px; vertical-align: 1px; background: #e2e8f0; }
.spi-cluster-share span { display: block; height: 100%; min-width: 0; border-radius: inherit; }
@media (max-width: 700px) {
  .spi-cluster-area-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spi-cluster-area-table { min-width: 600px; }
}
