/**
 * Pro Feature Lock Styles
 * Pro機能ロック表示用のスタイル
 */

.zenblocks-pro-feature-locked {
	opacity: 0.5;
	pointer-events: none;
	position: relative;

	&::after {
		content: "🔒 Pro";
		position: absolute;
		top: 0;
		right: 0;
		background: #f0f0f0;
		padding: 2px 8px;
		border-radius: 3px;
		font-size: 11px;
		font-weight: 600;
		color: #757575;
	}
}
