body.template-product .rte a:not(.btn):not(.button),
body.template-article .rte a:not(.btn):not(.button),
body.template-collection main .rte a:not(.btn):not(.button),
body.template-index main .rte a:not(.btn):not(.button),
body.template-product .rte details > summary,
body.template-article .rte details > summary,
body.template-product .rte .collapsible-trigger,
body.template-article .rte .collapsible-trigger {
  color: #ff4f33;
}

body.template-product .rte details > summary svg,
body.template-article .rte details > summary svg,
body.template-product .rte .collapsible-trigger svg,
body.template-article .rte .collapsible-trigger svg {
  color: currentColor;
  fill: currentColor;
  stroke: currentColor;
}