/**
 * Common styles for this theme
 */
/* -----------------------------------------------------------------------------
 * 
 * core/paragraph
 * 
 * -------------------------------------------------------------------------- */
.wp-block-paragraph {
  --gtm-fse: 1;
}

p.is-style-gtmt-badge {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 0.75em;
  line-height: 1.2;
  border-radius: var(--wp--custom--radius--sm);
  background: var(--wp--preset--color--tertiary);
}