/* External Gallery Notice Styles */
.external-gallery-notice {
    background: linear-gradient(135deg, rgba(44, 95, 141, 0.08) 0%, rgba(0, 168, 120, 0.08) 100%);
    border: 2px solid var(--color-primary);
}

.external-gallery-notice h5 {
    color: var(--color-dark);
    font-weight: 700;
}

.external-gallery-notice .btn-lg {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
}

/* Hide Load More Button */
#loadMoreGallery {
    display: none;
}


