/**
 * Editor styles for RSVP button block
 */

.fair-rsvp-button-editor {
	margin: 2rem 0;
}

.fair-rsvp-preview {
	padding: 1.5rem;
	background-color: #ffffff;
	border: 2px dashed #2271b1;
	border-radius: 4px;
}

.fair-rsvp-preview-label {
	margin: 0 0 1rem 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: #2271b1;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.fair-rsvp-preview-options {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}

.fair-rsvp-preview-option {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
	background-color: #f0f0f1;
	border: 2px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	user-select: none;
}

.fair-rsvp-preview-option input[type="radio"] {
	margin: 0;
	pointer-events: none;
}

.fair-rsvp-preview-button {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background-color: #2271b1;
	color: white;
	border: none;
	border-radius: 4px;
	font-weight: 500;
	font-size: 1rem;
	opacity: 0.6;
	cursor: not-allowed;
}

.fair-rsvp-preview-note {
	margin-top: 1rem;
	padding: 0.75rem 1rem;
	background-color: #f0f6fc;
	border-left: 3px solid #2271b1;
	font-size: 0.875rem;
	color: #1e1e1e;
	font-style: italic;
}
