.widget_gfm_podcast_widget .style-detailed {
  border:none;
}
.widget_gfm_podcast_widget .style-detailed ul{
    list-style:none;
    border:none;
    background-color:white
}

.widget_gfm_podcast_widget .style-detailed .widget-title{
    display: none;
}

.widget_gfm_podcast_widget  .intro{
    padding: 20px 0 0 0;
}

.widget_gfm_podcast_widget .intro p{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.widget_gfm_podcast_widget .style-detailed ul li{
    border-bottom: 1px solid #ddd;
    padding: 0 0 40px 0;
    margin-bottom: 40px;
}

.widget_gfm_podcast_widget .style-detailed ul li:last-child{
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
}

.widget_gfm_podcast_widget .style-detailed hr {
    margin: 40px 0 35px 0;
    width: 100%;
}

.widget_gfm_podcast_widget .style-detailed .rss-date {
    display: inline-block;
    padding: 10px 0;
}

.widget_gfm_podcast_widget  .style-detailed  div.more-link{
    background: transparent;
    text-transform: uppercase;
    text-align: right;
    font-size: 18px;
    padding-top: 0;
    border: 0;
    width: 100%;
}

.widget_gfm_podcast_widget .gfm-podcast-widget__sponsor-img {
    max-width: 75%;
}