body {
    background-color: #f8f9fa;
}

.container {
    margin-top: 30px;
}

.table-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.detail-container {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.provider-badge {
    font-size: 0.8rem;
}

.model-link {
    text-decoration: none;
    color: inherit;
}

.model-link:hover {
    text-decoration: underline;
}

.price-label {
    color: #6c757d;
    font-size: 0.9rem;
}

.price-value {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Hide alt text when images fail to load */
img {
    color: transparent;
}
