figure.wp-block-table {
  display: block;
  overflow-x: auto;
  width: 100%;
}
figure.wp-block-table table {
  display: block;
  max-width: 100%;
  width: 100%;
}
figure.wp-block-table.is-style-stripes {
  border-bottom: none;
}
figure.wp-block-table.is-style-stripes tbody > tr:nth-child(2n+1) {
  background-color: rgba(var(--wdg-color-text-rgb), 0.1);
}
figure.wp-block-table thead th {
  font-family: var(--wdg-font-heading);
  font-weight: 600;
  line-height: 1.25;
}
figure.wp-block-table tbody td {
  min-width: 10rem;
}
figure.wp-block-table tfoot {
  border-top: 2px solid currentColor;
  font-size: var(--wdg-font-size-small);
}
figure.wp-block-table figcaption {
  text-align: center;
}

/*# sourceMappingURL=table.css.map */