/* ── CMC Energy Futures  [cmc_energy_futures] ────────────────────────────── */

.cmc-ef-wrap {
    width: 100%;
    font-family: inherit;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
    direction: rtl;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

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

.cmc-ef-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px 8px;
    direction: rtl;
}

.cmc-ef-header-ico {
    width: 14px;
    height: 16px;
    flex-shrink: 0;
    fill: #f97316;
}

.cmc-ef-header-ico-inner { fill: rgba(12,12,12,0.6); }

.cmc-ef-title {
    font-size: 12px;
    font-weight: 700;
    color: #0C0C0C;
    white-space: nowrap;
}

/* ── Item list ───────────────────────────────────────────────────────────── */

.cmc-ef-list {
    display: flex;
    flex-direction: column;
}

.cmc-ef-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px 7px 8px;
    border-bottom: 1px solid #f1f5f9;
    direction: rtl;
    min-width: 0;
}

.cmc-ef-item:last-child { border-bottom: none; }

/* ── Body: icon + name + code (rightmost in RTL) ── */

.cmc-ef-body {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.cmc-ef-label {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cmc-ef-name {
    font-size: 11px;
    font-weight: 600;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.cmc-ef-code {
    font-size: 9px;
    color: #94a3b8;
    direction: ltr;
    font-family: 'Courier New', monospace;
    line-height: 1.3;
}

/* ── Price column ── */

.cmc-ef-price-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    min-width: 56px;
}

.cmc-ef-price {
    font-size: 11px;
    font-weight: 700;
    color: #0f172a;
    direction: ltr;
    white-space: nowrap;
}

.cmc-ef-unit {
    font-size: 8.5px;
    color: #94a3b8;
    direction: ltr;
    white-space: nowrap;
}

/* ── Percentage change ── */

.cmc-ef-chg {
    font-size: 10px;
    font-weight: 700;
    direction: ltr;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 52px;
    text-align: center;
}

.cmc-ef-chg--pos { color: #16a34a; }
.cmc-ef-chg--neg { color: #dc2626; }

/* ── Icon square (inside body, next to name) ── */

.cmc-ef-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmc-ef-icon--oil  { background: linear-gradient(135deg, #f97316 0%, #dc2626 100%); }
.cmc-ef-icon--gas  { background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%); }
.cmc-ef-icon--fuel { background: linear-gradient(135deg, #a855f7 0%, #6d28d9 100%); }

.cmc-ef-ico {
    width: 14px;
    height: 17px;
    fill: rgba(255, 255, 255, 0.92);
}

.cmc-ef-ico-inner { fill: rgba(255, 255, 255, 0.35); }

/* ── Footer ──────────────────────────────────────────────────────────────── */

.cmc-ef-footer {
    padding: 6px 12px 7px;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    direction: rtl;
}

.cmc-ef-disclaimer {
    font-size: 9px;
    color: #94a3b8;
}
