/* Tables */
.pasb-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1rem 0 1.5rem;
}
.pasb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.pasb-table th,
.pasb-table td {
  border: 1px solid #e3e5e8;
  padding: 10px 12px;
  vertical-align: top;
}
.pasb-table thead th {
  background: #f7f9fb;
  font-weight: 600;
}

/* Inline images */
.pasb-inline-figure {
  margin: 18px 0 22px;
  text-align: center;
}
.pasb-inline-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  display: inline-block;
}
.pasb-inline-figure figcaption {
  font-size: 14px;
  color: #6c7280;
  margin-top: 6px;
}

/* Headings + image spacing */
h2 + .pasb-inline-figure,
h3 + .pasb-inline-figure {
  margin-top: 10px;
}
