.dpodcast-player {
	margin: 2em 0;
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.dpodcast-player__title {
	font-weight: bold;
	margin-top: 0;
}

.dpodcast-player audio {
	width: 100%;
}

.dpodcast-player__download {
	margin-bottom: 0;
}

.dpodcast-rating {
	margin-top: 1.5em;
}

.dpodcast-rating__form fieldset {
	border: 0;
	padding: 0;
	margin: 0.5em 0;
}

.dpodcast-rating__form label {
	margin-right: 1em;
}

.dpodcast-related {
	margin: 2em 0;
}

.dpodcast-related__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dpodcast-related__item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5em;
	max-width: 120px;
	text-align: center;
}

.dpodcast-related__image {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.dpodcast-related__episode-title {
	font-weight: 600;
}

.dpodcast-related__date {
	font-size: 0.85em;
	opacity: 0.8;
}
