/* -------------------------------- 

File#: blocks/core/paragraph
Title: WP Paragraph Block

-------------------------------- */
p[class*=-gradient-background]:not(.has-text-color),
p[style*="-gradient("]:not(.has-text-color) {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: inherit;
  padding: 0;
  padding: 0;
}