:where(.brxe-post-content) a:not(.bricks-button):hover {
  text-decoration: none;
}
/*share icon*/
.x-popover_button-icon svg {
  transform: translateY(3px);
}
/*image captions*/
figcaption, .single-post__featured-image-caption {
  font-family: "Mononoki", "Hypatia Sans Pro";
  font-size: var(--text-xs);
  color: var(--text-body) !important;
  opacity: 0.7;
  text-align: center;
}
.post-product__icon-action.brxe-product-add-to-cart .button {
  padding: unset;
  border-radius: var(--radius-xs);
  color: var(--text-btn);
  font-size: var(--text-s);
}
