.blc-apple-podcast {
	margin: 1.5rem 0;
}

.blc-apple-podcast ul {
	margin: 0 !important;
}

.blc-apple-podcast__list,
.blc-apple-podcast ul.blc-apple-podcast__list {
	list-style: none !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 0 !important;
}

.blc-apple-podcast ul.blc-apple-podcast__list > li.blc-apple-podcast__item {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	border-bottom: 1px solid #e5e5e5;
}

.blc-apple-podcast ul.blc-apple-podcast__list > li.blc-apple-podcast__item::before,
.blc-apple-podcast ul.blc-apple-podcast__list > li.blc-apple-podcast__item::marker {
	content: none !important;
	display: none !important;
}

.blc-apple-podcast ul.blc-apple-podcast__list > li.blc-apple-podcast__item:last-child {
	border-bottom: none;
}

.blc-apple-podcast__link {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.85rem 0;
	text-decoration: none;
	color: inherit;
	transition: color 0.25s ease;
}

.blc-apple-podcast__link:hover .blc-apple-podcast__title,
.blc-apple-podcast__link:focus .blc-apple-podcast__title {
	color: #AA1C20;
}

.blc-apple-podcast__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
}

.blc-apple-podcast__icon svg {
	display: block;
	width: 34px;
	height: 34px;
}

.blc-apple-podcast__title {
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 600;
	color: #000;
	transition: color 0.25s ease;
}

.blc-apple-podcast-error {
	color: #b32d2e;
	padding: 0.75rem 1rem;
	background: #fcf0f1;
	border-left: 4px solid #b32d2e;
}
