: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 {
  font-family: "LTC Remington Typewriter", "Hypatia Sans Pro";
  font-size: var(--text-xs);
  color: var(--text-body) !important;
}
.single-post__block-image .bricks-image-caption {
  position: relative !important;
  color: var(--bricks-text-light);
  background: unset;
  font-size: var(--text-xs);
}
/*add to cart button*/
.post-product__icon-action.brxe-product-add-to-cart {
  padding: 0 !important;
}
.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);
}
