.cinemahub-purchase-box {
	max-width: 420px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 16px;
}

.cinemahub-purchase-box .cinemahub-poster {
	width: 100%;
	height: auto;
	border-radius: 6px;
	margin-bottom: 12px;
}

.cinemahub-purchase-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 12px;
}

.cinemahub-btn {
	display: inline-block;
	text-align: center;
	padding: 10px 16px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
}

.cinemahub-btn-rental {
	background: #f0f0f1;
	color: #1d2327;
}

.cinemahub-btn-lifetime {
	background: #1d2327;
	color: #fff;
}

.cinemahub-btn-watch {
	background: #2271b1;
	color: #fff;
}

.cinemahub-btn-renew {
	background: #b32d2e;
	color: #fff;
}

.cinemahub-player-container iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border-radius: 8px;
}

.cinemahub-access-notice {
	font-size: 13px;
	color: #555;
}

.cinemahub-checkout {
	max-width: 480px;
}

.cinemahub-checkout label {
	display: block;
	font-weight: 600;
	margin-top: 10px;
}

.cinemahub-checkout input {
	width: 100%;
	padding: 8px;
	margin-top: 4px;
}

.cinemahub-error {
	color: #b32d2e;
	margin: 10px 0;
}

.cinemahub-success {
	color: #1a7f37;
	margin: 10px 0;
	font-weight: 600;
}

.cinemahub-library-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
}

.cinemahub-library-card {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 12px;
}

.cinemahub-library-card img {
	width: 100%;
	border-radius: 6px;
}

.cinemahub-library-card.is-expired {
	opacity: 0.6;
}

.cinemahub-badge {
	display: inline-block;
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 12px;
	background: #f0f0f1;
	margin: 6px 0;
}

.cinemahub-badge-lifetime {
	background: #1d2327;
	color: #fff;
}
