.pod-body ul {
  margin-left: 1.25rem;
  list-style-type: disc;
  line-height: 1.3;
}
.pod-body ol {
  list-style: decimal;
  padding-left: 15px;
}

.embed-widget__container .embed-widget__content.w-full iframe {
  border: 2px solid #000 !important;
}

.pod-body > table {
  border-collapse: collapse;
  min-width: 150px;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  height: auto !important;
}
.pod-body > table tbody tr {
  height: 20px;
}
.pod-body > table tbody tr td {
  height: 20px;
  border: 1px solid rgb(204, 204, 204);
  padding: 8px;
  width: auto !important;
}
.pod-body > table tbody tr td p {
  margin-bottom: 0;
}

.search-results-container {
  max-width: 100%;
}

.pod-body:has(> table) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pod-body:has(> table) > table {
  min-width: 100%;
}
