.content-wrapper--survey-details .information-only-section .common-info--row ul.blog-tags--list {
  display: flex;
  overflow: auto;
  list-style: none;
}
@media (max-width: 767px) {
  .content-wrapper--survey-details .information-only-section .common-info--row ul.blog-tags--list {
    flex-wrap: nowrap;
  }
}
.content-wrapper--survey-details .information-only-section .common-info--row ul.blog-tags--list li {
  padding: 0;
  margin-left: 0;
  white-space: nowrap;
  margin-bottom: 0;
}
.content-wrapper--survey-details .information-only-section .common-info--row ul.blog-tags--list li:before {
  display: none;
}

.static-content {
  border-radius: 20px;
  background-color: var(--tellwut--neutral-white);
  padding: 2.4rem;
}
.static-content ol li, .static-content ul li, .static-content p {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.static-content ol, .static-content ul {
  padding-left: 3rem;
}
.static-content table {
  border: 1px solid var(--tellwut--primary-neutral-500);
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  width: 50%;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.static-content table td {
  font-size: 1.6rem;
}
.static-content table tbody th {
  border-bottom: 2px solid var(--tellwut--primary-blue-400);
}
.static-content table tbody td {
  font-weight: 400;
  color: var(--tellwut--black);
  text-align: left;
  padding: 1.4rem;
  border-bottom: 1px solid var(--tellwut--primary-neutral-500);
  background-color: var(--tellwut--neutral-white);
}
.static-content table tbody td:not(:last-child) {
  border-right: 1px solid var(--tellwut--primary-neutral-500);
}
.static-content table tbody td.showMatrixRowH {
  font-weight: 500;
}
@media (max-width: 768px) {
  .static-content ol, .static-content ul {
    padding-left: 1rem;
  }
  .static-content table {
    width: 100%;
  }
}
.static-content h3:first-child {
  margin-top: 0;
  margin-bottom: 1.4rem;
}
.static-content h3:nth-child(n+2) {
  margin-top: 2.4rem;
  margin-bottom: 1.4rem;
}

.page-heading {
  font-size: clamp(2.4rem, 1.6rem + 2vw, 3.2rem);
  margin-top: 1.6rem;
}

.page {
  gap: 1.6rem;
}

a {
  min-width: 0;
  overflow-wrap: break-word; /* Break at natural points */
  word-break: break-word; /* Fallback */
}
