.ic-form-wrapper {
	max-width: 640px;
	margin: 0 auto;
	font-size: 15px;
}

.ic-form-wrapper h3 {
	margin-bottom: 20px;
}

.ic-field {
	margin-bottom: 16px;
}

.ic-field-row {
	display: flex;
	gap: 16px;
}

.ic-field-row .ic-field {
	flex: 1;
}

.ic-field label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}

.ic-field input[type="text"],
.ic-field input[type="email"],
.ic-field input[type="tel"],
.ic-field input[type="date"],
.ic-field select,
.ic-field textarea {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-family: inherit;
}

.ic-solo-interaziendale {
	display: none;
}

.ic-privacy label {
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 8px;
}

.ic-lista-partecipanti {
	list-style: none;
	margin: 12px 0 20px;
	padding: 0;
}

.ic-lista-partecipanti li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 12px;
	background: #f5f5f5;
	border-radius: 4px;
	margin-bottom: 6px;
}

.ic-lista-vuota {
	color: #777;
	font-style: italic;
	background: transparent !important;
}

.ic-rimuovi-partecipante {
	background: none;
	border: none;
	color: #b32d2e;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	padding: 0 4px;
}

.ic-azioni {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 20px;
}

.ic-btn {
	padding: 10px 20px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	font-weight: 600;
}

.ic-btn-primary {
	background: #2271b1;
	color: #fff;
}

.ic-btn-primary:hover {
	background: #135e96;
}

.ic-btn-secondary {
	background: #e0e0e0;
	color: #333;
}

.ic-btn-secondary:hover {
	background: #d0d0d0;
}

.ic-messaggio {
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 16px;
}

.ic-msg-errore {
	background: #fbeaea;
	color: #b32d2e;
	border: 1px solid #e6a5a5;
}

.ic-msg-successo {
	background: #eafbea;
	color: #2d7a2d;
	border: 1px solid #a5e6a5;
}
