/* V8.12.7 public polish */
/* RTL home action arrows point outward (toward the left edge), not back into the label. */
html[dir="rtl"] body[data-cms-page="home"] .news-read-more svg,
html[dir="rtl"] body[data-cms-page="home"] .blog-more-link svg{transform:rotate(180deg)!important}

/* Consultation CTAs stay legible on the dark public theme. */
a[href="/consultation"],a[href^="/consultation?"],a[href="/en/consultation"],a[href^="/en/consultation?"]{color:#fff!important}
a[href="/consultation"]:visited,a[href^="/consultation?"]:visited,a[href="/en/consultation"]:visited,a[href^="/en/consultation?"]:visited{color:#fff!important}
/* Consultation label itself can have a more specific theme color; keep it white too. */
a[href="/consultation"] span,a[href^="/consultation?"] span,
a[href="/en/consultation"] span,a[href^="/en/consultation?"] span{color:#fff!important}
