.field--name-comment .field__comment-form {
  border: 1px solid #0000001A;
  border-radius: 26px;
  margin-bottom: 4px;
  padding: 18px;

  >h2 {
    color: #333;
    font: 800 18px / 1 "Manrope", sans-serif;
    margin: 0;
  }
  
  >form {
    label {
      display: none;
    }

    textarea {
      border-radius: 26px;
      border: 1px solid #0000001A;
      box-sizing: border-box;
      color: #333;
      font: 500 18px / 1 "Mercury Text G1", serif;
      margin-block: 16px;
      padding: 18px;
      resize: none;
      width: 100%;
    }

    .form-actions {
      text-align: right;

      input {
        background: #E85000;
        border: 0;
        border-radius: 16px;
        color: #fff;
        cursor: pointer;
        font: 800 12px / 1 "Manrope", sans-serif;
        padding: 8px 12px;
        text-decoration: none;
      }
    }
  }
}