.swagger {
  position: relative;
  overflow: hidden;

  a {
    color: $fsc-swagger_code_status;
  }

  h1, h2, h3, h4 {
    margin: 0 0 15px 0;
    border-bottom: 0
  }

  pre {
    color: #d0d0d0;
    direction: ltr;
    text-align: left;
    white-space: pre-wrap;
    word-break: break-all;
    word-spacing: normal;
    tab-size: 4;
    hyphens: none;
    margin: 0;
    padding: 10px 0;
    background-color: $bgc-swagger_code_highlighting;
    border-radius: 5px;
    font-family: 'Source Code Pro', Menlo, monospace;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 500;
  }
}

.swagger-h3 {
  font-weight: 300;
  font-size: 1rem;
}

.external-docs {
  .external-docs__link {
    margin-left: 10px;
  }
}
