/*
 * RTL Stylesheet
 * Wazaif Theme
 */

/* Ensure full RTL throughout */
body,
.site-header,
.main-navigation,
.header-search,
.site-content,
.site-footer {
  direction: rtl;
  text-align: right;
}

/* Flip chevrons and arrows */
.breadcrumbs .sep,
.widget ul li a::before,
.footer-widget ul li a::before {
  display: inline-block;
}

/* Search field alignment */
.search-field {
  text-align: right;
}

/* Nav alignment for RTL */
.nav-menu {
  padding-right: 0;
}

/* Post content list items */
.single-post-content ul,
.single-post-content ol {
  padding-right: 1.5rem;
  padding-left: 0;
}

/* Card footer order already handled via order property in main CSS */

/* Footer grid text */
.footer-widget ul {
  padding-right: 0;
}

/* Table alignment */
.single-post-content th,
.single-post-content td {
  text-align: right;
}

/* Back to top – left side in RTL layout */
.back-to-top {
  left: 1.5rem;
  right: auto;
}
