/**
 * CMC Arabic Currencies  [cmc_arabic_currencies]
 */

.cmc-arabic-currencies {
    font-family: inherit;
    width: 100%;
}

.cmc-ac-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

/* ── Header ──────────────────────────────────────────────────────────────── */

.cmc-ac-header {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    background: #fafbfc;
    border-bottom: 1px solid #e9ecef;
}

.cmc-ac-title {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

/* ── Widget wrapper ──────────────────────────────────────────────────────── */

.cmc-ac-widget-wrap {
    width: 100%;
    overflow: hidden;
}

.cmc-ac-widget-wrap .tradingview-widget-container,
.cmc-ac-widget-wrap .tradingview-widget-container__widget {
    height: 100% !important;
    width: 100% !important;
}
