.angie-floating-video-popup-8391ec64 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 320px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	z-index: 999999;
	overflow: hidden;
	font-family: inherit;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.angie-floating-video-popup-8391ec64.is-hidden {
	transform: translateY(20px);
	opacity: 0;
	pointer-events: none;
}

.angie-fvp-close-8391ec64 {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 24px;
	height: 24px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: none;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.angie-fvp-close-8391ec64:hover {
	background: rgba(0,0,0,0.8);
}

.angie-fvp-video-container-8391ec64 {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
	background: #000;
}

.angie-fvp-video-container-8391ec64 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.angie-fvp-content-8391ec64 {
	padding: 15px;
	text-align: center;
	background: #f8f9fa;
	border-top: 1px solid #eee;
}

.angie-fvp-content-8391ec64 p {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.angie-fvp-subscribe-btn-8391ec64 {
	display: inline-block;
	background: #cc0000;
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	transition: background 0.2s;
}

.angie-fvp-subscribe-btn-8391ec64:hover {
	background: #a30000;
	color: #fff;
}