/* SVGs inherit the existing icon size and colour, including light/dark themes. */
.mg-design svg.mg-ui-icon{display:inline-block;width:1em;height:1em;flex:none;vertical-align:-.12em;pointer-events:none}
.mg-design{--mg-ui-arrow-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19 19 5M5 5h14v14' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
/* CSS-generated arrows have no text node for icons.js to replace. */
html body.mg-design #content.site-content .mg-price-action::after,
html body.mg-design #content.site-content .mg-catalog-purchase :is(a.mg-price-action,a.mg-purchase-primary)::after,
html body.mg-design .imz-monitor-summary .imz-store-official::before,
html body.mg-design .imz-monitor-summary .imz-ms-official-related-button::before{
  content:"";display:inline-block;width:1em;height:1em;flex:none;align-self:center;vertical-align:-.12em;background-color:currentColor;
  -webkit-mask:var(--mg-ui-arrow-mask) center/contain no-repeat;mask:var(--mg-ui-arrow-mask) center/contain no-repeat;
}
