.sendmono-form {
	max-width: 420px;
	margin: 1em 0;
}

.sendmono-form__field {
	margin-bottom: 1em;
}

.sendmono-form__field label {
	display: block;
	margin-bottom: 0.35em;
	font-weight: 600;
}

.sendmono-form__field .required {
	color: #d63638;
}

.sendmono-form__input {
	width: 100%;
	padding: 0.6em 0.75em;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	font-size: 1em;
	box-sizing: border-box;
}

.sendmono-form__button {
	display: inline-block;
	padding: 0.65em 1.5em;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
	transition: opacity 0.2s;
}

.sendmono-form__button:hover {
	opacity: 0.9;
}

.sendmono-form__button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.sendmono-form__message {
	padding: 0.75em;
	border-radius: 4px;
	font-size: 0.95em;
}

.sendmono-form__message.is-success {
	background: #edfaef;
	color: #1e4620;
	border: 1px solid #68de7c;
}

.sendmono-form__message.is-error {
	background: #fcf0f1;
	color: #8a2424;
	border: 1px solid #f86368;
}
