/* YT Random Video — Frontend styles */

.ytrv-video-wrapper {
	margin: 1.5rem 0;
}

.ytrv-video-title {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

/* Contenedor responsivo 16:9 */
.ytrv-video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	border-radius: 4px;
}

.ytrv-video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.ytrv-error {
	color: #b32d2e;
	font-style: italic;
}
