.wpcustomcrm-media-wrap {
	max-width: 100%;
	margin: 1em 0;
	font-family: "IRANYekan", Tahoma, Arial, sans-serif;
}

.wpcustomcrm-media-title {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 600;
	color: #1e293b;
	line-height: 1.5;
}

.wpcustomcrm-video-player {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #0f172a;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.2);
}

.wpcustomcrm-video-player .wpcustomcrm-media-element {
	display: block;
	width: 100%;
	max-height: 520px;
	vertical-align: middle;
}

.wpcustomcrm-podcast-player {
	padding: 16px 18px;
	border-radius: 12px;
	background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 16px rgba(99, 102, 241, 0.08);
}

.wpcustomcrm-podcast-player .wpcustomcrm-media-element {
	display: block;
	width: 100%;
	height: 48px;
}

.wpcustomcrm-media-element:focus {
	outline: 2px solid #6366f1;
	outline-offset: 2px;
}

/* پیش‌نمایش ادمین */
.wpcustomcrm-media-preview {
	margin-top: 12px;
	padding: 16px;
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
}

.wpcustomcrm-media-preview-label {
	margin: 0 0 8px;
	font-size: 12px;
	color: #64748b;
}

.wpcustomcrm-media-preview-placeholder {
	padding: 24px;
	text-align: center;
	color: #94a3b8;
	font-size: 13px;
	border-radius: 8px;
	background: #fff;
}

.wpcustomcrm-media-preview-placeholder--video {
	min-height: 120px;
	background: linear-gradient(180deg, #1e293b 0%, #334155 100%);
	color: #e2e8f0;
}

.wpcustomcrm-media-preview-placeholder--podcast {
	min-height: 56px;
	border: 1px solid #e2e8f0;
}
