/* =====================================================
   RİZEHARİTASI - SOL MENÜ GÜNLÜK KUR & ALTIN
===================================================== */

.sidebarMarketCard {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e1ebe5;
    border-radius: 12px;
    background: #f8faf9;
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
}

.sidebarMarketHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 9px;
}

.sidebarMarketHeader strong {
    display: block;
    font-size: 13px;
    color: #26352f;
    line-height: 1.2;
}

.sidebarMarketHeader small {
    display: block;
    margin-top: 2px;
    font-size: 9px;
    color: #829089;
}

.marketUpdated {
    font-size: 9px;
    color: #087f5b;
    white-space: nowrap;
}

.sidebarMarketList {
    display: grid;
    gap: 5px;
}

.sidebarMarketItem {
    display: grid;
    grid-template-columns: 24px minmax(0,1fr) auto;
    align-items: center;
    gap: 7px;
    padding: 7px 6px;
    border: 1px solid #e7eee9;
    border-radius: 8px;
    background: #fff;
}

.marketIcon {
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.marketName {
    min-width: 0;
    font-size: 11px;
    font-weight: 700;
    color: #35443d;
}

.marketValues {
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.marketSell {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #087f5b;
}

.marketBuy {
    display: block;
    margin-top: 1px;
    font-size: 8px;
    color: #8a9891;
}

.marketLoading {
    padding: 12px 6px;
    text-align: center;
    font-size: 10px;
    color: #829089;
}

.marketError {
    padding: 9px 6px;
    text-align: center;
    font-size: 10px;
    line-height: 1.4;
    color: #8a5a00;
}

.marketDisclaimer {
    margin-top: 7px;
    font-size: 8px;
    line-height: 1.3;
    color: #9aa69f;
    text-align: center;
}

@media (max-width: 900px) {
    .sidebarMarketCard {
        margin-top: 10px;
    }
}
