/* DO NOT EDIT - auto generated by assets:auto - edit source at ./app/assets/auto/main/css */
@layer base {
  .doc h1, .doc h2, .doc h3, .doc h4, .doc h5, .editor-preview-full h1, .editor-preview-full h2, .editor-preview-full h3, .editor-preview-full h4, .editor-preview-full h5 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .doc h1:first-child, .doc h2:first-child, .doc h3:first-child, .doc h4:first-child, .doc h5:first-child, .editor-preview-full h1:first-child, .editor-preview-full h2:first-child, .editor-preview-full h3:first-child, .editor-preview-full h4:first-child, .editor-preview-full h5:first-child {
    margin-top: 0px;
  }
  .doc p, .editor-preview-full p {
    margin-bottom: 15px;
  }
  .doc a, .editor-preview-full a {
    text-decoration: underline;
  }
  .doc pre, .editor-preview-full pre {
    font-size: 14px;
    max-width: 745px;
    overflow-x: auto;
  }
  .doc ul, .doc ol, .editor-preview-full ul, .editor-preview-full ol {
    list-style-type: circle;
    margin: 0 0 10px 18px;
    padding: 0 0 0 0;
  }
  .doc ul li, .doc ol li, .editor-preview-full ul li, .editor-preview-full ol li {
    margin: 0;
    padding: 0;
  }
  .doc ol, .editor-preview-full ol {
    list-style-type: decimal;
  }
  .doc p img, .editor-preview-full p img {
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  #task-frame .doc pre {
    max-width: 590px;
  }
  .no-select {
    user-select: none;
  }
  body {
    background-color: var(--base-bg);
    transition: all 0.2s ease-in-out;
  }
  footer {
    border-top: 1px solid #ccc;
    min-height: 10px;
    padding: 30px;
  }
  label {
    cursor: pointer;
  }
  .hover-border:hover {
    border-color: #aaa;
  }
  .pjax {
    flex: 1;
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=auto-main.css.map */
