.angie-gallery-wrapper-1a260084 {
    display: flex;
    gap: 15px;
}

/* Base positions (Desktop) */
.angie-gallery-pos-bottom .angie-gallery-wrapper-1a260084 {
    flex-direction: column;
}
.angie-gallery-pos-bottom .angie-thumbnails-1a260084 {
    flex-direction: row;
}

.angie-gallery-pos-left .angie-gallery-wrapper-1a260084 {
    flex-direction: row-reverse;
}
.angie-gallery-pos-left .angie-thumbnails-1a260084 {
    flex-direction: column;
}

.angie-gallery-pos-right .angie-gallery-wrapper-1a260084 {
    flex-direction: row;
}
.angie-gallery-pos-right .angie-thumbnails-1a260084 {
    flex-direction: column;
}

/* Tablet Positions */
@media (max-width: 1024px) {
    .angie-gallery-pos-tablet-bottom .angie-gallery-wrapper-1a260084 {
        flex-direction: column;
    }
    .angie-gallery-pos-tablet-bottom .angie-thumbnails-1a260084 {
        flex-direction: row;
    }
    .angie-gallery-pos-tablet-left .angie-gallery-wrapper-1a260084 {
        flex-direction: row-reverse;
    }
    .angie-gallery-pos-tablet-left .angie-thumbnails-1a260084 {
        flex-direction: column;
    }
    .angie-gallery-pos-tablet-right .angie-gallery-wrapper-1a260084 {
        flex-direction: row;
    }
    .angie-gallery-pos-tablet-right .angie-thumbnails-1a260084 {
        flex-direction: column;
    }
}

/* Mobile Positions */
@media (max-width: 767px) {
    .angie-gallery-pos-mobile-bottom .angie-gallery-wrapper-1a260084 {
        flex-direction: column;
    }
    .angie-gallery-pos-mobile-bottom .angie-thumbnails-1a260084 {
        flex-direction: row;
    }
    .angie-gallery-pos-mobile-left .angie-gallery-wrapper-1a260084 {
        flex-direction: row-reverse;
    }
    .angie-gallery-pos-mobile-left .angie-thumbnails-1a260084 {
        flex-direction: column;
    }
    .angie-gallery-pos-mobile-right .angie-gallery-wrapper-1a260084 {
        flex-direction: row;
    }
    .angie-gallery-pos-mobile-right .angie-thumbnails-1a260084 {
        flex-direction: column;
    }
}

.angie-main-image-1a260084 {
    flex-grow: 1;
}

.angie-main-image-1a260084 img {
    width: 100%;
    height: 400px; /* Fallback */
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.angie-thumbnails-1a260084 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: flex-start;
}

.angie-thumbnail-item-1a260084 {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0.7;
    flex-shrink: 0;
    box-sizing: border-box;
}

.angie-thumbnail-item-1a260084.active,
.angie-thumbnail-item-1a260084:hover {
    opacity: 1;
}

.angie-thumbnail-item-1a260084 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
