.form-item label {
	transition: color .3s ease-in-out;
}

.form-item:has(:focus) label {
	color: #f19b01 !important;
}

.form-item:hover label {
	color: #f19b01 !important;
}

.form-item:hover .wpcf7-form-control {
	border-color: #f19b01 !important;
}

.wpcf7-form-control-wrap[data-name="date"] {
	position: relative;
}

.wpcf7-form-control-wrap[data-name="date"]:after {
	content: '\f073';
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-weight: 900;
	color: #999999;
	position: absolute;
	top: 0;
	right: 10px;
}

.attention {
	color: #f19b01;
}

.attention p {
	margin: 0 !important;
	display: flex !important;
	column-gap: 10px;
	align-items: center;
	font-size: 20px;
}

.attention span {
	flex: 48px 0 0;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	line-height: 48px;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	color: #121212;
	background-color: #f19b01;
}

.wpcf7-submit {
	display: flex;
	position: relative;
	column-gap: 10px;
	align-items: center;
	line-height: 1 !important;
	border-radius: 50px 0 50px 50px !important;
	background-color: #f19b01 !important;
	border: none !important;
	color: #ffffff !important;
	font-size: 24px !important;
	margin-top: 18px;
}

.wpcf7-submit:after {
	content: '\f30b';
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
	display: block;
}