/* ==========================================================================
   KILAVUZ GAYRİMENKUL - RTL STYLESHEET (ARABIC LOCALE)
   ========================================================================== */

html[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .topbar-left, 
html[dir="rtl"] .topbar-right,
html[dir="rtl"] .nav-menu,
html[dir="rtl"] .nav-actions,
html[dir="rtl"] .dropdown-toggle,
html[dir="rtl"] .brand-logo,
html[dir="rtl"] .detail-meta-row,
html[dir="rtl"] .doc-info,
html[dir="rtl"] .infra-item {
  flex-direction: row-reverse;
}

html[dir="rtl"] .dropdown-menu {
  right: auto;
  left: 0;
  text-align: right;
}

html[dir="rtl"] .card-badges {
  left: auto;
  right: 12px;
}

html[dir="rtl"] .card-actions-overlay {
  right: auto;
  left: 12px;
}

html[dir="rtl"] .card-price-tag {
  left: auto;
  right: 12px;
  border-left: none;
  border-right: 3px solid var(--kg-accent);
}

html[dir="rtl"] .detail-price-box {
  text-align: left;
}

html[dir="rtl"] .specs-table th {
  text-align: right;
}

html[dir="rtl"] .footer-col h4::after {
  left: auto;
  right: 0;
}

html[dir="rtl"] .footer-links a:hover {
  padding-left: 0;
  padding-right: 4px;
}

html[dir="rtl"] .ticker_badge {
  border-right: none;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}

html[dir="rtl"] .ticker_item {
  border-right: none;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}


html[dir="rtl"] .quick-id-search {
  flex-direction: row-reverse;
}
