/* Olbia-specific gallery adjustments */

/* Gallery with original natural sizing for photos */
.gallery-original-size img {
    height: auto !important;
}

/* Gallery with consistent sizing for mixed content */
.gallery-resized img {
    height: 280px !important;
    object-fit: cover;
}

/* Special adjustments for diagram images in resized galleries */
.gallery-resized img[src*="diagram"] {
    object-fit: contain !important;
    background-color: white;
    padding: 0.5rem;
}
