/*
Theme Name: مناخك بالعربي - Manakh Theme
Description: RTL Stylesheet for Arabic Layout
*/

body {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}

.nav-wrap nav ul li a,
.nav-wrap nav button {
  text-align: right;
}

.stats b {
  border-left: 1px solid var(--line);
  border-right: none;
}

.stats b:last-child {
  border-left: none;
}

.info {
  border-left: 1px solid var(--line);
  border-right: none;
}

.info:last-child {
  border-left: none;
}

.meta .read-more {
  margin-right: auto;
  margin-left: 0;
}

.help button, .help a {
  text-align: right;
}

.entry-content blockquote {
  border-right: 4px solid var(--primary);
  border-left: none;
  border-radius: 0 8px 8px 0;
}
