/* Venus 1.0.38.75 · vista previa suave y reproducción personalizada. */
.venus-gallery-external-video,
.venus-gallery-lightbox-external {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: radial-gradient(circle at 50% 38%, rgba(224, 43, 32, .24), transparent 46%), linear-gradient(145deg, #181818, #050505) !important;
}

.venus-gallery-external-video {
	width: min(88%, 540px) !important;
	min-height: clamp(250px, 42vw, 390px) !important;
}

.venus-gallery-lightbox-external {
	display: grid !important;
	width: min(86vw, 760px) !important;
	height: min(70vh, 560px) !important;
	min-height: 280px !important;
	padding: 34px !important;
	place-items: center;
	align-content: center;
	gap: 9px;
	border-radius: 16px !important;
}

.venus-external-video-background {
	position: absolute !important;
	inset: -30px !important;
	z-index: 0 !important;
	display: block;
	width: calc(100% + 60px) !important;
	height: calc(100% + 60px) !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	border-radius: 0 !important;
	filter: blur(7px) brightness(.52) saturate(.9) !important;
	opacity: .9;
	transform: scale(1.045);
	pointer-events: none;
}

.venus-external-video-background[hidden] {
	display: none !important;
}

.venus-external-video-shade {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1 !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .58));
	pointer-events: none;
}

.venus-gallery-external-video > :not(.venus-external-video-background):not(.venus-external-video-shade),
.venus-gallery-lightbox-external > :not(.venus-external-video-background):not(.venus-external-video-shade) {
	position: relative;
	z-index: 2;
}

.venus-gallery-external-video .venus-outline-play,
.venus-gallery-lightbox-external .venus-outline-play,
.venus-video-link-preview .venus-outline-play {
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	padding: 0;
	color: #fff;
	background: linear-gradient(145deg, #ff4a40 0%, #df291f 48%, #9f130e 100%);
	border: 1px solid #ff8179;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(224, 43, 32, .18), 0 14px 34px rgba(0, 0, 0, .48), inset 0 1px 1px rgba(255, 255, 255, .34);
	transition: transform .18s ease, box-shadow .18s ease;
}

.venus-video-link-preview .venus-outline-play {
	width: 54px;
	height: 54px;
}

.venus-video-link-preview .venus-outline-play svg {
	width: 40px;
	height: 40px;
}

.venus-gallery-external-video:hover .venus-outline-play,
.venus-gallery-lightbox-external:hover .venus-outline-play {
	transform: scale(1.055);
	box-shadow: 0 0 0 7px rgba(224, 43, 32, .2), 0 16px 38px rgba(0, 0, 0, .52), inset 0 1px 1px rgba(255, 255, 255, .36);
}

.venus-outline-play svg {
	display: block;
	width: 48px;
	height: 48px;
	overflow: visible;
}

.venus-outline-play .venus-play-ring {
	fill: rgba(0, 0, 0, .09);
	stroke: rgba(255, 255, 255, .72);
	stroke-width: 1.5;
}

.venus-outline-play .venus-play-mark {
	fill: #fff;
	stroke: rgba(255, 255, 255, .85);
	stroke-width: 1;
	stroke-linejoin: round;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .3));
}

.venus-gallery-thumbnail.is-external {
	position: relative;
	isolation: isolate;
	background: #080808;
}

.venus-gallery-external-thumb-bg {
	position: absolute !important;
	inset: -10px !important;
	z-index: 0 !important;
	width: calc(100% + 20px) !important;
	height: calc(100% + 20px) !important;
	max-width: none !important;
	object-fit: cover !important;
	border-radius: 0 !important;
	filter: blur(3px) brightness(.52) saturate(.9) !important;
	opacity: .9;
	transform: scale(1.035);
	pointer-events: none;
}

.venus-gallery-thumbnail.is-external .venus-gallery-video-thumb {
	position: relative;
	z-index: 1;
	background: rgba(0, 0, 0, .28) !important;
}

@media (max-width: 600px) {
	.venus-gallery-external-video {
		width: 92% !important;
		min-height: 260px !important;
		padding: 24px !important;
	}

	.venus-gallery-lightbox-external {
		width: calc(100vw - 34px) !important;
		height: min(68vh, 520px) !important;
		padding: 25px !important;
	}
}
