.ticket-name-3 {
  width: 100%;
  margin: 0 0 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ticket-name-3-text {
  color: #333;
  font-size: min(18px, 1.8vw);
  font-weight: 700;
}

.ticket-note.no-margin {
  margin: 0;
}

ul.supported-list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  height: 120px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.supported-list li {
  height: 100%;
}

.discography-button-link {
  width: min(90%, 930px);
  margin: 2rem auto 6rem;
  color: #fff !important; /* override:not([href]) */
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #ec1d2f;
  transition: filter 0.3s ease-out;
  cursor: pointer;
}

.discography-button-link a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 24px 16px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .discography-button-link {
    font-size: 18px;
  }
}

.discography-button-link:hover {
  filter: brightness(90%);
}

.discography-text {
  font-size: 16px;
  line-height: 1.5;
}

.discography-text .discography-text-caption {
  font-size: 18px;
  font-weight: 700;
}

.discography-text .discography-text-indent-0 {
  display: inline-block;
  padding-left: 1em;
}

.discography-text .discography-text-indent-1 {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 85%;
}

#discography-benefits a {
  color: #333;
  text-decoration: none;
}

#discography-benefits .ticket-date {
  font-size: 18px;
}

#discography-benefits .ticket-name-2 {
  color: #333;
  margin-block: 4rem 1rem;
  font-size: 20px;
  font-weight: 700;
}
