.cprsvp-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin: 1rem 0;
}

.cprsvp-btn {
	display: inline-block;
	padding: 0.6rem 1.2rem;
	font: inherit;
	font-weight: 600;
	border: 1px solid currentColor;
	border-radius: 3px;
	background: transparent;
	color: inherit;
	cursor: pointer;
	line-height: 1.2;
}

.cprsvp-btn:hover:not(:disabled) {
	opacity: 0.85;
}

.cprsvp-btn:disabled,
.cprsvp-btn.is-done {
	opacity: 0.55;
	cursor: not-allowed;
}

.cprsvp-btn--kommer {
	background: #13ce66;
	border-color: #13ce66;
	color: #fff;
}

.cprsvp-btn--kommer_inte {
	background: #f9423a;
	border-color: #f9423a;
	color: #fff;
}

.cprsvp-btn--kanske {
	background: #f6c344;
	border-color: #f6c344;
	color: #1f1f1f;
}

.cprsvp-btn--submit {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
}

.cprsvp-btn--cancel {
	background: transparent;
	color: #555;
	border-color: #ccc;
}

.cprsvp-message {
	flex-basis: 100%;
	margin-top: 0.5rem;
	font-size: 0.95rem;
}

.cprsvp-message.is-error {
	color: #b32d2e;
}

.cprsvp-message.is-success {
	color: #1d7d3f;
}

.cprsvp-message:empty {
	display: none;
}

.cprsvp-inline-form {
	flex-basis: 100%;
	display: grid;
	gap: 0.5rem;
	margin-top: 0.75rem;
	padding: 0.75rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fafafa;
	max-width: 28rem;
}

.cprsvp-field {
	display: grid;
	gap: 0.25rem;
	font-size: 0.95rem;
}

.cprsvp-field input {
	padding: 0.5rem 0.6rem;
	font: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
}

.cprsvp-inline-actions {
	display: flex;
	gap: 0.5rem;
}

.cprsvp-bridge {
	display: none !important;
}

.cprsvp-editor-preview {
	padding: 0.75rem 1rem;
	border: 1px dashed #999;
	border-radius: 3px;
	background: #f6f7f7;
	color: #333;
}

.cprsvp-editor-preview p {
	margin: 0.25rem 0 0;
	font-size: 0.9em;
	color: #555;
}
