body{
  padding: 0;
  margin: 0;
}
:root,
:host {
  --willdesk-e-textarea-border-color: #ccc;
  --willdesk-e-textarea-slight-border-color: #e8e8e8;
  --willdesk-e-textarea-slight-bg-color: #f5f2f0;
  --willdesk-e-textarea-selected-border-color: #b4d5ff;
}
.willdesk-faq-editor-view {
  white-space: pre-wrap!important;
  line-height: 1.5!important;
  position: relative;
  width: 100%;
  font-size: 16px;
  word-wrap: break-word!important;
  outline: none;
  padding: 0;
  margin: 0;
}
.willdesk-faq-editor-view * {
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
}

.willdesk-faq-editor-view p,
.willdesk-faq-editor-view h1,
.willdesk-faq-editor-view h2,
.willdesk-faq-editor-view h3,
.willdesk-faq-editor-view h4,
.willdesk-faq-editor-view h5,
.willdesk-faq-editor-view table,
.willdesk-faq-editor-view pre {
  margin: 10px 0;
  line-height: 1.5;
  font-family: var(--center-font-family);
  color: #121127;
}

.willdesk-faq-editor-view a{
  color: #1890ff;
}
.willdesk-faq-editor-view ul,
.willdesk-faq-editor-view ol {
  margin: 10px 0 10px 20px;
}
.willdesk-faq-editor-view b,.willdesk-faq-editor-view strong{
  font-weight: bolder;
}
.willdesk-faq-editor-view h1 {
  font-size: 32px!important;
  font-weight: bold;
}
.willdesk-faq-editor-view h2 {
  font-size: 24px!important;
  font-weight: bold;
}
.willdesk-faq-editor-view h3 {
  font-size: 18.72px!important;
  font-weight: bold;
}
.willdesk-faq-editor-view h4 {
  font-size: 16px!important;
  font-weight: bold;
}
.willdesk-faq-editor-view h5 {
  font-size: 13.28px!important;
  font-weight: bold;
}
.willdesk-faq-editor-view p {
  font-size: 16px!important;
}
.willdesk-faq-editor-view img,.willdesk-faq-editor-view video {
  cursor: pointer;
  display: inline!important;
  max-width: 100%!important;
  min-height: 20px!important;
  min-width: 20px!important;
}
.willdesk-faq-editor-view span {
  text-indent: 0;
}
.willdesk-faq-editor-view iframe{
  max-width: 100%;
}
.willdesk-faq-editor-view blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
  color: #121127;
}
.willdesk-faq-editor-view hr {
  background-color: var(--willdesk-e-textarea-border-color);
  border: 0;
  display: block;
  height: 1px;
  margin: 20px auto;
}



/* .willdesk-faq-editor-view li {
  list-style: none;
  font-size: 1em;
}
.willdesk-faq-editor-view li span:nth-child(1) {
  position: relative;
  left: -18px;
}
.willdesk-faq-editor-view li span:nth-child(1) input {
  position: absolute;
  margin-right: 3px;
}
.willdesk-faq-editor-view li span:nth-child(1) input[type=checkbox] {
  top: 50%;
  margin-top: -6px;
} */

