.podcast-filters {
    margin: 0;
    padding: 15px 0;
    font-family: 'Roboto',sans-serif;
    background: #f8f8f8;
}

.podcast-filter__wrapper {
    display: flex;
    max-width: 925px;
    margin: 20px auto;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    flex-direction: column;
}

.js-search-podcast {
    margin-bottom: 0;
}

.podcast-filter__wrapper .choices {
    min-width: 100%;
    margin-bottom: 0;
}

.js-search-podcast {
    min-width: 100%;
}

.labeled-filter {
    min-width: 90px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.podcast-posts-listing {
    padding: 60px 0px;
}

.featured-cat div {
    padding: 5px;
    float: left;
    margin: 0 5px 5px;
    font-size: 11px;
    font-family: 'Montserrat';
    font-weight: 600;
    background: #E4F1FA;
    border-radius: 5px;
}

.meta-cat__date {
    display: flex;
    margin-bottom: 20px;
}

.date {
    color: #A3A6A9;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    padding: 5px 0;
    min-width: 85px;
}

.date:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #FFB816;
    position: absolute;
    right: -7px;
    top: 0px;
}

.featured-metas {
    padding: 30px 30px;
}

.podcast-item {
    padding: 40px 35px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 45px;
    width: 100%;
    border-bottom: none;
}

.podcast-item:hover {
    border-bottom: 2px solid #FFB819;
}

.featured-cat {
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
}

.featured-metas h2,
.podcast-metas h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Montserrat';
    line-height: 40px;
    margin: 15px 0;
}

.podcast-item .podcast-metas h2 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 0;
    margin-top: 0;
}

@media( min-width:768px ) {
    .podcast-item .podcast-metas h2 {
        margin-top: 0;
    }
}

.podcast-item__wrapper{
    position: relative;
    height: auto;
    display: block;
}

.featured-metas {
    padding: 30px 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.featured-postcast a {
    position: relative;
    text-decoration: none;
    outline: none;
}

.float-featured__label {
    font-size: 16px;
    font-weight: 600;
    background: #FFB819;
    position: absolute;
    padding: 10px 25px;
    font-family: 'Montserrat';
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #001638;
    z-index: 1;
}

.listen-text {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    width: 0;
    opacity: 0;
    display: inline-block;
}

.list-anchor-icon .icon-right-arrow {
    font-size: 28px;
    color: #fff;
}

.featured-postcast a:hover .icon-right-arrow,
.podcast-item:hover .icon-right-arrow {
    padding-left: 10px;
}

.featured-postcast a:hover .listen-text,
.podcast-item:hover .listen-text {
    width: auto;
    opacity: 1;
    background-color: #0088CE;
    color: #fff !important;
    padding-left: 20px;
}

.featured-postcast a:hover .anchored-hovered,
.podcast-item:hover .anchored-hovered {
    align-items: center;
    display: flex;
    background: #0088CE;
    padding-right: 25px;
}

.list-anchor-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #0088CE;
    position: relative;
    bottom: 0;
}


.featured-metas .list-anchor-icon{
    position: relative;
}

.anchored-hovered {
    background: #0088CE;
    border-radius: 100px;
    padding: 10px;
    transition: .3s;
}

.no-featured-image .featured-metas {
    padding: 70px 30px 40px;
}

.podcast-item .podcast-metas {
    display: flex;
    gap: 30px;
    align-items: start;
    flex-direction: column;
}

@media( min-width:768px ) {
    .podcast-item .podcast-metas {
        flex-direction: row;
        position: relative;
    }
}



.podcast-metas .bialty-container{
    display: none;
    width: 186px;
    height: 186px;
}

.podcast-metas .bialty-container img {
    max-width: 186px;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    /*margin-top: 25px;*/
}

.excerpt__wrapper p {
    font-size: 18px;
    line-height: 30px;
    color: #585858;
    font-weight: normal;
}

.podcast-item .excerpt__wrapper p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 18px;
}

.featured-postcast .bialty-container{
    display: block;
    width: 100%;
    height: 342px;
}

.featured-postcast.has-featured-image .bialty-container img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.podcast-filter__wrapper form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

@media( min-width:768px ) {
    .podcast-filter__wrapper form {
        flex-wrap: nowrap;
        width: auto;
    }

    .list-anchor-icon {       
        position: relative;
        bottom: 0;
    }


    .podcast-metas .bialty-container{
        display: block;        
    }

}

.featured-podcast__wrapper {
    margin-bottom: 40px;
}

@media( min-width:992px ) {
    .podcast-filter__wrapper { 
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .js-search-podcast {
        min-width: 339px;
    }

    .podcast-filter__wrapper .choices {
        min-width: 307px;
        margin-bottom: 0;
    }

    .podcast-item__wrapper{
         min-height: 130px;
        height: 100%;
        display: block;
        position: relative;
    }

    .list-anchor-icon {       
        position: relative;
        bottom: 0;
    }

    .featured-postcast .bialty-container{
        display: block;
        width: 100%;
        height: 420px;
    }

    .featured-postcast .bialty-container img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


}