.dsr-form-wrapper {
	border: 1px solid #e5e5e5;
	padding: 16px;
	margin: 16px 0;
}

.dsr-form {
	display: grid;
	gap: 10px;
}

.dsr-form input,
.dsr-form textarea,
.dsr-form button {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.dsr-form-message {
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.dsr-form-message.success {
	background: #e6f4ea;
	border: 1px solid #67c776;
}

.dsr-form-message.error,
.dsr-form-message.validation {
	background: #fdecea;
	border: 1px solid #f5a59c;
}

.dsr-form-errors {
	color: #b00020;
	margin: 10px 0 0;
}
