.tunecore-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
  margin-top: clamp(4rem, 8vw, 8rem);
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, .26);
}

.tunecore-copy h3 {
  margin: .5rem 0 1.4rem;
  font-size: clamp(1.8rem, 3.4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -.06em;
}

.tunecore-copy > p:last-child {
  max-width: 410px;
  color: #b7c1d3;
  font-size: .86rem;
}

.tunecore-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .26);
  border-bottom: 1px solid rgba(255, 255, 255, .26);
}

.tunecore-stats article {
  padding: 1.4rem 1.2rem 1.25rem 0;
}

.tunecore-stats article + article {
  padding-left: 1.4rem;
  border-left: 1px solid rgba(255, 255, 255, .26);
}

.tunecore-stats strong {
  display: block;
  font-size: clamp(2.35rem, 4.25vw, 4.4rem);
  line-height: 1;
  letter-spacing: -.08em;
}

.tunecore-stats strong span {
  font-size: .4em;
}

.tunecore-stats strong.exact-count {
  font-size: clamp(1.8rem, 3.35vw, 3.5rem);
  letter-spacing: -.07em;
}

.tunecore-stats p,
.source-note {
  margin: .7rem 0 0;
  color: #bbc5d5;
  font-size: .74rem;
  line-height: 1.7;
}

.source-note {
  max-width: 610px;
  color: #9faec3;
}

.report-placeholder {
  display: grid;
  place-content: center;
  min-height: 118px;
  margin: 1.5rem 0 0;
  border: 1px dashed rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .035);
  color: #9faec3;
  text-align: center;
}

.report-placeholder span {
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.report-placeholder figcaption {
  margin-top: .35rem;
  font-size: .7rem;
}

.tunecore-report-wrapper {
  width: 92%;
  max-width: 760px;
  margin: .9rem auto 0;
}

.tunecore-report,
.tunecore-report figure,
.tunecore-report img {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  display: block;
  margin-inline: auto;
  box-sizing: border-box;
}

.tunecore-report figure {
  margin-top: 0;
  margin-bottom: 0;
}

.tunecore-report img {
  height: auto;
  border: 1px solid rgba(255, 255, 255, .2);
}

.tunecore-report figcaption {
  margin-top: .4rem;
  color: #9faec3;
  font-size: .7rem;
}

@media (max-width: 800px) {
  .tunecore-panel {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .tunecore-stats {
    grid-template-columns: 1fr;
  }

  .tunecore-stats article,
  .tunecore-stats article + article {
    padding: 1.2rem 0;
    border-left: 0;
  }

  .tunecore-stats article + article {
    border-top: 1px solid rgba(255, 255, 255, .26);
  }

  .report-placeholder {
    min-height: 98px;
  }

  .tunecore-report-wrapper,
  .tunecore-report,
  .tunecore-report figure,
  .tunecore-report img {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    display: block;
    margin-inline: auto;
  }

  .tunecore-report-wrapper {
    margin-top: .75rem;
  }
}
