/*
 |--------------------------------------------------------------------------
 | Helper mixins, feel free to add/remove any that you might not use
 | Won't be rendered in the output if not used
 |--------------------------------------------------------------------------
 */
.comment--main {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07); }

.comment--submitted {
  display: inline-flex;
  font-size: 0.8125rem;
  color: #236A9E; }

.field--name-comment-body {
  font-size: 0.8125rem; }

.comment-comments-form #edit-name {
  max-width: 350px; }

.comment-comments-form .filter-wrapper {
  display: none; }

.comment-comments-form .form-actions {
  display: flex; }

.comment-comments-form #edit-submit {
  margin-right: auto;
  padding: 0.375rem 2.75rem; }
