.tax-podcast-category .taxonomy-archive {
    margin-top: 180px;
    margin-bottom: 50px;
}

.taxonomy-header .taxonomy-title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 133%;
    color: rgb(164, 34, 125);
}

.taxonomy-description {
    font-size: 19px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 28px;
    font-weight: 500;
}

@media (min-width: 992px){
    .taxonomy-header .taxonomy-title {
    font-size: 48px;
}

.taxonomy-description {
    font-size: 22px;
}
}


div#custom-blog-pagination, .pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
    margin-top: 50px;
    flex-wrap: wrap;
}
a.page-numbers {
    background-color: #ededed;
    color: #000000;
    border: 0;
    border-radius: 6px;
    padding: 0 20px;
    line-height: 36px;
}

span.page-numbers.current {
    background-color: #a4227d;
    color: #ffffff;
    border-radius: 6px;
    padding: 0 20px;
    line-height: 36px;
}
