/*
Theme Name: Indie Film Theater (Child)
Theme URI: https://indiefilmtheather.com
Template: beeble
Author: Indie Film Theater
Author URI: https://indiefilmtheather.com
Description: Child theme customizations for Indie Film Theater (videos-only experience, pay-per-video access, and streamlined navigation).
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.4.7
Updated: 2025-10-22 06:37:17
*/

/* Single video (v2): full-width player/watch block, readable meta column below */
.beeble-child-video-single-v2__player {
	margin-bottom: 1.75rem;
}

.beeble-child-video-single-v2__player .wpvp-block iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	min-height: 12rem;
	max-height: 80vh;
	border: 0;
}

.beeble-child-video-single-v2__meta .jws-title {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

/* WP Video Paywall CTAs use Elementor/Beeble button markup; spacing only here */
.wpvp-block .wpvp-cta {
	margin-top: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.wpvp-block .wpvp-cta .elementor-button-wrapper a[aria-busy='true'] {
	opacity: 0.65;
	cursor: wait;
}

