.swagger-section {
  font-family: 'montserrat'; }
  .swagger-section #message-bar {
    margin-bottom: 10px; }
  .swagger-section .swagger-ui-wrap {
    max-width: 95%;
    margin-bottom: 15px; }
    .swagger-section .swagger-ui-wrap ul#resources li.resource {
      max-width: 95%;
      border-bottom: 1px solid var(--border);
      padding-bottom: 1.5rem; }
      .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
        border: 1px solid transparent;
        float: none;
        clear: both;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 2rem; }
        .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
          font-size: 1.75rem;
          line-height: 1.3;
          font-family: 'montserrat-semiBold';
          margin-bottom: 0.6rem;
          color: var(--primary-700);
          font-weight: 400; }
        .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
          overflow: hidden;
          padding: 0;
          display: block;
          float: right;
          margin: 1rem 0;
          margin-left: auto; }
    .swagger-section .swagger-ui-wrap .footer {
      max-width: 900px; }
  .swagger-section #header #swagger-form {
    display: none; }
  .swagger-section .info {
    display: none; }
