.od-podcast {
	margin-bottom: 50px;
	padding-top: 20px;
	border-top: 1px solid #dfdfe1;
}

.od-podcast-share-links {
	display: flex;
	align-items: center;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.od-podcast-share-link {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-weight: 900;
}

.od-podcast-share-link img {
	height: 32px;
	width: auto;
}


.od-podcast-links {
	margin-top: 180px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.od-podcast-link {
	display: inline-block;
	padding: 10px 40px;
	border: 1px solid #000000;
	border-radius: 50px;
}

.od-podcast-link:hover {
	border: 1px solid var(--awb-color5);
}

.od-podcast-links-prev,
.od-podcast-links-next {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.od-podcast-links-next {
	align-items: flex-end;
}

.od-podcast-meta {
	color: #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
}

.od-podcast-title {
	margin: 0;
	font-size: 20px !important;
}

.od-podcast-title a {
	color: var(--awb-color5);
}