body {
  direction: rtl;
  unicode-bidi: embed;
}

caption,
th,
td {
  text-align: right;
}

ul,
ol {
  padding-right: 1.2rem;
  padding-left: 0;
}

blockquote {
  border-right: 4px solid var(--lmh-blue-500);
  border-left: 0;
  padding-right: 1rem;
  padding-left: 0;
}

.lmh-site-header__inner,
.lmh-hero__actions,
.lmh-post-card__meta,
.lmh-entry-meta {
  direction: rtl;
}
