/*
Theme Name: Soledad Child
Template: soledad
Version: 1.0
*/

/* Custom styles go here */
.lbb_modal_area .fancybox__content .fancybox-image {
    object-fit: contain !important;
}

/* Fix for overlapping thumbnails */
.f-thumbs__track {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 8px; /* Adds spacing between thumbnails */
}
.f-thumbs__slide {
    flex-shrink: 0 !important; /* Prevents thumbnails from shrinking */
}