/**
 * core/paragraph
 */
/**
 * Style: Badge
 */
p.is-style-gtmt-badge {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--accent) !important;
  font-size: var(--wp--preset--font-size--xs);
  font-weight: 500;
  padding: var(--wp--preset--spacing--3-xs) var(--wp--preset--spacing--2-xs);
  border-radius: var(--wp--custom--radius--md);
}
p.is-style-gtmt-badge.has-text-align-left {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
p.is-style-gtmt-badge.has-text-align-center {
  margin-inline: auto;
}
p.is-style-gtmt-badge.has-text-align-right {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}