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

.dpodkst-player__title {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.5em;
}

.dpodkst-chapters__title {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0.25em;
}

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

.dpodkst-chapters {
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
}

.dpodkst-chapters__item {
	display: flex;
	gap: 0.75em;
	width: 100%;
	padding: 0.4em 0.2em;
	background: none;
	border: none;
	border-radius: 4px;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.dpodkst-chapters__item:hover,
.dpodkst-chapters__item:focus-visible {
	background: rgba(0, 0, 0, 0.06);
}

.dpodkst-chapters__item[aria-current="true"] {
	font-weight: bold;
}

.dpodkst-chapters__time {
	font-variant-numeric: tabular-nums;
	opacity: 0.75;
}

.dpodkst-episode-meta__cover {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
	border-radius: 4px;
	margin: 0 0 1em;
}

.dpodkst-episode-meta {
	margin: 0 0 1em;
	padding-left: 1.2em;
	font-size: 0.9em;
	opacity: 0.85;
}

.dpodkst-episode-meta li {
	margin: 0.2em 0;
}

body.dpodkst-episode .entry-meta .author,
body.dpodkst-episode .entry-meta .byline,
body.dpodkst-episode .byline,
body.dpodkst-episode .author-name,
body.dpodkst-episode .post-author,
body.dpodkst-episode .entry-author,
body.dpodkst-episode .posted-by {
	display: none;
}

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

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

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

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

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

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

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

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

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

.dpodkst-related__meta {
	display: block;
	font-size: 0.8em;
	opacity: 0.8;
}

.dpodkst-episode-list__filter {
	margin: 0 0 1em;
}

.dpodkst-episode-list__items {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.dpodkst-episode-list__image {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.dpodkst-episode-list__date {
	display: block;
	font-size: 0.85em;
	opacity: 0.8;
}
