.cm-gradient-title {
  /* Ensure gradient only fills the text */
  -webkit-background-clip: text;
  background-clip: text!important;
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* Let text alignment from the module container control positioning */
}
