.elementor-2794 .elementor-element.elementor-element-ef67827 img{width:100%;max-width:100%;height:500px;}/* Start custom CSS for text-editor, class: .elementor-element-3984acf *//* 1) center comment area and heading */
#comments, .comments-area, .comment-respond, #respond {
  text-align: center;
}

/* 2) center the comments heading */
#comments h2, .comments-area h2, .comment-respond h3, #respond h3 {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

/* 3) keep the form centered but with a limited max-width for readability */
#respond .comment-form,
.comment-respond .comment-form,
.comments-area form {
  margin: 0 auto;
  max-width: 680px;        /* adjust width as needed */
  width: 100%;
  box-sizing: border-box;
  text-align: left;        /* keeps labels/inputs left-aligned inside the centered container */
}

/* 4) center the submit button */
#respond .form-submit,
.comment-form .form-submit {
  text-align: center;
}
#respond .form-submit .submit,
.comment-form .submit {
  display: inline-block;
  margin: 0;
}/* End custom CSS */