.recent-broadcast {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 0.5rem;
}

.recent-broadcast img {
  align-self: start;
  flex-grow: 0;
  margin-right: 1rem;
  max-width: 100px;
}

.broadcast-header {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  margin-top: 1rem;
}

.broadcast-header h4 {
  font-size: 1rem;
}

.broadcast-header em {
  color: #989898;
  font-size: 0.75rem;
}

.broadcast-content {
  display: flex;
}

.broadcast-content img {
  filter: grayscale(1);
}

.recent-broadcasts {
  max-height: 1000px;
  overflow: auto;
  padding-right: 1rem;
}

.symphony-hosts {
  padding-left: 0;
}

.symphony-hosts li {
  display: flex;
  list-style-type: none;
  margin-bottom: 1.5rem;
}

.symphony-hosts img {
  width: 100%;
  max-width: 60px;
  margin-right: 1rem;
  align-self: flex-start;
}

.performance {
  display: flex;
  font-size: 0.9rem;
  padding: 1rem;
}

.performance p:last-child {
  margin-bottom: 0;
}

.performance-photo {
  flex-grow: 0;
  align-self: start;
  margin-right: 1rem;
  width: 80px;
}

.performance h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: -5px;
  margin-bottom: 4px;
  display: flex;
}

span.performance-rebroadcast {
  margin-left: auto;
  font-weight: normal;
  color: #c5122f;
  font-style: italic;
  border: 1px solid #fdcad2;
  padding: 0 5px;
  font-size: 0.825rem;
}

.recent-broadcasts {
  max-height: 1000px;
  overflow: auto;
  padding-right: 1rem;
}

.recent-broadcast {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 0.5rem;
}
