/* knowledge_hub.css under dir="rtl" - only what logical properties cannot express.
   Everything else mirrors itself through inset-inline / margin-inline / padding-inline. */

/* The list chevron is drawn from the block-start and inline-end borders; with inline-end on
   the left, it has to turn the other way to point toward the reading direction. */
.kh-list__link::after {
    transform: translateY(-50%) rotate(-45deg);
}
