.vc-article {
  min-width: 0;
}

.vc-article [id] {
  scroll-margin-top: 6rem;
}

.vc-article .vc-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  margin: 2em 0;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
}

.vc-article .vc-table-scroll:focus-visible {
  outline: 2px solid #007782;
  outline-offset: -2px;
}

.vc-article .vc-table-scroll table {
  width: 100%;
  margin: 0;
}

.vc-article .vc-table-scroll th,
.vc-article .vc-table-scroll td {
  padding: 0.75rem;
}
