.gp-sphinx-storage__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gp-sphinx-storage__store-section {
  margin-block: 1.25rem;
}

.gp-sphinx-storage__store-entry {
  --gp-sphinx-api-accent-color: var(--color-api-class);
}

:root {
  --gp-sphinx-storage-badge-default-bg: #e6f7ed;
  --gp-sphinx-storage-badge-default-fg: #166534;
  --gp-sphinx-storage-badge-default-border: #22c55e;
  --gp-sphinx-storage-badge-inspectable-bg: #ecfeff;
  --gp-sphinx-storage-badge-inspectable-fg: #0e7490;
  --gp-sphinx-storage-badge-inspectable-border: #06b6d4;
  --gp-sphinx-storage-badge-catalog-bg: #fff7ed;
  --gp-sphinx-storage-badge-catalog-fg: #c2410c;
  --gp-sphinx-storage-badge-catalog-border: #f97316;
  --gp-sphinx-storage-badge-private-bg: #fff1f2;
  --gp-sphinx-storage-badge-private-fg: #be123c;
  --gp-sphinx-storage-badge-private-border: #f43f5e;
  --gp-sphinx-storage-badge-store-bg: #eef2ff;
  --gp-sphinx-storage-badge-store-fg: #4338ca;
  --gp-sphinx-storage-badge-store-border: #6366f1;
}

.gp-sphinx-storage__store-signature code,
.gp-sphinx-storage__store-signature .highlight {
  font-size: 0.95em;
  overflow-wrap: anywhere;
}

.gp-sphinx-storage__store-index,
.gp-sphinx-storage__support-matrix,
.gp-sphinx-storage__catalog-summary {
  display: grid;
  gap: 0.75rem;
  margin-block: 0.75rem 1.25rem;
}

.gp-sphinx-storage__store-index,
.gp-sphinx-storage__catalog-summary {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}

.gp-sphinx-storage__support-matrix {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr));
}

.gp-sphinx-storage__store-index-card,
.gp-sphinx-storage__support-agent-card,
.gp-sphinx-storage__catalog-summary-card {
  margin-bottom: 0;
}

.gp-sphinx-storage__support-agent-card .gp-sphinx-api-signature,
.gp-sphinx-storage__catalog-summary-card .gp-sphinx-api-signature {
  font-family: var(--font-stack);
  font-weight: 650;
}

.gp-sphinx-storage__key-value dl.field-list {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 0.3rem 0.9rem;
  border-top: 1px solid var(--color-background-border);
  padding-top: 0.5rem;
  margin-block: 0.5rem 0;
}

.gp-sphinx-storage__key-value dl.field-list > dt {
  grid-column: 1;
  font-size: var(--gp-sphinx-type-metadata);
  font-weight: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--color-foreground-muted);
}

.gp-sphinx-storage__key-value dl.field-list > dd {
  grid-column: 2;
  min-width: 0;
  margin-top: 0.2rem;
  margin-left: 0;
  font-size: var(--gp-sphinx-type-metadata);
  line-height: 1.5;
}

.gp-sphinx-storage__key-value dl.field-list > dd > p {
  margin: 0;
}

.gp-sphinx-storage__chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.4rem;
  margin: 0;
}

.gp-sphinx-storage__chip-list code.literal {
  white-space: normal;
  overflow-wrap: anywhere;
}

.gp-sphinx-storage__store-link-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  margin: 0;
}

.gp-sphinx-storage__store-link-list p.gp-sphinx-storage__store-link-item {
  margin: 0;
  min-width: 0;
  line-height: 1.45;
}

.gp-sphinx-storage__store-link-item a.reference {
  display: inline-block;
  max-width: 100%;
}

.gp-sphinx-storage__store-link-item code.literal {
  white-space: normal;
  overflow-wrap: anywhere;
}

.gp-sphinx-storage__empty-value {
  color: var(--color-foreground-muted);
}

@container gp-sphinx-api-entry (max-width: 36rem) {
  .gp-sphinx-storage__key-value dl.field-list {
    grid-template-columns: 1fr;
  }

  .gp-sphinx-storage__key-value dl.field-list > dt,
  .gp-sphinx-storage__key-value dl.field-list > dd {
    grid-column: 1;
  }
}

.gp-sphinx-storage__coverage-default-search {
  --gp-sphinx-badge-bg: var(--gp-sphinx-storage-badge-default-bg);
  --gp-sphinx-badge-fg: var(--gp-sphinx-storage-badge-default-fg);
  --gp-sphinx-badge-border: var(--gp-sphinx-storage-badge-default-border);
}

.gp-sphinx-storage__coverage-inspectable {
  --gp-sphinx-badge-bg: var(--gp-sphinx-storage-badge-inspectable-bg);
  --gp-sphinx-badge-fg: var(--gp-sphinx-storage-badge-inspectable-fg);
  --gp-sphinx-badge-border: var(--gp-sphinx-storage-badge-inspectable-border);
}

.gp-sphinx-storage__coverage-catalog-only {
  --gp-sphinx-badge-bg: var(--gp-sphinx-storage-badge-catalog-bg);
  --gp-sphinx-badge-fg: var(--gp-sphinx-storage-badge-catalog-fg);
  --gp-sphinx-badge-border: var(--gp-sphinx-storage-badge-catalog-border);
}

.gp-sphinx-storage__coverage-private {
  --gp-sphinx-badge-bg: var(--gp-sphinx-storage-badge-private-bg);
  --gp-sphinx-badge-fg: var(--gp-sphinx-storage-badge-private-fg);
  --gp-sphinx-badge-border: var(--gp-sphinx-storage-badge-private-border);
}

.gp-sphinx-storage__type-store {
  --gp-sphinx-badge-bg: var(--gp-sphinx-storage-badge-store-bg);
  --gp-sphinx-badge-fg: var(--gp-sphinx-storage-badge-store-fg);
  --gp-sphinx-badge-border: var(--gp-sphinx-storage-badge-store-border);
}

@media (prefers-color-scheme: dark) {
  body:not([data-theme="light"]) {
    --gp-sphinx-storage-badge-default-bg: #113b29;
    --gp-sphinx-storage-badge-default-fg: #3dd68c;
    --gp-sphinx-storage-badge-default-border: #2f7c57;
    --gp-sphinx-storage-badge-inspectable-bg: #083344;
    --gp-sphinx-storage-badge-inspectable-fg: #67e8f9;
    --gp-sphinx-storage-badge-inspectable-border: #0891b2;
    --gp-sphinx-storage-badge-catalog-bg: #431407;
    --gp-sphinx-storage-badge-catalog-fg: #fdba74;
    --gp-sphinx-storage-badge-catalog-border: #f97316;
    --gp-sphinx-storage-badge-private-bg: #4c0519;
    --gp-sphinx-storage-badge-private-fg: #fda4af;
    --gp-sphinx-storage-badge-private-border: #e11d48;
    --gp-sphinx-storage-badge-store-bg: #1e1b4b;
    --gp-sphinx-storage-badge-store-fg: #c4b5fd;
    --gp-sphinx-storage-badge-store-border: #8b5cf6;
  }
}

body[data-theme="dark"] {
  --gp-sphinx-storage-badge-default-bg: #113b29;
  --gp-sphinx-storage-badge-default-fg: #3dd68c;
  --gp-sphinx-storage-badge-default-border: #2f7c57;
  --gp-sphinx-storage-badge-inspectable-bg: #083344;
  --gp-sphinx-storage-badge-inspectable-fg: #67e8f9;
  --gp-sphinx-storage-badge-inspectable-border: #0891b2;
  --gp-sphinx-storage-badge-catalog-bg: #431407;
  --gp-sphinx-storage-badge-catalog-fg: #fdba74;
  --gp-sphinx-storage-badge-catalog-border: #f97316;
  --gp-sphinx-storage-badge-private-bg: #4c0519;
  --gp-sphinx-storage-badge-private-fg: #fda4af;
  --gp-sphinx-storage-badge-private-border: #e11d48;
  --gp-sphinx-storage-badge-store-bg: #1e1b4b;
  --gp-sphinx-storage-badge-store-fg: #c4b5fd;
  --gp-sphinx-storage-badge-store-border: #8b5cf6;
}
