.store_container {
  padding: 5rem 0 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.store_container h2 {
  margin-bottom: 1rem;
}

p.temporary_warning {
  text-align: center;
  color: lightcoral;
  padding: 1rem;
  margin-bottom: 1rem;
}

.playlist {
  max-width: 80%;
  margin: 0 auto;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.owl_sound {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  color: darkgray;
  background: linear-gradient(to top, rgba(240, 120, 200, 0.1), transparent, rgba(80, 30, 190, 0.1));
  border-radius: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
  padding: 0.25rem;
  font-size: 0.75rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}
.owl_sound .owl_avatar {
  height: 60px;
  width: 60px;
  min-width: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}
.owl_sound .owl_player {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0.5rem;
}
.owl_sound .owl_player p {
  margin-bottom: 0.2rem;
}
.owl_sound .owl_player .owl_audio_controls {
  width: 100%;
  border-radius: 6px;
}

/*# sourceMappingURL=store.css.map */
