Trending Topics banner does not render titles correctly

/* increase max-width of document */
:root {
  --d-max-width: 85vw;
}
/* Hide the custom search banner */
/* Hide the trending topics div */
div.custom-search-banner-wrap,
div.hot-topic-container {
  display:none;
}

Added to my Tampermonkey script.