#corso-contact-form-row > .et_pb_column:last-child {
	position: relative;
}

#corso-contact-form-row > .et_pb_column:last-child::before {
	content: "";
	position: absolute;
	left: 24px;
	bottom: 24px;
	background-image: url(/wp-content/uploads/2025/07/kapcsolat-lb-ornament.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 61px;
	height: 61px;
}

#corso-contact-form-row > .et_pb_column:last-child::after {
	content: "";
	position: absolute;
	right: 24px;
	top: 24px;
	background-image: url(/wp-content/uploads/2025/07/kapcsolat-rt-ornament.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 61px;
	height: 61px;
}

#corso-contact-form form.submitting {
	filter: blur(4px);
}

#corso-contact-form .wpcf7-form-control-wrap,
#corso-contact-form .wpcf7-form-control-wrap input,
#corso-contact-form .wpcf7-form-control-wrap textarea,
#corso-contact-form button{
	width: 100%;
	display: block;
}

#corso-contact-form .wpcf7-form-control-wrap input,
#corso-contact-form .wpcf7-form-control-wrap textarea {
	border: none;
	border-bottom: 1px solid rgba(247, 242, 240, 1);
	background: transparent;
	font-size: 1rem;
	color: rgba(247, 242, 240, 1);
	font-weight: 300;
	padding: 0.5rem 0;
}

#corso-contact-form .wpcf7-form-control-wrap {
	margin-bottom: 1rem;
}

#corso-contact-form .wpcf7-form-control-wrap input::placeholder,
#corso-contact-form .wpcf7-form-control-wrap textarea::placeholder {
	color: rgba(247, 242, 240, 1);
	font-weight: 300;
}

#corso-contact-form button {
	position: relative;
	display: flex;
	justify-content: center;
	column-gap: 10px;
	background-color: rgba(247, 242, 240, 1);
	color: rgba(54, 58, 43, 1);
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	padding: 1rem 0;
	transition: background-color .3s ease-in-out;
}

#corso-contact-form button:hover {
	cursor: pointer;
	background-color: rgba(247, 242, 240, 0.8)
}

#corso-contact-form button::before {
	content:"";
	display: block;
	background-image: url(/wp-content/uploads/2025/07/kapcsolat-kuldes-icon.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 0.9rem;
	height: 0.9rem;
}

#corso-contact-form .wpcf7-not-valid-tip {
	color: rgba(131, 135, 110, 1);
	font-size: 1rem;
	font-weight: 300;
}

#corso-contact-form .wpcf7-response-output {
	border: none;
	font-size: 1rem;
	font-weight: 300;
	text-decoration: underline;
	padding-left: 0;
	margin-left: 0;
}

@media all and (max-width: 980px) {
	#corso-contact-form-row {
		display: flex;
		flex-direction: column-reverse;
	}

	#corso-contact-form-row > .et_pb_column:last-child {
		height: 240px;
		display: block;
	}

	#corso-contact-form-row > .et_pb_column:last-child::before {
		content: "";
		position: absolute;
		left: 12px;
		bottom: 12px;
		background-image: url(/wp-content/uploads/2025/07/kapcsolat-lb-ornament.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 49px;
		height: 49px;
	}

	#corso-contact-form-row > .et_pb_column:last-child::after {
		content: "";
		position: absolute;
		right: 12px;
		top: 12px;
		background-image: url(/wp-content/uploads/2025/07/kapcsolat-rt-ornament.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 49px;
		height: 49px;
	}
}

#corso-contact-form .corso-radio {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

#corso-contact-form .corso-radio .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    font-weight: 300;
}

#corso-contact-form .corso-radio .wpcf7-form-control .wpcf7-list-item > label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    margin-left: 1rem;
    column-gap: 0.5rem;
}

#corso-contact-form .corso-radio .wpcf7-form-control .wpcf7-list-item input[type="radio"] {
    height: 0.8rem;
    width: 0.8rem;
}

#corso-contact-form .wpcf7-acceptance {
	font-size: 1rem;
	font-weight: 300;
	width: 100%;
	display: block;
}

#corso-contact-form .wpcf7-acceptance > span {
	display: block;
}

#corso-contact-form .wpcf7-acceptance label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 0.5rem;
}

#corso-contact-form .wpcf7-acceptance label a {
	color: #83876E;
}

#corso-contact-form .wpcf7-acceptance label input {
	width: 0.8rem;
	height: 0.8rem;
}