/* Light touch over the cosmo theme: restrained type, full-bleed iframes. */

h1, h2, h3 {
  letter-spacing: -0.01em;
}

/* Embedded dashboard frames: full width, generous height, visible boundary. */
.dashboard-frame {
  width: 100%;
  height: 620px;
  border: 1px solid var(--bs-border-color, #dee2e6);
  border-radius: 4px;
  background: #ffffff;
}

/* Screenshot figures (billing receipts) should never overflow the column. */
img {
  max-width: 100%;
  height: auto;
}

/* Result tables read better slightly compact. */
table {
  font-size: 0.95em;
}
