strong {
  font-weight: 700;
}
.rte table td {
  border: 1px solid var(--colors-grey500);
  padding: 10px;
}
table:not([class]) td,
table:not([class]) th {
 vertical-align: baseline;
}

p{
  margin: 10px 0;
}