span.current-post {
    display: flex;
    flex-direction: column;
}
.single-podcasts a.next-post {
    padding-left: 20px;
    padding-right: 20px;
}

.podcast-navigation .prev-post, .podcast-navigation .next-post {
    text-decoration: none;
    font-size: 0px;
    color: #FFFFFF;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 0px;
    text-align: center;
    background: rgba(255, 255, 255, .1);
}
.podcast-navigation .prev-post:hover, .podcast-navigation .next-post:hover{
    background: rgba(255, 255, 255, .3);
}
.single-podcasts .podcast-navigation .current-post {
    font-weight: bold;
    margin-right: 35px;
}
.single-podcasts span.current-post {
    text-transform: capitalize;
}

.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field ul.no-list.inputs-list:nth-child(2n) {
    display: none;
}

div#postcastlistfixed, .elementor-widget-custom_repeater_widget {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #040d1c;
    color: #fff;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 9999;
    left: 0;
}
div#postcastlistfixed .elementor-widget-container, .elementor-widget-custom_repeater_widget .elementor-widget-container {
    width: 100%;
}
.wrapperpostpagination {
    width: 100%;
    display: flex;
    height:120px;
}
.podcast-navigation {
    display: flex;
    flex-direction: row;
    width: 40%;
    gap: 20px;
    align-items: center;
}
.media-wrapper {
    width: 60%;
    display: flex;
    align-items: center;
}
.media-wrapper-inner {
    max-width: 35%;
}
.hs-richtext.hs-main-font-element {
    display: none;
}

.error-message {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}




@media (max-width:1280px) {
.wrapperpostpagination {
    width: 100%;
    display: block;
}
.podcast-navigation {
    width: 100%;
}
}
@media (max-width:767px) {
    .media-wrapper {
        width: 80%;
        position: absolute;
        right: 0;
        bottom: -33px;
    }

    .single-podcasts a.next-post {
        padding-left: 5px;
        padding-right: 0;
    }
    .wrapperpostpagination {
        display: block;
        position: relative;
    }
    .podcast-navigation {
        width: 100%;
        gap: 20px;
    }
    .mejs__button.mejs__skip-back-button,
    .mejs__button.mejs__jump-forward-button,
    .mejs__time-rail {
        display: none;
    }
}