.profile-listen-now {
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.profile-listen-now .roaster-notes {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  margin: 1rem 0;
}

.profile-listen-now .roaster-notes .roaster-notes-title {
  margin: 0;
  text-transform: capitalize;
}

.profile-listen-now .roaster-notes audio {
  height: 40px;
}