.cf-16772-wrapper {
	background-color: #ffffff;
	padding: 40px;
	border-radius: 8px;
	box-sizing: border-box;
	width: 100%;
}

.cf-16772-title {
	margin: 0 0 8px;
	font-size: 26px;
	font-weight: 700;
	color: #000000;
	font-family: 'Roboto', sans-serif;
}

.cf-16772-subtitle {
	margin: 0 0 28px;
	font-size: 15px;
	color: #7A7A7A;
	font-family: 'Roboto', sans-serif;
	line-height: 1.6;
}

.cf-16772-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

@media (max-width: 600px) {
	.cf-16772-row {
		grid-template-columns: 1fr;
	}
}

.cf-16772-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}

.cf-16772-label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	font-family: 'Roboto', sans-serif;
}

.cf-16772-required {
	color: #e74c3c;
	margin-left: 2px;
}

.cf-16772-field {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	background-color: #f9f9f9;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.cf-16772-field:focus {
	border-color: #6EC1E4;
	box-shadow: 0 0 0 3px rgba(110, 193, 228, 0.2);
	background-color: #ffffff;
}

.cf-16772-textarea {
	resize: vertical;
	min-height: 120px;
}

.cf-16772-submit-row {
	margin-top: 8px;
}

.cf-16772-btn {
	display: inline-block;
	padding: 14px 32px;
	background-color: #61CE70;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.1s ease;
	width: 100%;
	text-align: center;
	letter-spacing: 0.3px;
}

.cf-16772-btn:hover {
	background-color: #4db860;
}

.cf-16772-btn:active {
	transform: scale(0.98);
}

.cf-16772-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.cf-16772-message {
	margin-top: 16px;
	padding: 12px 16px;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	display: none;
}

.cf-16772-message.cf-16772-success {
	display: block;
	background-color: #eafaf1;
	color: #1e8449;
	border: 1px solid #a9dfbf;
}

.cf-16772-message.cf-16772-error {
	display: block;
	background-color: #fdedec;
	color: #c0392b;
	border: 1px solid #f5b7b1;
}
