.tvv_podcast {
    width: 100%;
    min-height: 425px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	/*background: linear-gradient(225deg, rgba(0,153,255,1) 0%, rgba(0,96,255,1) 100%);*/
    color: #1f1f1f;
}

.tvv_podcast .podcast_link{
	width: 100%;
	display: inline-flex;
	align-items: center;
    border-radius: 2rem;
	transition: box-shadow .3s;
    background-color: rgba(11,11,11,.1);
}

.tvv_podcast .podcast_link:hover {
	box-shadow: 0 0 11px rgba(11,11,11,.5) !important;
    background-color: rgba(11,11,11,.2);
	text-shadow: 1px 0 1px currentColor !important;
}

.tvv_podcast .podcast_link .podcast_logo{
    width: 100%;
    height: auto;
}

.tvv_podcast .podcast_link.deezer {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    border-radius: 1rem;
    background-color: #fff !important;
    padding: 0.3rem 1rem;
}