/**********************************************************
// Block >> Example
**********************************************************/
.Block-Podcast-Links {
	text-transform: uppercase;
	letter-spacing: 2px;
	}

.Podcast-Links-List {
	list-style: none;
	padding: 0;
	margin: 0!important;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	align-items: center;
}

.Podcast-Links-List li {
	display: flex;
	align-items: center;
}

.Podcast-Links-List a:hover { color: var(--Alt); }
.Podcast-Links-List a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	font-weight: 700;
	color: var(--Links);
}

.Podcast-Icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	flex-shrink: 0;
	color: currentColor;
	font-size: 30px;
	vertical-align: center;
	text-align: center;
}

/* Font Awesome icon */
.Podcast-Icon.fas,
.Podcast-Icon.fab,
.Podcast-Icon.far {
	line-height: 1;
}

/* Inline SVG override */
.Podcast-Icon.SVG svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
	display: block;
}

.Podcast-Links-List li a:hover .Podcast-Icon.SVG svg * { fill: var(--Alt); }
.Podcast-Icon.SVG svg * { fill: var(--Links); }


/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	
}
