.ts-preview {
  margin-top: 10px;
  max-height: 200px;
  overflow: auto;
}
.ts-preview ul {
  list-style-type: none;
  padding-left: 0;
}
.ts-preview li {
  margin-bottom: 6px;
}
.ts-preview .type-mode {
  min-height: 47px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 7px;
  padding-top: 2px;
}
.ts-preview .type-mode .typeToSign-preview-item {
  font-size: 2.3em;
}
.ts-preview .type-mode input[type=radio] {
  margin: -4px 20px 0 10px;
}