.podcast-episode-speaker {
  color: var(--accent);
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  margin-right: 9px;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .podcast-episode-speaker {
    display: block;
    font-size: 10px;
    margin: 0 0 4px;
  }
}
