/* قیمت دوگانه گرم / مثقال — جدول، کارت، مودال */

.gold-price-cell {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  gap: 0.2rem;
  line-height: 1.25;
}

.gold-price-mesghal {
  font-size: 0.625rem;
  font-weight: 600;
  opacity: 0.78;
  white-space: nowrap;
}

/* مودال جزئیات قیمت */
.price-modal-scroll {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
}

.price-modal-chart {
  touch-action: pan-y;
}

.price-modal-quote__label {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-muted, rgba(17, 17, 17, 0.55));
}

.price-modal-quote__stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.price-modal-quote__line {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.2rem;
  text-align: right;
}

.price-modal-quote__line--mesghal {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
}

html.dark .price-modal-quote__line--mesghal {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.price-modal-quote__value {
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.15;
  direction: ltr;
  unicode-bidi: embed;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .price-modal-quote__value {
    font-size: 1.5rem;
  }
}

.price-modal-quote__value--mesghal {
  font-size: 1rem;
  font-weight: 700;
  opacity: 0.92;
}

@media (min-width: 768px) {
  .price-modal-quote__value--mesghal {
    font-size: 1.1rem;
  }
}

.price-modal-quote__unit {
  font-size: 0.65rem;
  font-weight: 500;
  opacity: 0.72;
  color: var(--text-muted, rgba(17, 17, 17, 0.55));
}

.price-modal-quote--buy .price-modal-quote__value {
  color: var(--buy, #1a7843);
}

.price-modal-quote--sell .price-modal-quote__value {
  color: var(--sell, #aa1e1e);
}
