.wpcf7 {
	margin-top: 3em;
	box-shadow: 0 0 0.5em rgba(0,0,0,0.2);
	padding: 3em;
	dl {
		display: grid;
		grid-template-columns: 13em 1fr;
		gap: 2em;
		margin: 0;
	}
	p {
		margin: 0;
	}
	dt p {
		display: flex;
		align-items: center;
		justify-content: space-between;
		.required {
			padding: 0.5em 1em;
			color: #fff;
			background-color: #c34444;
			font-size: calc(12 / var(--root-font-size) * 1rem);
			line-height: 1em;
		}
	}
	dd {
		margin-left: 0;
		input, textarea {
			width: 100%;
		}
	}
	.button_wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1em;
		margin-top: 3em;
		input {
			padding: 1em 2em;
			color: #fff;
			background-color: #c34444;
			line-height: 1em;
			border: none;
		}
	}
	#wpcf7cpcnf {
		padding: 3em;
		table {
			width: 100%;
		}
		th {
			width: 13em;
		}
		.wpcf7cp-btns {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 1em;
			margin-top: 3em;
			button {
				padding: 1em 2em;
				line-height: 1em;
				border: none;
				background-color: #ccc;
				&.wpcf7-submit {
					color: #fff;
					background-color: #c34444;
				}
			}
		}
	}
}