/**
 * Topic detail — responsive overrides + richText content styling
 */

/* richText images: responsive within content area */
.sd[data-s-3400db17-9ef2-48fa-8692-007f53237d00] img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .sd[data-s-d1dc9c00-0ce3-4358-b894-1dda80ab2438] {
    margin: 80px 20px 80px 20px !important;
    width: calc(100% - 20px * 2) !important;
    max-width: calc(100% - 20px * 2) !important;
  }
}

@media screen and (max-width: 1140px) {
  .sd[data-s-d1dc9c00-0ce3-4358-b894-1dda80ab2438] {
    margin-bottom: 100px;
  }
  .sd[data-s-2268bf86-a9d3-435d-a49b-8af19a268cdb] {
    margin-bottom: 0;
  }
}
