/* Small refinements on top of the Material theme. */

.md-typeset .hki-hero {
  border-radius: 0.6rem;
  margin: 0 0 1.6em;
  width: 100%;
}

/* The grid-card lists used on the landing and section index pages. */
.md-typeset .grid.cards > ul > li {
  border-radius: 0.6rem;
}

/* Keep long entity ids and service names from stretching the layout on phones. */
.md-typeset code {
  overflow-wrap: anywhere;
}

/* Wide tables scroll inside their own container rather than the page. */
.md-typeset .md-typeset__table {
  min-width: 0;
}

.md-typeset table:not([class]) {
  font-size: 0.72rem;
}
