/* House of Ghantee - Membership styles (edit freely to match your theme) */

.ghantee-video-wrap { margin: 20px 0; border-radius: 8px; overflow: hidden; }

.ghantee-video-thumb {
	position: relative;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	cursor: pointer;
}
.ghantee-video-thumb::before {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 100%);
}
.ghantee-play-btn {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 64px; height: 64px;
	border-radius: 50%;
	background: rgba(201,162,75,0.9);
	color: #17130f;
	border: none;
	font-size: 22px;
	cursor: pointer;
	z-index: 2;
}
.ghantee-video-title {
	position: relative; z-index: 2;
	color: #f2ead9;
	padding: 14px;
	font-size: 15px;
	font-weight: 600;
}

.ghantee-download-card {
	display: flex; align-items: center; justify-content: space-between;
	padding: 14px 18px;
	border: 1px solid #322a20;
	border-radius: 8px;
	margin: 12px 0;
	background: #171310;
}
.ghantee-download-title { color: #f2ead9; font-weight: 600; }
.ghantee-download-btn {
	background: #c9a24b; color: #17130f; border: none;
	padding: 8px 16px; border-radius: 6px; cursor: pointer; font-weight: 600;
}
.ghantee-download-btn:hover { background: #e8c873; }

/* Subscribe modal */
.ghantee-modal {
	position: fixed; inset: 0; z-index: 9999;
	background: rgba(0,0,0,0.7);
	display: flex; align-items: center; justify-content: center;
}
.ghantee-modal-inner {
	background: #171310;
	border: 1px solid #c9a24b;
	border-radius: 10px;
	padding: 32px;
	max-width: 380px;
	width: 90%;
	text-align: center;
	position: relative;
	color: #f2ead9;
}
.ghantee-modal-close {
	position: absolute; top: 10px; right: 14px;
	background: none; border: none; color: #9c9184;
	font-size: 22px; cursor: pointer;
}
.ghantee-plan-options { display: flex; gap: 10px; margin-top: 18px; }
.ghantee-plan-btn {
	flex: 1;
	background: #c9a24b; color: #17130f; border: none;
	padding: 12px; border-radius: 6px; cursor: pointer; font-weight: 700;
}
.ghantee-plan-btn:hover { background: #e8c873; }
