/* ========================================
   GALLERY PAGE STYLES
   ======================================== */

.gallery-section.gallery-fullpage .main-image {
    width: 90%;
    min-height: 500px;
}

.gallery-section.gallery-fullpage .thumbnail-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
    max-width: 1400px;
    margin: 0 auto;
}

.gallery-section.gallery-fullpage .thumbnail {
    height: 100px;
    border-radius: 8px;
}
