.shownotes {
  background-color: #581F3D;
  height: auto;
}
.shownotes .container {
  height: auto;
}
.shownotes .container .nav {
  justify-content: space-between;
  align-items: center;
  padding: 15px 8px;
  height: auto;
}
.shownotes .container .nav figure.action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: inherit;
}
.shownotes .container .nav figure.action.left {
  opacity: 0;
}
.shownotes .container .nav figure.action.right {
  cursor: pointer;
}
.shownotes .container .nav h3 {
  font-family: Santral;
  font-size: 24px;
  height: auto;
}
.shownotes .container .main-container {
  display: block;
}
.shownotes .container .main-container hr {
  margin: 30px 0;
  opacity: 0.65;
}
.shownotes .container .main-container h3 {
  font-family: Inter;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.shownotes .container .main-container ul.gamelist {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.shownotes .container .main-container ul.gamelist li {
  font-family: Inter;
  color: white;
}
.shownotes .container .main-container ul.gamelist li .main {
  margin-bottom: 20px;
}
.shownotes .container .main-container ul.gamelist li .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}
.shownotes .container .main-container ul.gamelist li .price {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  opacity: 0.8;
  margin-top: 5px;
}
.shownotes .container .main-container ul.gamelist li .other {
  font-size: 15px;
  font-weight: normal;
  opacity: 0.65;
}
.shownotes .container .main-container ul.gamelist li .links {
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-size: 16px;
  font-weight: normal;
}
.shownotes .container .main-container ul.gamelist li .links a {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: underline;
}
.shownotes .container .main-container ul.gamelist li .links a img {
  width: 24px;
  height: 24px;
}
.shownotes .container .main-container ul.otherlist {
  font-family: Inter;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.shownotes .container .main-container ul.otherlist p.comment {
  opacity: 0.65;
  font-size: 15px;
}
.shownotes .container .main-container ul.otherlist a {
  color: white;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 600px) {
  .links span {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .shownotes {
    position: absolute;
    top: 100%;
    background-color: #3b1529;
    height: calc(100% - 48px);
    z-index: 3;
    border-radius: 22px;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
  }
  .shownotes.open {
    transform: translateY(-100%);
  }
  .shownotes .main {
    margin-bottom: 8px !important;
  }
  .shownotes .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .shownotes .container .main-container {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 80px;
    padding-top: 40px;
    /* hide scrollbar but allow scrolling */
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
  }
  .shownotes .container .main-container::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  .shownotes .container .main-container ul.gamelist {
    gap: 45px;
  }
  .shownotes .container .main-container ul.otherlist {
    list-style-type: none;
    padding: 0;
  }
  .shownotes .container .main-container h3 {
    font-family: Inter;
    font-size: 18px;
    font-weight: bold;
  }
  .shownotes .container .main-container .other {
    font-size: 15px;
    opacity: 0.65;
    margin: 10px 0 20px 0;
  }
  .shownotes .container .main-container .links a {
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
  }
}

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