/* Triangle Fire - Legacy Styles */

/* Fix modal popup positioning */
#popgallery {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10000 !important;
    margin-top: 0 !important;
}

#popgallery.show {
    margin-top: 0 !important;
}

/* Ensure shadow covers entire viewport */
#shadow {
    position: fixed !important;
    z-index: 9999 !important;
}

/* Ensure content container doesn't interfere */
.legacy-content {
    position: relative;
}
