.pcs-locked-content {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 24px;
	text-align: center;
	background: #fafafa;
	margin-top: 16px;
}
.pcs-locked-icon { font-size: 32px; }
.pcs-locked-actions { display: flex; gap: 10px; justify-content: center; margin: 16px 0; flex-wrap: wrap; }
.pcs-btn {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	font-weight: 600;
	text-decoration: none;
}
.pcs-btn-primary { background: #2563eb; color: #fff; }
.pcs-btn-google { background: #ffffff; color: #1f2937; border: 1px solid #d1d5db; }
.pcs-packages-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin-top: 16px;
}
.pcs-email-field {
	max-width: 360px;
	margin-bottom: 16px;
}
.pcs-email-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color: #111827;
}
.pcs-input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	font-size: 14px;
	box-sizing: border-box;
}
.pcs-email-hint {
	font-size: 12px;
	color: #6b7280;
	margin-top: 6px;
}
.pcs-package-card {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 18px;
	background: #fff;
	text-align: left;
}
.pcs-package-price { font-size: 22px; font-weight: 700; color: #111827; }
.pcs-package-duration { color: #6b7280; margin-bottom: 8px; }
.pcs-subscription-status { padding: 14px; border-radius: 6px; }
.pcs-subscription-status.pcs-active { background: #ecfdf5; border: 1px solid #10b981; }
.pcs-subscription-status.pcs-inactive { background: #fef2f2; border: 1px solid #ef4444; }
