.droutcm-am {
	box-sizing: border-box;
	max-width: 760px;
}

.droutcm-am *,
.droutcm-am *::before,
.droutcm-am *::after {
	box-sizing: inherit;
}

.droutcm-am input:not([type="hidden"]),
.droutcm-am textarea {
	display: block;
	max-width: 100%;
	width: 100%;
}

.droutcm-am .button {
	display: inline-block;
	margin: 0 0.5rem 0.5rem 0;
	text-decoration: none;
}

.droutcm-am [role="status"] {
	border-left: 4px solid #8b6f47;
	margin: 1rem 0;
	padding: 0.75rem 1rem;
}

@media (max-width: 375px) {
	.droutcm-am .button {
		display: block;
		margin-right: 0;
		text-align: center;
		width: 100%;
	}
}
