/* Custom FancyBox styling for vehicle thumbnails */
/* Only add white background behind the image itself, keep original dark theme for everything else */

.fancybox-image {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 4px !important;
    padding: 10px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}