.podcast-player {
    margin: 20px 0;
}

.podcast-detail, .podcast-item {
    margin: 30px 0;
}

.pdcast-item a {
    color: rgba(35,40,45,0.8);
}

.f3-widget-paginator {
    display: flex;
    list-style: none;
    max-width: 100%;
    overflow-x: scroll;
    margin: 0;
    padding: 0;
    align-items: flex-start;
    justify-content: center;
}

.f3-widget-paginator li {
    background-color: #b3b3b3;
    border-right: 1px solid #e6e6e6;
}

.f3-widget-paginator li.current {
    background-color: rgba(84, 84, 84, 1);
        padding: 10px 15px;
    color: white;
    font-weight: bold;
    font-size: 1.4rem;
}

.f3-widget-paginator li a {
    display: block;
    position: relative;
        padding: 10px 15px;
    text-decoration: none;
    font-size: 1.4rem;
    color: white;
    font-weight: bold;
}

.f3-widget-paginator li a:hover {
    background-color: rgba(84, 84, 84, 1);
}

.f3-widget-paginator li.previous, .f3-widget-paginator li.next {
    position: relative;
    min-width: 40px;
    width: auto;
    padding: 0;
    opacity: 1;
    background-image: none;
}

.f3-widget-paginator li.previous a, .f3-widget-paginator li.next a {
    text-indent: -9999px;
    position: relative;
}

.f3-widget-paginator li.previous a:hover, .f3-widget-paginator li.next a:hover {
    background: none;
}

.f3-widget-paginator li.previous:before, .f3-widget-paginator li.next:before {
    content: ">";
    font-weight: bold;
    color: white;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.f3-widget-paginator li.previous:hover, .f3-widget-paginator li.next:hover {
    background-color: rgba(84, 84, 84, 1);
    width: auto;
}

.f3-widget-paginator li.previous:before {
    content: "<";
}

.f3-widget-paginator li:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.f3-widget-paginator li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: none;
}

.podcasts__future-podcast {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .f3-widget-paginator li.current, .f3-widget-paginator li a {
        padding: 10px 15px;
        font-size: 1.1rem;
    }
}

@media (min-width: 1024px) {
    .f3-widget-paginator li.current, .f3-widget-paginator li a {
        padding: 8px 12px;
        font-size: 1.2rem;
    }
}