/* Polished, centered phone screenshots in the docs. */
.md-typeset img.screenshot {
  display: block;
  margin: 1.4rem auto;
  max-width: 260px;
  width: 78%;
  border-radius: 20px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
}

.md-typeset img.screenshot-wide {
  display: block;
  margin: 1.4rem auto;
  max-width: 560px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
}
