.form-comment-container-e44749fe {
	max-width: 550px;
	margin: 20px auto;
	padding: 24px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background-color: #ffffff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	font-family: inherit;
}
.form-group-e44749fe {
	margin-bottom: 16px;
}
.form-group-e44749fe label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: #334155;
	font-size: 0.95rem;
}
.form-control-e44749fe {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 1rem;
	transition: border-color 0.2s;
}
.form-control-e44749fe:focus {
	border-color: #0073aa;
	outline: none;
}
.submit-btn-e44749fe {
	background-color: #0073aa;
	color: #fff;
	border: none;
	padding: 12px 20px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
	font-size: 1rem;
	width: 100%;
	transition: background-color 0.2s;
}
.submit-btn-e44749fe:hover {
	background-color: #005a87;
}
.submit-btn-e44749fe:disabled {
	background-color: #94a3b8;
	cursor: not-allowed;
}
.form-feedback-e44749fe {
	margin-top: 15px;
	padding: 12px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 0.95rem;
}
.form-feedback-e44749fe.info {
	background-color: #f0f9ff;
	color: #0369a1;
	border: 1px solid #bae6fd;
}
.form-feedback-e44749fe.success {
	background-color: #f0fdf4;
	color: #15803d;
	border: 1px solid #bbf7d0;
}
.form-feedback-e44749fe.error {
	background-color: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fee2e2;
}
.form-thanks-container-e44749fe {
	text-align: center;
	padding: 30px 15px;
}
.thanks-icon-e44749fe {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #15803d;
	color: #fff;
	border-radius: 50%;
	font-size: 28px;
	margin: 0 auto 16px;
	font-weight: bold;
}
.thanks-title-e44749fe {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 10px;
}
.thanks-text-e44749fe {
	color: #475569;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}
.consultant-card-e44749fe {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 2px dashed #e2e8f0;
}
.consultant-title-e44749fe {
	margin: 0 0 16px 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #1e293b;
}
.consultant-body-e44749fe {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}
.consultant-img-e44749fe {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #0073aa;
	flex-shrink: 0;
}
.consultant-info-e44749fe h4 {
	margin: 0 0 4px 0;
	font-size: 1.1rem;
	font-weight: 700;
	color: #0f172a;
}
.consultant-role-e44749fe {
	font-size: 0.85rem;
	color: #0073aa;
	font-weight: 600;
	margin: 0 0 8px 0;
}
.consultant-desc-e44749fe {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #475569;
	margin: 0;
}
.gutenberg-form-comment-preview-e44749fe {
	padding: 24px;
	border: 2px dashed #0073aa;
	background: #f0f6fc;
	text-align: center;
}
@media (max-width: 480px) {
	.consultant-body-e44749fe {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}
