/**
 * ACCORDING TO PRIMAVERA DESIGN SYSTEM:
 * https://design.primaverabss.com/5db52be82/p/0695e1-estilo
 *
 * These variables must follow the defined on the PRIMAVERA Design System,
 * including their naming.
 */
/* #region Style for the post's blockquotes */
div[class*=post_content_tip_] blockquote {
  position: relative;
  margin: 30px 0;
  padding: 11px 16px 11px 36px;
  letter-spacing: 0;
  color: var(--grey-8);
  background: var(--info-10);
  border: 0;
  border-left: 4px solid var(--info-100);
  border-radius: 4px;
}
div[class*=post_content_tip_] blockquote:before {
  content: "\e97a";
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: "pollen-terial-lithium";
  font-size: 16px;
  line-height: 16px;
  color: var(--info-100);
}
div[class*=post_content_tip_] blockquote * {
  margin: 0;
  line-height: normal;
}
div[class*=post_content_tip_] blockquote * strong {
  line-height: normal;
}
div[class*=post_content_tip_].post_content_tip_red blockquote {
  background: var(--warning-10);
  border-left: 4px solid var(--warning-100);
}
div[class*=post_content_tip_].post_content_tip_red blockquote:before {
  content: "\e94c";
  color: var(--warning-100);
}

/* #endregion *//*# sourceMappingURL=blockquotes.css.map */