.wpfirefly-gallery-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.wpfirefly-main-image {
    position: relative;
    overflow: hidden;
}

.wpfirefly-thumbs {
    margin-top: 10px;
}

.wpfirefly-thumb-item img:hover {
    opacity: 0.8;
    transition: opacity 0.2s;
    border: 2px solid #888;
    box-sizing: border-box;
}

/* Lightbox overlay styling can go here if needed */
.wpfirefly-lightbox-overlay {
    cursor: zoom-out;
}
