/**
 * Frontend styles for GHL Gutenberg Blocks
 */

/* Restricted Content Block */
.ghl-restricted-content {
	position: relative;
}

.ghl-restricted-content.ghl-access-granted {
	/* Content is accessible */
}

.ghl-restricted-content.ghl-access-denied {
	padding: 20px;
	background: #fff3cd;
	border: 2px solid #ffc107;
	border-radius: 8px;
	text-align: center;
}

.ghl-restricted-content.ghl-access-denied p {
	margin: 0 0 10px 0;
	color: #856404;
}

.ghl-restricted-content.ghl-access-denied a {
	color: #0073aa;
	text-decoration: underline;
}

.ghl-restricted-content.ghl-access-denied a:hover {
	color: #005a87;
}

/* Form Block - inherits styles from existing forms.css */
.ghl-form-wrapper {
	margin: 20px 0;
}
