.performer-news p {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .03em;
}

.performer-visual {
  overflow: hidden;
  background: #eef1f5;
}

.performer-visual > img {
  display: block;
  width: 100%;
  height: auto;
}

.performer-visual.-portrait {
  background: #111820;
  text-align: center;
}

.performer-visual.-portrait > img {
  width: auto;
  max-width: 100%;
  max-height: 72rem;
  margin: 0 auto;
}

.performer-visual.-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  height: auto;
  background: #fff;
}

.performer-visual.-trio img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 0;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.release-lead {
  margin-bottom: 3rem !important;
  padding-left: 1.4rem;
  border-left: 3px solid #e5004f;
  font-weight: 700;
}

.performance-meta {
  margin: 1.5rem 0 3rem;
}

.performance-meta dt {
  margin-top: 1.4rem;
  color: #003087;
  font-size: 1.5rem;
  font-weight: 700;
}

.performance-meta dd {
  margin: .35rem 0 0;
  font-size: 1.5rem;
  line-height: 1.8;
}

.performer-quote {
  margin: 1.5rem 0 3rem;
  padding: 2rem 2.4rem;
  border-left: 3px solid #003087;
  background: #f3f6fa;
}

.performer-quote p {
  margin-bottom: 1rem;
}

.performer-quote__name {
  display: block;
  color: #555;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

.ticket-cta {
  margin: 1.5rem 0 3rem;
  padding: 2.4rem;
  background: #f5f5f5;
  text-align: center;
}

.ticket-cta p {
  margin-bottom: 1.2rem;
}

.ticket-cta__status {
  color: #e5004f;
  font-weight: 700;
}

.ticket-cta__button {
  display: inline-block;
  margin-top: .5rem;
  padding: 1.3rem 2.8rem;
  border-radius: 3px;
  color: #fff !important;
  background: #e5004f;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}

.ticket-cta__button:hover {
  opacity: .8;
}

.performer-note {
  color: #666;
  font-size: 1.3rem !important;
}

@media (min-width: 768px) {
  .performer-news p {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}

@media (max-width: 767px) {
  .performer-visual.-portrait > img {
    max-height: 52rem;
  }

  .performer-quote,
  .ticket-cta {
    padding: 1.8rem;
  }
}
