.single .crp_related h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 1.0714em;
    display: flex;
    align-items: center;
    gap: 12px;
}

.single .crp_related h2::before,
.single .crp_related h2::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ff0000;
}

.single .related-posts-carousel-container {
    position: relative;
}

.single .related-posts-carousel {
    overflow: hidden;
}

.single .related-posts-carousel-container .swiper-button-prev {
    left: -44px;
}

.single .related-posts-carousel-container .swiper-button-next {
    right: -44px;
}

.single .related-posts-carousel .swiper-slide {
    background: #fff;
    padding: 25px 10px 10px;
    border-radius: 5px;
}

.single .related-posts-carousel .swiper-slide a {
    color: #000;
}

.single .related-posts-carousel .swiper-slide .crp_title {
    font-weight: 700;
}

.single .related-posts-carousel .swiper-slide .crp_title,
.single .related-posts-carousel .swiper-slide .crp_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single .related-posts-carousel .swiper-slide figure {
    text-align: center;
}

.single .related-posts-carousel .swiper-slide figure img {
    margin: 10px 0;
}

.single .related-posts-carousel .crp_excerpt {
    display: block;
    font-size: 16px;
    line-height: 19px;
}

.single .related-posts-carousel .related-post-date {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

.single .related-posts-carousel .swiper-slide .related-post-read-more {
    color: #ff0000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.single .related-posts-carousel .swiper-slide .related-post-read-more:hover {
    text-decoration: none;
}

@media (max-width: 600px) {
    .single .related-posts-carousel-container .swiper-button-prev {
        left: -25px;
    }

    .single .related-posts-carousel-container .swiper-button-next {
        right: -25px;
    }
}