/* Pastreaza comportamentul nativ Motors si schimba numai aspectul butonului video. */
body.single-listings .emv-video-cta {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 7px !important;
	min-width: 150px !important;
	min-height: 42px !important;
	padding: 10px 14px !important;
	background: #7F3FBF !important;
	background-image: none !important;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.85) !important;
	border-radius: 5px !important;
	box-shadow: 0 3px 9px rgba(46, 22, 72, 0.28) !important;
	font-size: 0 !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0.25px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	opacity: 1 !important;
	z-index: 50 !important;
	cursor: pointer !important;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease !important;
}

body.single-listings .emv-video-cta > * {
	display: none !important;
}

body.single-listings .emv-video-cta::before {
	content: "\25B6" !important;
	display: inline-block !important;
	font-size: 15px !important;
	line-height: 1 !important;
	color: #ffffff !important;
}

body.single-listings .emv-video-cta::after {
	content: "VEZI VIDEO" !important;
	display: inline-block !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
	color: #ffffff !important;
	white-space: nowrap !important;
}

body.single-listings .emv-video-cta:hover,
body.single-listings .emv-video-cta:focus-visible {
	background: #69339f !important;
	background-image: none !important;
	box-shadow: 0 4px 12px rgba(46, 22, 72, 0.36) !important;
	color: #ffffff !important;
	transform: translateY(-1px) !important;
}

body.single-listings .emv-video-cta:focus-visible {
	outline: 3px solid #ffffff !important;
	outline-offset: 3px !important;
}

@media (max-width: 767px) {
	body.single-listings .emv-video-cta {
		min-width: 136px !important;
		min-height: 40px !important;
		padding: 9px 12px !important;
		gap: 6px !important;
	}

	body.single-listings .emv-video-cta::before {
		font-size: 14px !important;
	}

	body.single-listings .emv-video-cta::after {
		content: "VEZI VIDEO" !important;
		font-size: 12px !important;
	}
}
