.ui-typography-wrap{
  display: flex;
  flex-direction: column;
  width: 100%;
  code {
    display: inline-block;
    padding: 0.1em 0.4em;
    font-size: 12px;
    margin: 0 0.2em;
    border-radius: 2px;
    border: 1px solid rgba(100, 100, 100, 0.2);
    color: white;
    background-color: #02101f;
  }
  blockquote {
    border-left: 4px solid rgba(100, 100, 100, 0.2);
    padding-left: 0.6em;
  }
  pre {
    width: 100%;
    word-break: break-all;
    white-space: break-spaces;
    line-height: 1.5em;
    background-color: #f4f4f4;
    padding: 0.4em 0.6em;
    border-radius: 4px;
  }
  a {
    color: #1890ff;
  }
  ol {
    list-style-type: lower-alpha;
  }
  ul {
    list-style-type: square;
  }
  ol,
  ul {
    margin: 0 0 0 14px;
    padding: 0 0 0 4px;
    > li {
      padding-left: 4px;
    }
  }
}


.ui-Paragraph{
  word-break: break-all;
  white-space: break-spaces;
  margin-bottom: 14px;
  line-height: 1.5em;
}

.ui-Text-wrap{
  display: inline-flex;
  gap: 5px;
  .ui-keyboard {
    padding: 0.15em 0.4em 0.1em;
    background-color: #f9f9f9;
    border: 1px solid rgba(100, 100, 100, 0.2);
    font-size: 0.9em;
    border-radius: 2px;
  }
  .ui-marked {
    background-color: orange;
  }
}

.ui-title-wrap{
  h1,
  h2,
  h3,
  h4.h5.h6 {
    font-weight: bold;
    color: #262626;
    text-align: start;
    display: inline-block;
    margin-bottom: 19px;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.17em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 0.83em;
  }
  h6 {
    font-size: 0.75em;
  }
}
