/* Styles pour le modal de détail carte - inventory */

.market-price-box {
    background: linear-gradient(135deg, #f5f7ff 0%, #e8ebff 100%);
    border: 2px solid #667eea;
    border-radius: 12px;
    padding: 20px;
    margin-top: 15px;
}

.price-trends {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 15px 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
}

.trend-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.trend-label {
    font-size: 0.85em;
    color: #666;
    font-weight: 500;
}

.trend-value {
    font-weight: 700;
    color: #333;
    font-size: 1.1em;
}

.price-meta {
    text-align: center;
    color: #666;
    margin-top: 10px;
    font-size: 0.85em;
}

.collection-value {
    margin-top: 15px;
    padding: 10px;
    background: white;
    border-radius: 8px;
    text-align: center;
    font-size: 1.1em;
}
