/* Blog post body: EditorJS tables + raw HTML tables with .vtable */
#post-body .table-responsive {
  margin: 1rem 0;
  overflow-x: auto;
}

#post-body table.vtable,
#post-body .vtable table {
  font-size: 12px;
}

#post-body .vtable td,
#post-body .vtable th,
#post-body table.vtable td,
#post-body table.vtable th {
  vertical-align: middle;
  line-height: 1.5;
  padding: 8px 5px;
  font-family: "Noto Sans", sans-serif !important;
  white-space: normal !important;
  word-break: break-word;
}

#post-body .vtable tr td:first-child,
#post-body .vtable tr th:first-child,
#post-body table.vtable tr td:first-child,
#post-body table.vtable tr th:first-child {
  color: #ab534c;
  font-weight: 700;
  text-align: left;
}
