.ccm19-youtube-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.ccm19-youtube-placeholder-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	max-width: 420px;
	padding: 1.5rem 2rem;
	border: 1px solid #d9d4c8;
	border-radius: 6px;
	background: #f7f5f0;
	text-align: center;
}

.ccm19-youtube-placeholder-text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.4;
	color: #4a463d;
}

.ccm19-youtube-placeholder-button {
	padding: 0.6rem 1.4rem;
	border: none;
	border-radius: 4px;
	background: #2271b1;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.ccm19-youtube-placeholder-button:hover,
.ccm19-youtube-placeholder-button:focus-visible {
	background: #135e96;
}

.ccm19-youtube-placeholder-button:active {
	background: #0a4b78;
}

/* Native Elementor Video widget: .elementor-video has no intrinsic height
   when Elementor's own JS hasn't populated it (empty <div>), so the
   placeholder needs its own aspect-ratio box instead of filling 100%/100%. */
.ccm19-youtube-placeholder--elementor {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}
