/*
Theme Name: Propel
Theme URI: https://www.829studios.com
Author: 829 Studios
Author URI: https://www.829studios.com
Description: The Propel WordPress Framework by 829 Studios.
Requires at least: 6.4
Tested up to: 6.4.1
Requires PHP: 8.2
Version: 3.0.0
Text Domain: propel
*/

/* ======================================== */
/* Added on 04-08-2026 to fix bio lightbox scroll error on About page */
/* ======================================== */

body.lightbox-open {
    padding-right: 0 !important;
}
.component-lightbox__frame.no-swiper .component-lightbox__content {
	justify-content: center !important;
}

@media (max-width: 768px) {
	.block-team-member-card__lightbox-content {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.component-lightbox__slide {
		height: 100%;
		touch-action: pan-y;
	}
	.component-lightbox__content {
		align-items: stretch !important;
	}
	.block-team-member-card__lightbox {
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch !important;
	}
	.component-lightbox__slide {
		touch-action: pan-y !important;
	}
	.component-lightbox__frame .swiper-pagination {
		bottom: 1.5rem;
	}
} /* @media (max-width: 768px) */
