/* Reproductor de vídeo del cortometraje (16:9 responsivo) */
.fm-cortometraje-video__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	overflow: hidden;
	border-radius: 4px;
}

.fm-cortometraje-video__iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.fm-cortometraje-video-editor__preview {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	min-height: 10rem;
	padding: 1.5rem;
	background: #1a1a1a;
	color: #f0f0f0;
	border-radius: 4px;
	text-align: center;
}

.fm-cortometraje-video-editor__icon {
	font-size: 2.5rem;
	width: 2.5rem;
	height: 2.5rem;
	opacity: 0.85;
}

.fm-cortometraje-video-editor__hint {
	margin: 0;
	max-width: 36em;
	font-size: 13px;
	line-height: 1.5;
	color: #ccc;
}
