.currenza-row {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    padding: 10px 12px;
    border-radius: 14px;
}

/* badge عمومی */
.currenza-row .badge {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

/* کانتینر قیمت‌ها */
.prices {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0 8px;
}

/* آیتم قیمت */
.prices .price {
    padding: 4px 5px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.prices .price.toman {
    font-size: 11.5px;
    font-weight: 700;
}

.prices .price.usdt {
    font-size: 10.5px;
    font-weight: 600;
    opacity: 0.9;
}


/* اسم ارز */
.badge.name {
    background: #f1f5f9;
    color: #475569;
    font-size: 14px;
}

/* درصد تغییر */
.badge.change.up {
    background: #dcfce7;
    color: #15803d;
}

.badge.change.down {
    background: #fee2e2;
    color: #b91c1c;
}

/* آیکن */
.currenza-row .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* موبایل */
@media (max-width: 480px) {
    .currenza-row {
        flex-wrap: wrap;
    }
}
