.elementor-widget-crew-social-video,
.elementor-widget-crew-social-video .elementor-widget-container {
	width: 100%;
	max-width: 100%;
}

.crew-core-social-video-shell {
	display: flex;
	width: 100%;
	justify-content: center;
}

.crew-core-social-video {
	--crew-core-social-video-max-width: 425px;
	--crew-core-social-video-video-ratio: 9 / 16;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	max-width: var(--crew-core-social-video-max-width);
	padding: 12px 12px 20px;
	border-radius: 16px;
	overflow: hidden;
	background: rgba(7, 11, 18, 0.68);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.08),
		0 24px 60px rgba(0, 0, 0, 0.35);
}

.crew-core-social-video::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	background:
		radial-gradient(circle at 100% 78%, rgba(0, 225, 255, 0.42), transparent 24%),
		radial-gradient(circle at 0% 55%, rgba(255, 47, 144, 0.28), transparent 20%);
	filter: blur(12px);
	opacity: 0.8;
}

.crew-core-social-video > * {
	position: relative;
	z-index: 1;
}

.crew-core-social-video__video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 16px;
	background:
		radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), transparent 38%),
		linear-gradient(180deg, rgba(24, 28, 35, 0.94), rgba(7, 9, 12, 0.94));
	aspect-ratio: var(--crew-core-social-video-video-ratio);
}

.crew-core-social-video__iframe,
.crew-core-social-video__video-wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 16px;
	background: transparent;
}

.crew-core-social-video__toggle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(7, 11, 18, 0.82);
	box-shadow:
		0 16px 32px rgba(0, 0, 0, 0.28),
		inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	color: #ffffff;
	cursor: pointer;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	transition:
		opacity 0.24s ease,
		transform 0.24s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease;
}

.crew-core-social-video__toggle[data-state="playing"] {
	background: transparent;
	box-shadow: none;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.82);
}

.crew-core-social-video__toggle[data-state="playing"]:focus-visible,
.crew-core-social-video__toggle[data-state="paused"]:hover,
.crew-core-social-video__toggle:focus-visible {
	background: rgba(16, 21, 33, 0.94);
	box-shadow:
		0 18px 36px rgba(0, 0, 0, 0.34),
		inset 0 0 0 1px rgba(255, 255, 255, 0.14);
	transform: translate(-50%, -50%) scale(1.03);
}

.crew-core-social-video__toggle:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.42);
	outline-offset: 3px;
}

.crew-core-social-video__toggle-icon {
	position: relative;
	display: block;
	width: 28px;
	height: 32px;
	flex: 0 0 28px;
	transition: opacity 0.24s ease, transform 0.24s ease;
}

.crew-core-social-video__toggle[data-state="playing"] .crew-core-social-video__toggle-icon {
	opacity: 0;
	transform: scale(0.7);
}

.crew-core-social-video__toggle-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 24px solid currentColor;
	transform: translate(-38%, -50%);
}

.crew-core-social-video__toggle-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.crew-core-social-video__instagram-shell {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: stretch;
	justify-content: stretch;
}

.crew-core-social-video__instagram-embed.instagram-media {
	display: flex;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 100% !important;
	margin: 0 !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 16px !important;
	overflow: hidden !important;
	background: transparent !important;
}

.crew-core-social-video__instagram-embed a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	color: rgba(255, 255, 255, 0.86);
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}

.crew-core-social-video__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
}

.crew-core-social-video__footer-bar {
	display: block;
	flex: 1 1 auto;
	width: clamp(150px, 72%, 275px);
	max-width: 100%;
	height: auto;
}

.crew-core-social-video__footer-actions {
	display: block;
	flex: 0 0 auto;
	width: clamp(36px, 12%, 48px);
	height: auto;
}

.crew-core-social-video__editor-note {
	padding: 16px 18px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.crew-core-social-video {
		--crew-core-social-video-max-width: 275px;
		gap: 12px;
	}

	.crew-core-social-video__footer {
		gap: 10px;
	}

	.crew-core-social-video__toggle {
		width: 88px;
		height: 88px;
	}

	.crew-core-social-video__toggle-icon {
		width: 24px;
		height: 28px;
		flex-basis: 24px;
	}

	.crew-core-social-video__toggle-icon::before {
		border-top-width: 14px;
		border-bottom-width: 14px;
		border-left-width: 20px;
	}
}
