.rod-loop-carousel-wrapper {
    position: relative;
    width: 100%;
}

.rod-loop-carousel .swiper-wrapper {
    align-items: stretch;
}

.rod-lc-slide {
    height: auto;
}

.rod-lc-article {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rod-lc-thumb img {
    width: 100%;
    display: block;
}

.rod-lc-slide-title {
    font-size: 1.1rem;
    padding: 12px 16px 4px;
    margin-top: 5px !important;
}

.rod-lc-slide-title a {
    color: #fff;
    text-decoration: none;
}

.rod-lc-slide-title a:hover {
    text-decoration: underline;
}

.rod-lc-meta {
    padding: 0 16px 12px;
    font-size: 0.85rem;
    color: #aaa;
}

.rod-loop-carousel .swiper-button-prev,
.rod-loop-carousel .swiper-button-next {
    color: #fff;
}

.rod-loop-carousel .swiper-pagination-bullet {
    background: #666;
    opacity: 1;
}

.rod-loop-carousel .swiper-pagination-bullet-active {
    background: #fff;
}
