.community-podcast-entry {
  margin: 0 0 1rem;
  padding: 1rem 1rem 0.9rem;
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 0.7rem;
  background: var(--md-default-bg-color);
  box-shadow: var(--md-shadow-z1);
}

.community-podcast-entry__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.35rem;
  row-gap: 0.1rem;
  margin: 0;
  line-height: 1.25;
}

.community-podcast-entry__date {
  display: block;
  flex: 0 0 100%;
  color: var(--md-default-fg-color--light);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.community-podcast-entry__separator {
  display: none;
}

.community-podcast-entry__headline {
  display: inline;
  font-size: 1rem;
  font-weight: 700;
}

.community-podcast-entry__title .headerlink {
  white-space: nowrap;
  flex: 0 0 auto;
}

.community-podcast-entry__intro {
  margin: 0.45rem 0 0.2rem;
  color: var(--md-default-fg-color--light);
  font-size: 0.72rem;
  font-weight: 600;
}

.community-podcast-entry__summary {
  margin: 0 0 0.55rem;
  padding-left: 1.15rem;
  line-height: 1.3;
}

.community-podcast-entry__summary li {
  margin: 0;
  padding: 0;
}

.community-podcast-entry__summary li + li {
  margin-top: 0.02rem;
}

.community-podcast-entry__audio {
  display: block;
  width: 100%;
}
