/**
 * Podcast Link Block Styles
 * 
 * Use CSS custom properties from theme.json — never hard-code colors/spacing.
 */

.podcast-links {
  display: flex;
  flex-direction: column;
}
.podcast-links p {
  margin: .7rem 0;
}
.podcast-links .podcast-link {
  line-height: 0;
}