/* vissue doc site: hero block on the landing page. */
.vi-hero {
  padding: 2rem 0 1rem;
}
.vi-hero-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.vi-hero-mark {
  flex: none;
}
.vi-hero-name {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
}
.vi-hero-tagline {
  margin: 1rem 0 1.25rem;
  font-size: 1.15rem;
  max-width: 46rem;
}
.vi-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.vi-hero-pills span {
  border: 1px solid var(--sy-c-border, #d0d7de);
  border-radius: 999px;
  padding: 0.15rem 0.7rem;
  font-size: 0.85rem;
}

/* Wide reference tables scroll rather than pushing the page sideways. */
.wy-table-responsive,
div.table-wrapper,
table.docutils {
  display: block;
  overflow-x: auto;
  max-width: 100%;
}
