/**
 * Swan Gallery — minimal adjustments on top of the theme's existing gallery CSS.
 * The styling comes from the theme's etna-photo-gallery.css (v1), reused as-is.
 */

/* The theme hides the load-more UI by default (it was shown by Etna's own JS).
   We drive it with our own JS, so reveal it here. Our JS sets inline display:none
   to hide the button once every case is loaded. */
#gallery-category-cases-footer {
	display: block;
}
#category-cases-load-more {
	display: inline-block;
}

/* Keep the "View Case" button at #8b9ca5 on card hover/active
   (the theme turns it light teal; we don't want that). */
#eii-gallery-main .category-cases .category-case-card .case-card-inner:hover a.eii-btn,
#eii-gallery-main .category-cases .category-case-card .case-card-inner:active a.eii-btn,
#eii-gallery-main .category-cases .category-case-card a.case-card-link:hover,
#eii-gallery-main .category-cases .category-case-card a.case-card-link:active {
	background: #8b9ca5;
	border-color: #8b9ca5;
}
