.search-module {
  overflow: auto;
  padding: 0 16px;

  h1 {
    font-weight: normal;
    line-height: 1em;

    em {
      font-style: normal;
      color: #b2bec3;
    }
  }
}

.width100 {
  width: 100%;
}

.search-results {
  .section {
    margin-bottom: 20px;
    padding: 20px;
    border: solid 1px var(--border-primary-color);

    h3 {
      margin-top: 0;
    }

    .list {
      .item {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;

        margin-bottom: 10px;

        a,
        span {
          display: inline-block;
          width: 100%;
          word-wrap: break-word;
        }
      }
    }
  }
}

::ng-deep .search-component {
  .loading .mat-progress-spinner circle {
    stroke: #b2bec3;
  }
}
