.app-pages-genres--list {
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}

  @media (min-width: 768px) {.app-pages-genres--list {
    display: block
}
  }

.app-pages-genres--genreLink:hover,
  .app-pages-genres--genreLink:focus {
    cursor: pointer;
  }

@media (min-width: 768px) {

.app-pages-genres--genre {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid var(--border)
}
  }

.app-pages-genres--genre:hover .app-pages-genres--name, .app-pages-genres--genre:focus .app-pages-genres--name {
      text-decoration: underline;
    }

.app-pages-genres--name {
  font-size: 18px;
}

@media (min-width: 768px) {

.app-pages-genres--name {
    font-weight: 700;
    font-size: 28px
}
  }

.app-pages-genres--image {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 7px;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 8px;
}

@media (min-width: 768px) {

.app-pages-genres--image {
    -webkit-flex: 0 0 137px;
            flex: 0 0 137px;
    -webkit-align-self: flex-start;
            align-self: flex-start;
    width: 137px;
    height: 137px;
    margin-bottom: 0;
    padding-bottom: 0
}
  }

.app-pages-genres--content li {
    white-space: normal;
  }

.app-pages-genres--content ul {
    display: none;
    margin: 0;
  }

@media (min-width: 768px) {

.app-pages-genres--content ul {
      display: block
  }
    }

@media (min-width: 768px) {

.app-pages-genres--content {
    width: 100%;
    margin-left: 32px;
    padding-bottom: 13px
}
  }

.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=51b45.css.map*/