/* Responsive video embeds */
.ilyt-video-embed {
	width: 100%;
	margin: 2rem 0;
	border-radius: 12px;
	overflow: hidden;
	background: #f5f5f5;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	position: relative;
}

.ilyt-video-embed iframe {
	width: 100%;
	height: 100%;
	min-height: 200px;
	border: 0;
	display: block;
}

.ilyt-video-embed--vertical {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.ilyt-video-error {
	padding: 1rem;
	border-radius: 8px;
	background: #fef2f2;
	color: #991b1b;
	font-size: 0.9rem;
}

/* Cabinet video panel */
.ilyt-video-panel {
	margin: 1.5rem 0;
	padding: 1.25rem;
	border: 1px dashed var(--ilyt-border, #ddd);
	border-radius: 12px;
	background: var(--ilyt-surface, #fafafa);
}

.ilyt-video-panel__title {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	font-weight: 600;
}

.ilyt-video-panel__hint {
	font-size: 0.8125rem;
	color: var(--ilyt-muted, #666);
	margin-top: 0.75rem;
}

.ilyt-video-panel__limit {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
}

.ilyt-form__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.ilyt-video-preview {
	margin-top: 1rem;
	padding: 0.75rem;
	border-radius: 8px;
	background: #fff;
	border: 1px solid var(--ilyt-border, #eee);
}

.ilyt-video-preview img {
	max-width: 100%;
	border-radius: 6px;
}

.ilyt-video-list {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}

.ilyt-video-list__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid var(--ilyt-border, #eee);
	font-size: 0.85rem;
	word-break: break-all;
}

/* Post card video badge */
.ilyt-card--has-video .ilyt-card__image {
	position: relative;
}

.ilyt-card__video-badge {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 2;
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
	padding: 0.2rem 0.5rem;
	border-radius: 6px;
	font-size: 0.75rem;
	font-weight: 600;
}

.ilyt-card__video-label {
	display: inline-block;
	margin-bottom: 0.35rem;
	font-size: 0.7rem;
	font-weight: 600;
	color: var(--ilyt-accent, #e63946);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ilyt-card--has-video {
	box-shadow: 0 0 0 1px rgba(230, 57, 70, 0.15);
}

.ilyt-card__image--video-placeholder {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.ilyt-card__video-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 200px;
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.12) 0%, transparent 55%),
		linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.ilyt-article__figure--video {
	position: relative;
	margin: 0 0 1.5rem;
	border-radius: var(--ilyt-card-radius, 12px);
	overflow: hidden;
}

.ilyt-article__figure--video img {
	width: 100%;
	height: auto;
	display: block;
}

.ilyt-article__figure--video .ilyt-card__video-badge {
	top: 50%;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
	padding: 0.75rem 1.25rem;
	font-size: 1.25rem;
	border-radius: 999px;
	pointer-events: none;
}
