/* Integrated Dynamic Animations & Transitions */
.pv-modal-overlay-7a69b854 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 99999;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	backdrop-filter: blur(5px);
}
.pv-modal-overlay-7a69b854.active {
	display: flex !important;
	opacity: 1 !important;
}
.pv-modal-content-7a69b854 {
	background: #0f251a;
	border: 1px solid #1a422e;
	border-radius: 12px;
	padding: 30px;
	width: 100%;
	max-width: 450px;
	position: relative;
	color: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
	margin: 20px;
}
.pv-modal-close-7a69b854 {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	color: #88c9a1;
	font-size: 24px;
	cursor: pointer;
	transition: color 0.2s;
}
.pv-modal-close-7a69b854:hover {
	color: #fff;
}
.pv-qty-wrapper-7a69b854 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin: 20px 0;
}
.pv-qty-btn-7a69b854 {
	background: #1a422e;
	border: 1px solid #23593e;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}
.pv-qty-btn-7a69b854:hover {
	background: #23593e;
}
#pv-vote-qty-7a69b854 {
	width: 80px;
	text-align: center;
	background: #06110b;
	border: 1px solid #1a422e;
	color: #fff;
	padding: 10px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 700;
}
.pv-quick-votes-7a69b854 {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}
.pv-quick-btn-7a69b854 {
	background: #143224;
	border: 1px solid #1c4a34;
	color: #d4af37;
	padding: 8px 15px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
	font-size: 13px;
	transition: background 0.2s;
}
.pv-quick-btn-7a69b854:hover {
	background: #1c4a34;
}
.pv-modal-total-7a69b854 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #06110b;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 25px;
	border: 1px solid #1a422e;
}
.pv-modal-total-7a69b854 strong {
	color: #d4af37;
	font-size: 20px;
}
.pv-submit-vote-btn-7a69b854 {
	width: 100%;
	background: linear-gradient(135deg, #d4af37, #b4932c);
	color: #000;
	border: none;
	padding: 14px;
	border-radius: 8px;
	font-weight: 700;
	cursor: pointer;
	font-size: 15px;
	transition: opacity 0.2s;
}
.pv-submit-vote-btn-7a69b854:hover {
	opacity: 0.9;
}

/* Contestant Profile Layout */
.pv-profile-card-7a69b854 {
	background: #0f251a;
	max-width: 850px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 12px;
	border: 1px solid #1a422e;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.pv-profile-title-7a69b854 {
	color: #d4af37 !important;
	margin: 0 0 10px !important;
	font-size: 28px !important;
}
.pv-profile-votes-7a69b854 {
	font-size: 18px;
	margin-bottom: 20px;
}
.pv-profile-about-7a69b854 {
	background: #06110b;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #1a422e;
	margin-bottom: 20px;
}
.pv-profile-share-7a69b854 {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
#pv-copy-btn-link-7a69b854 {
	background: #d4af37;
	color: #000;
	padding: 10px 20px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
}

/* Hide return to shop on WooCommerce empty cart pages */
.woocommerce-cart .cart-empty .return-to-shop,
.woocommerce-checkout .return-to-shop,
.woocommerce-error .wc-backward,
.woocommerce-message .wc-backward {
	display: none !important;
}

/* Mobile Centering Optimization with extremely high specificity */
@media only screen and (max-width: 767px) {
	.pv-profile-card-7a69b854,
	div.pv-profile-card-7a69b854 {
		grid-template-columns: 1fr !important;
		text-align: center !important;
		padding: 20px !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.pv-profile-img-col-7a69b854,
	div.pv-profile-img-col-7a69b854 {
		width: 100% !important;
		max-width: 320px !important;
		margin: 0 auto 20px !important;
		text-align: center !important;
	}
	.pv-profile-img-col-7a69b854 img {
		margin: 0 auto !important;
		display: block !important;
	}
	.pv-profile-info-col-7a69b854,
	div.pv-profile-info-col-7a69b854 {
		width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
	}
	.pv-profile-title-7a69b854 {
		text-align: center !important;
		margin: 0 auto 10px !important;
	}
	.pv-profile-votes-7a69b854 {
		text-align: center !important;
		margin-bottom: 20px !important;
	}
	.pv-profile-about-7a69b854,
	div.pv-profile-about-7a69b854 {
		width: 100% !important;
		text-align: center !important;
		box-sizing: border-box !important;
	}
	.pv-profile-about-7a69b854 p {
		text-align: center !important;
	}
	.pv-profile-share-7a69b854,
	div.pv-profile-share-7a69b854 {
		flex-direction: column !important;
		width: 100% !important;
		align-items: center !important;
		gap: 10px !important;
	}
	.pv-profile-share-7a69b854 input#pv-share-input-7a69b854 {
		width: 100% !important;
		text-align: center !important;
		box-sizing: border-box !important;
	}
	.pv-profile-share-7a69b854 button#pv-copy-btn-link-7a69b854 {
		width: 100% !important;
	}
}