/* Category-specific integration: the advisor needs the full text width.
   :has ties every adjustment to the actually rendered advisor, not all categories. */
#content-main .cms-block-image-text:has(#th-grow-advisor) > .cms-block-container > .cms-block-container-row > .col-md-6:has(.cms-element-text) {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
#content-main .cms-block-image-text:has(#th-grow-advisor) > .cms-block-container > .cms-block-container-row > .col-md-6:has(.cms-element-image) {
  display: none;
}
