.wp-block-table,
.prospect-news-importer-table-block {
  display: block;
  max-width: 100%;
  margin: 1.5rem 0;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.wp-block-table table,
.prospect-news-importer-table-block table,
.prospect-news-importer-financial-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  table-layout: auto;
}

.wp-block-table td,
.wp-block-table th,
.prospect-news-importer-table-block td,
.prospect-news-importer-table-block th,
.prospect-news-importer-financial-table td,
.prospect-news-importer-financial-table th {
  padding: 5px 8px;
  border-color: #111;
  font-size: 14px;
  line-height: 1.35;
  vertical-align: bottom;
  word-break: normal;
  overflow-wrap: normal;
}

.wp-block-table td:first-child,
.wp-block-table th:first-child,
.prospect-news-importer-table-block td:first-child,
.prospect-news-importer-table-block th:first-child,
.prospect-news-importer-financial-table td:first-child,
.prospect-news-importer-financial-table th:first-child {
  text-align: left;
}

.wp-block-table td:not(:first-child),
.wp-block-table th:not(:first-child),
.prospect-news-importer-table-block td:not(:first-child),
.prospect-news-importer-table-block th:not(:first-child),
.prospect-news-importer-financial-table td:not(:first-child),
.prospect-news-importer-financial-table th:not(:first-child) {
  text-align: center;
}

.wp-block-table strong,
.prospect-news-importer-table-block strong,
.prospect-news-importer-financial-table strong {
  font-weight: 700;
}

@media (max-width: 767px) {
  .wp-block-table table,
  .prospect-news-importer-table-block table,
  .prospect-news-importer-financial-table {
    min-width: 920px;
  }

  .wp-block-table td,
  .wp-block-table th,
  .prospect-news-importer-table-block td,
  .prospect-news-importer-table-block th,
  .prospect-news-importer-financial-table td,
  .prospect-news-importer-financial-table th {
    padding: 4px 6px;
    font-size: 13px;
  }
}
