.onochi-contact-mailer {
	max-width: 760px;
}

.onochi-contact-form,
.onochi-contact-confirm {
	display: grid;
	gap: 18px;
}

.onochi-contact-field {
	display: grid;
	gap: 6px;
}

.onochi-contact-field label {
	font-weight: 600;
}

.onochi-contact-field input,
.onochi-contact-field select,
.onochi-contact-field textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid #b9c0c7;
	border-radius: 4px;
	font: inherit;
}

.onochi-contact-required {
	display: inline-block;
	margin-left: 6px;
	padding: 2px 6px;
	border-radius: 4px;
	background: #b3261e;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
}

.onochi-contact-actions,
.onochi-contact-confirm-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.onochi-contact-actions button,
.onochi-contact-confirm-actions button {
	padding: 10px 18px;
	border: 1px solid #1f5f8b;
	border-radius: 4px;
	background: #1f5f8b;
	color: #fff;
	font: inherit;
	cursor: pointer;
}

.onochi-contact-confirm-actions .onochi-contact-secondary {
	border-color: #68717a;
	background: #68717a;
}

.onochi-contact-notice {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-left: 4px solid;
	background: #fff;
}

.onochi-contact-notice ul {
	margin: 0;
	padding-left: 20px;
}

.onochi-contact-notice-error {
	border-color: #b3261e;
}

.onochi-contact-notice-success {
	border-color: #1f7a42;
}

.onochi-contact-confirm table {
	width: 100%;
	border-collapse: collapse;
}

.onochi-contact-confirm th,
.onochi-contact-confirm td {
	padding: 12px;
	border: 1px solid #d7dce0;
	text-align: left;
	vertical-align: top;
}

.onochi-contact-confirm th {
	width: 32%;
	background: #f5f7f9;
}


/* Keep the shortcode output compact at its lower edge. */
.onochi-contact-mailer,
.onochi-contact-mailer form,
.onochi-contact-mailer .onochi-contact-actions,
.onochi-contact-mailer .onochi-contact-confirm-actions {
	margin-bottom: 0;
	padding-bottom: 0;
}

.onochi-contact-mailer > :last-child,
.onochi-contact-form > :last-child,
.onochi-contact-confirm > :last-child {
	margin-bottom: 0;
}

/* Hide the honeypot without placing it thousands of pixels outside the page. */
.onochi-contact-hp {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
