.audio-player-container-wrapper,
.audio-player-container-wrapper>* {
  /* width: 400px; */
  max-width: 100%;
}

.audio-player-container-wrapper * {
  line-height: 1;
}

/* $main-max-width */
@media (max-width: 50rem) {
  .audio-player-container-wrapper {
    margin: 0 auto;
  }
}

.audio-player-container-wrapper {
  text-align: center;
}

.audio-player-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;

  margin: 0 auto;
  margin-top: 1rem;
  width: 200px;

  color: #E2CB92;
  background-color: #4B3C35;
  padding: 0.75rem;
  box-shadow: .125rem .125rem .1875rem 0 hsla(0, 0%, 0%, .35);
}

.pochaevskaya {
  box-shadow: .125rem .125rem .1875rem 0 hsla(0, 0%, 0%, .35);

  max-height: 60vh;
  width: auto;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.text>*+* {
  margin-top: 0.5rem
}

.listener-count-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
}

.person-svg {
  height: 1em;
  width: auto;
}

.play-btn-div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.play-svg {
  width: 4rem;
}

.play-btn {
  color: #E2CB92;
  display: flex;
}

.play-btn:hover {
  opacity: 0.5;
}

.play-btn:active {
  opacity: 0.35;
}

.play-btn:active {
  transform: scale(0.96);
}
