body {
  font-family: 'Tajawal', sans-serif;
  background: #f8f9fa;
}

.profit { color: #198754; }
.loss   { color: #dc3545; }

/* Keep numeric cells LTR but right-aligned in RTL table */
td[dir="ltr"] { text-align: center; }

.navbar-brand { font-size: 1.1rem; }

.card { border-radius: 10px; }

/* Price stale indicator */
.price-stale { opacity: 0.6; font-style: italic; }

/* Table tweaks */
.table th { font-size: 0.85rem; }
.table td { font-size: 0.9rem; }

/* Right-align all form inputs in RTL layout */
input.form-control,
textarea.form-control,
select.form-control,
.form-select { text-align: right; }

/* Date picker calendar popup: anchor to right edge */
input[type="date"]::-webkit-calendar-picker-indicator {
  margin-left: 0;
  margin-right: auto;
}
input[type="date"] {
  direction: ltr;
  text-align: right;
}
