/**
 * Static mirror fixes for WP Grid Builder (exported WordPress HTML without PHP/AJAX).
 * Ensures grids, cards, and lazy thumbnails are visible when the original layout.js
 * cannot complete initialization.
 */

.wp-grid-builder:not(.wpgb-template),
.wpgb-facet {
	opacity: 1 !important;
}

.wp-grid-builder.wpgb-loading .wpgb-viewport > div {
	opacity: 1 !important;
}

.wp-grid-builder .wpgb-card.wpgb-card-hidden .wpgb-card-wrapper {
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
}

.wp-grid-builder .wpgb-loader {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
