#category  #posts_relacionados .--card-blog.--card-blog-m {
    /*width: calc(25% - 24px) !important;*/
    width: 100% !important;
}

#category  #posts_relacionados .swiper-container {
    width: 100%;
    padding: 20px 0;
}

#category  #posts_relacionados .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%; /* Mostrar 4 elementos (100% / 4 = 25%) */
}

#category  #posts_relacionados .swiper-button-next,
#category  #posts_relacionados .swiper-button-prev {
    color: #000; /* Ajusta el color de las flechas si es necesario */
}


#category  #posts_relacionados .swiper-button-prev,
#category  #posts_relacionados .swiper-button-next {
    z-index: 9;
}


#category  #posts_relacionados  a.category_post {
    font-size: 13px !important;
    color: #199D8D !important;
    font-weight: 700 !important;
}