h1 {
  font-size: 30px;
  line-height: 1em;
  margin: 30px 0 10px 0;
  padding: 0;
  font-feature-settings: "palt" 1;
}
.sub_title {
  font-size: 1.2em;
  margin-top: -5px;
  margin-bottom: 10px;
}
.detail {
  display: flex;
  flex-direction: row;
  margin: 20px 0 20px 0;
  flex-wrap: wrap;
}

.detail-cover > img {
  max-height: 350px;
  border: 0.1px solid #929292;
}

.item-props {
  margin-block-start: 0;
  margin-block-end: 0;
}
.item-props > dt {
  font-weight: 700;
  display: block;
  font-size: 14px;
}
.item-props > dt::after {
  content: ":";
}

.item-props > dd {
  font-size: 18px;
  margin-inline-start: 0;
  margin-bottom: 0.8em;
}


.buying-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}


.buying-options .option-name {
  font-weight: 700;
}


@media (min-width: 32em) { /* 512px */
  .item-props {
    padding-left: 20px;
  }
  .buying-options > .option-item {
    padding-left: 10px;
  }
  .buying-options > .option-item:first-child {
    padding-left: 0;
  }
}
@media (min-width: 60em) {
  .item-props {
    padding-left: 40px;
  }
  .buying-options > .option-item {
    padding-left: 20px;
  }
  .buying-options > .option-item:first-child {
    padding-left: 0;
  }
}

.content > p {
  font-size: 1.2em;
  line-height: 1.9;
  font-feature-settings: "palt";
}


.related-items {
  min-width: 250px;
  margin-bottom: 50px;
}


.update-button {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 7px 19px 5px 19px;
  /*width: 100%; */
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'gilroy', Arial, sans-serif;
  text-decoration: none;
  outline: none;
  border: none;
}

.update-button:hover,
.update-button:focus {
  text-decoration: none;
  box-shadow: 0 1px 4px rgb(0,0,0,.3);
}

.primary-button,
.primary-button:visited {
  background-color: #8E22A7;
  color: #fff;
}

.secondary-button,
.secondary-button:visited {
  border: 1px solid #8E22A7;
  color: #8E22A7;
  background-color: white;
}


pre {
  background-color: rgba(255, 255, 255, 1.0);
  font-size: 1.0em;
  line-height: 1.8;
  font-family: serif;
  font-feature-settings: "palt";
  overflow-x: scroll;
}

button.button__blueArrow {
  border: 0;
  margin: 0;
  padding: 5px 20px 3px;
  font-size: 1.25rem;
  line-height: 1.5em;
  transition: box-shadow .2s;
}
button.button__blueArrow:hover {
  cursor: pointer;
}
@media (min-width: 50em) {
  button.button__blueArrow {
    font-size: 1.5rem;
  }
}

