.ekonews-latest-podcast {
    display: flex;
}
.ekonews-podcast-image {
    
}
.ekonews-podcast-image img{
    width: 100px;
    margin-right: 15px;
}
.ekonews-podcast-info {
    font-family: Merriweather, Georgia, serif;
    font-size: 13px;
    line-height: 16px;
    width: calc(100% - 100px);    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ekonews-podcast-info a{
    color: rgba(0,0,0,0.7) !important;
}

.ekonews-podcast-name {
    font-weight: bold;
    padding-bottom: 5px;
}
.ekonews-podcast-subscribe-section{
    padding-top: 10px;
}

.ekonews-podcast-subscribe-button {
    font-family: Riposte-regular; 
    font-size: 12px;
    background-color: #82a06e;
    color: white;
    padding: 5px 20px;
    width: fit-content;
}
