/* MJG Quotes Table – clean, compact UI */
.mjgqt-wrap{max-width:880px;margin:18px auto;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 6px 18px rgba(0,0,0,.05)}
.mjgqt-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}
.mjgqt-head h3{margin:0;font-size:18px;font-weight:700;color:#111827}
.mjgqt-updated{color:#6b7280;font-size:12px}
.mjgqt-table-wrap{overflow:auto}
.mjgqt-table{width:100%;border-collapse:separate;border-spacing:0}
.mjgqt-table thead th{background:#f9fafb;color:#374151;font-weight:600;padding:10px 12px;border-bottom:1px solid #e5e7eb;text-align:right}
.mjgqt-table tbody td{padding:12px;border-bottom:1px dashed #eef2f7;vertical-align:middle}
.mjgqt-key .mjgqt-badge{display:inline-block;padding:6px 10px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;color:#374151}
.mjgqt-price b{font-size:15px;letter-spacing:.2px}
.mjgqt-error{max-width:700px;margin:12px auto;padding:10px 12px;border:1px solid #fecaca;background:#fff7f7;color:#b91c1c;border-radius:8px}
@media (max-width:640px){
  .mjgqt-wrap{padding:12px;border-radius:8px}
  .mjgqt-head h3{font-size:16px}
  .mjgqt-table thead{display:none}
  .mjgqt-table tbody tr{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f1f5f9}
  .mjgqt-key{order:1}
  .mjgqt-price{order:2}
}
/* === MJGQT: crypto icons & table tweaks === */
.mjgqt-key {
  display: flex;
  align-items: center;
  gap: 8px;
}
[dir="rtl"] .mjgqt-key { flex-direction: row-reverse; }

.mjgqt-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset;
  flex: 0 0 auto;
}

.mjgqt-badge { line-height: 1.2; }
.mjgqt-price b { letter-spacing: .2px; }
/* === MJGQT: crypto cards === */
.mjgqt-crypto-title{margin:8px 0 12px;text-align:center}
.mjgqt-cards{display:grid;gap:12px}
.mjgqt-cards.cols-1{grid-template-columns:1fr}
.mjgqt-cards.cols-2{grid-template-columns:repeat(2,1fr)}
.mjgqt-cards.cols-3{grid-template-columns:repeat(3,1fr)}
.mjgqt-cards.cols-4{grid-template-columns:repeat(4,1fr)}
@media(max-width:768px){ .mjgqt-cards{grid-template-columns:1fr!important} }

.mjgqt-card{background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 2px 10px rgba(0,0,0,.06)}
.mjgqt-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.mjgqt-card-title{display:flex;align-items:center;gap:8px}
.mjgqt-sym{background:#eef1f5;border-radius:8px;padding:2px 6px;font-size:12px;color:#6b7280}

.mjgqt-card-body{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:center}
.mjgqt-card-body small{display:block;color:#9aa1a9;margin-bottom:4px}
.mjgqt-card-body b{font-weight:700}

.mjgqt-icon{width:22px;height:22px;border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.08) inset}

/* جدول/آیکن مشترک */
.mjgqt-key{display:flex;align-items:center;gap:8px}
[dir="rtl"] .mjgqt-key{flex-direction:row-reverse}

