/**
 * TurfNet Wistia Embed — Front-end Styles
 * Responsive wrapper for posts, pages, podcasts, and blog entries.
 */

.turfnet-wistia-embed-wrapper {
	margin: 0 auto 1.5em;
	width: 100%;
}

.turfnet-wistia-embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 default */
	height: 0;
	overflow: hidden;
}

.turfnet-wistia-embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Audio: no aspect ratio, explicit height, full width */
.turfnet-wistia-embed-wrapper--audio {
	margin: 0 auto 1.5em;
	width: 100%;
}

.turfnet-wistia-embed-wrapper--audio iframe {
	width: 100%;
	border: 0;
}
