/* UAE Dirham symbol — inherit surrounding text color so it stays visible on light and dark UI */
.dh {
  display: inline-block;
  width: 0.88em;
  height: 0.76em;
  min-width: 0.7rem;
  min-height: 0.6rem;
  margin-inline-end: 0.16em;
  vertical-align: -0.08em;
  color: inherit;
  fill: currentColor;
  flex-shrink: 0;
}
.money-dh {
  display: inline-flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.money-dh .dh {
  vertical-align: 0;
}
.nav-aed-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #176b36 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.nav-aed-badge .dh {
  width: 1.05em;
  height: 0.92em;
  margin: 0;
}
