div[data-component-id="ummhealth:accordion"] ol {
  padding-left: 10px;
}
div[data-component-id="ummhealth:accordion"] .item__content .wysiwyg:has(table) table {
  max-width: 100%;
}
div[data-component-id="ummhealth:accordion"] .item__content .wysiwyg:has(table) table td:has(a) {
  max-width: 24rem;
  overflow-wrap: break-word;
}
@media screen and (max-width: 450px) {
  div[data-component-id="ummhealth:accordion"] .item__content .wysiwyg:has(table) table td:has(a) {
    max-width: 24rem;
    word-break: break-all;
  }
}
div[data-component-id="ummhealth:accordion"] .item__content .wysiwyg:has(table) table td:has(a) a {
  word-break: break-all;
}
