[dir="rtl"] .mod-abn-cards__arrow svg,
[dir="rtl"] .abn-news-feature__more svg,
[dir="rtl"] .abn-section--news .abn-text-link svg {
    transform: scaleX(-1);
}

/* Keep the mirror through the hover slide (which sets transform on the same svg) */
[dir="rtl"] .abn-news-feature:hover .abn-news-feature__more svg,
[dir="rtl"] .abn-news-feature:focus-within .abn-news-feature__more svg {
    transform: scaleX(-1) translateX(5px);
}

[dir="rtl"] .abn-news-card,
[dir="rtl"] .mod-abn-cards__link,
[dir="rtl"] .abn-strategy__card,
[dir="rtl"] .abn-competency {
    text-align: right;
}

[dir="rtl"] .abn-primary-nav .mod-menu__sub {
    text-align: right;
}

@media (max-width: 1679.98px) {
    [dir="rtl"] .abn-primary-nav .mod-menu__sub,
    [dir="rtl"] .abn-primary-nav .mod-menu__sub .mod-menu__sub {
        padding-inline: 14px 0;
    }
}
