.comment_section .comments__textarea, .comment_section input[type=text], .comment_section input[type=email] {
  border: 1px solid #a6cbff;
  border-radius: .5rem;
  padding: .8rem 0.5rem;
}
.comment-form-url {
  display: none;
}
.comment_section .comment-respond {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.comment_section .comments__area .comments__list .comment, .comment_section .comments-area .comment-list .comment {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  border: none;
}
.comment_section .comment-form {
  flex-wrap: wrap;
  display: flex;
  gap: 2%;
}
.comment_section .comment-notes, .comment_section .comment-form-cookies-consent, .comment_section .form-submit, .comment_section .comments__form-comment, .comment_section .clogged-in-as {
  width: 100%;
}
.comment_section .comment-form-author, .comment_section .comment-form-email {
  width: 49%;
}
.comment_section .form-submit {
  display: flex;
  justify-content: center;
}
.comment_section .comments__submit {
  border-radius: 1.875rem;
  font-size: 1rem;
  padding: 1rem;
  transition: all .4s;
  align-items: center;
  background: linear-gradient(142deg, rgba(98, 200, 211, 1) 0%, rgba(98, 144, 211, 1) 100%);
  color: #fff;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 190px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.comment_section .comments__submit:hover {
  transform: scale(1.01);
  color: #fff;
  filter: brightness(108%);
  letter-spacing: 0.5px;
}
.comment_section .comment-meta {
  padding: 0 0.5em .25em;
  border-bottom: 1px solid var(--site-border-gray-light);
  line-height: 1.3;
  align-items: flex-start;
}
