
.wp-block-table {
  margin: 0 0 1em 0;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
  word-break: normal;
}

.wp-block-table figcaption {
  caption-side: bottom;
  text-align: center;
  color: #555;
  font-size: 0.875em;
  margin-top: 0.5em;
}
