.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;
}

.st-custom-button[data-network] {
  background-color: transparent;
  height: 56px;
  width: 56px;
  display: flex;
}

.st-custom-button[data-network]:hover,
.st-custom-button[data-network]:focus {
  text-decoration: none;
  background-color: var(--tellwut--primary-neutral-100);
}

.blog-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 156px;
}
