/* Storefront spot-prices chart cards — neutral borders, metal-colored titles */

.ec-spot-charts .spotpro-metal-chart-card {
    border: 1px solid #e2e8f0 !important;
    border-radius: 1.5rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.ec-spot-charts .spotpro-metal-chart-card .card-header {
    border-bottom: 1px solid #f1f5f9 !important;
    border-color: #f1f5f9 !important;
}

.ec-spot-charts .spotpro-metal-chart-title {
    color: #334155;
    font-weight: 600;
    font-size: 1rem;
}

.ec-spot-charts .spotpro-metal-chart--gold .spotpro-metal-chart-title {
    color: #8B6914;
}

.ec-spot-charts .spotpro-metal-chart--silver .spotpro-metal-chart-title {
    color: #475569;
}

.ec-spot-charts .spotpro-metal-chart--platinum .spotpro-metal-chart-title {
    color: #6B7280;
}

.ec-spot-charts .spotpro-metal-chart--palladium .spotpro-metal-chart-title {
    color: #4A6278;
}

.ec-spot-charts .spotpro-metal-chart--gold .spotpro-metal-chart-title .fa-line-chart {
    color: #C9A227;
}

.ec-spot-charts .spotpro-metal-chart--silver .spotpro-metal-chart-title .fa-line-chart {
    color: #94A3B8;
}

.ec-spot-charts .spotpro-metal-chart--platinum .spotpro-metal-chart-title .fa-line-chart {
    color: #9CA3AF;
}

.ec-spot-charts .spotpro-metal-chart--palladium .spotpro-metal-chart-title .fa-line-chart {
    color: #6B8CAE;
}

.ec-spot-charts .spotpro-metal-refresh {
    color: #94a3b8;
}

.ec-spot-charts .spotpro-metal-refresh:hover {
    color: #475569;
}