.app-components-base-infoitem2-infoitem2--title {
  display: block;
}

.app-components-base-infoitem2-infoitem2--wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.1;
  white-space: nowrap;
  text-align: left;
  list-style: none;
}

.app-components-base-infoitem2-infoitem2--wrapper:last-of-type {
    margin-bottom: 0;
  }

.app-components-base-infoitem2-infoitem2--wrapper a {
    display: inline-block;
    margin-bottom: 2px;
    color: var(--text);
    white-space: nowrap;
    opacity: 0.8;
    transition: opacity 300ms var(--ease);
  }

.app-components-base-infoitem2-infoitem2--wrapper a:hover,
    .app-components-base-infoitem2-infoitem2--wrapper a:focus {
      text-decoration: underline;
      opacity: 1 !important;
    }

.app-components-base-infoitem2-infoitem2--plus {
  color: var(--text);
}

.app-components-base-infoitem2-infoitem2--listRow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 24px;
}

.app-components-base-infoitem2-infoitem2--listColumn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.app-components-base-infoitem2-licenseinfo--displayAsRow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
}

.app-components-base-infoitem2-licenseinfo--licenseIcon {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 0.4rem;
}

.app-components-base-infoitem2-licenseinfo--licenseIcon path {
    fill: white !important;
  }

.app-components-base-infoitem2-licenseinfo--licenseIcon:focus,
  .app-components-base-infoitem2-licenseinfo--licenseIcon:hover {
    cursor: pointer;
    opacity: 0.6;
  }


/*# sourceMappingURL=d5e93.css.map*/