/* Tesla North Hollywood Gallery specific styles */
/* All common styles now moved to common-gallery.css */

/* Apply Tesla North Hollywood styles to all galleries */
#teslaNorthHollywoodGallery,
#gigaAustinGallery,
#modelXFianceGallery,
#wwrenoGallery,
#cybermaskGallery,
#ventGallery,
#weRobotGallery,
#trumanGallery,
#hydroponicGallery {
    margin: 20px 0;
    width: 62.5%;
    margin-left: 0; /* Align with the left edge of the text */
    margin-right: auto;
}

/* Force 5-column layout for all galleries */
#teslaNorthHollywoodGallery,
#gigaAustinGallery,
#modelXFianceGallery,
#wwrenoGallery,
#cybermaskGallery,
#ventGallery,
#weRobotGallery,
#trumanGallery,
#hydroponicGallery {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
}

/* Consistent image number styling for all galleries */
#teslaNorthHollywoodGallery .gallery-item .image-number,
#gigaAustinGallery .gallery-item .image-number,
#modelXFianceGallery .gallery-item .image-number,
#wwrenoGallery .gallery-item .image-number,
#cybermaskGallery .gallery-item .image-number,
#ventGallery .gallery-item .image-number,
#weRobotGallery .gallery-item .image-number,
#trumanGallery .gallery-item .image-number,
#hydroponicGallery .gallery-item .image-number {
    color: white; /* Changed from black to white */
    background-color: transparent;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); /* Added text shadow for better visibility */
}
