body.megga-knowledge { direction: rtl; }

body.megga-knowledge .kc-header__inner { flex-direction: row-reverse; }
body.megga-knowledge .kc-nav { flex-direction: row-reverse; }
body.megga-knowledge .kc-topic { border-left: none; border-right: 1px solid var(--kc-line); }
body.megga-knowledge .kc-topic:first-child { border-right: none; }
body.megga-knowledge .kc-resource { border-left: none; border-right: 1px solid var(--kc-line); }
body.megga-knowledge .kc-resource:first-child { border-right: none; }
body.megga-knowledge .kc-insights-editorial__primary { border-left: none; border-right: 1px solid var(--kc-line); }
body.megga-knowledge .kc-insight--medium { border-left: none; border-right: 1px solid var(--kc-line); }
body.megga-knowledge .kc-insight--medium:first-child { border-right: none; }
body.megga-knowledge .kc-trend { border-left: none; border-right: 1px solid var(--kc-line); }
body.megga-knowledge .kc-trend:nth-child(odd) { border-right: none; }
body.megga-knowledge .kc-list-row { grid-template-columns: 32px 1fr 120px; }
body.megga-knowledge .kc-list-row__arrow { transform: scaleX(-1); }
body.megga-knowledge .kc-newsletter { flex-direction: row-reverse; }
body.megga-knowledge .kc-section-header--split { flex-direction: row-reverse; }
body.megga-knowledge .kc-author { flex-direction: row-reverse; text-align: right; }
body.megga-knowledge .kc-share { flex-direction: row-reverse; }
body.megga-knowledge .kc-cta { flex-direction: row-reverse; }
body.megga-knowledge .kc-footer__legal { flex-direction: row-reverse; }
body.megga-knowledge .kc-article__author-mini { flex-direction: row-reverse; }
body.megga-knowledge .kc-toc__item--h3 { padding-right: 0; padding-left: 0.75rem; }
body.megga-knowledge .kc-article__content ul,
body.megga-knowledge .kc-article__content ol { padding-right: 1.25rem; padding-left: 0; }

@media (max-width: 768px) {
	body.megga-knowledge .kc-list-row { grid-template-columns: 1fr; }
	body.megga-knowledge .kc-newsletter { flex-direction: column; }
	body.megga-knowledge .kc-cta { flex-direction: column; }
}
