.rs-2a54785a-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.rs-2a54785a-track-wrapper {
    overflow: hidden;
    width: 100%;
    margin: 0 20px; /* space for overlapping arrows */
}
.rs-2a54785a-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
}
.rs-2a54785a-slide {
    flex: 0 0 calc(33.333% - 20px);
    margin: 10px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
    .rs-2a54785a-slide {
        flex: 0 0 calc(100% - 20px);
    }
}
.rs-2a54785a-slide:hover {
    transform: translateY(-5px);
}
.rs-2a54785a-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.rs-2a54785a-avatar {
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.rs-2a54785a-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.rs-2a54785a-meta {
    flex-grow: 1;
    margin-left: 15px;
}
.rs-2a54785a-name {
    font-weight: bold;
}
.rs-2a54785a-date {
    font-size: 0.85em;
    opacity: 0.8;
}
.rs-2a54785a-platform i, .rs-2a54785a-platform svg {
    font-size: 20px;
    width: 20px;
    height: 20px;
}
.rs-2a54785a-rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.rs-2a54785a-verified {
    font-size: 12px;
    margin-left: 5px;
    background: #4caf50;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rs-2a54785a-text {
    flex-grow: 1;
    margin-bottom: 15px;
}
.rs-2a54785a-read-more {
    font-weight: bold;
    text-decoration: none;
}
.rs-2a54785a-nav {
    background-color: #ffffff; /* Default, editable via control */
    color: #000000;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}
.rs-2a54785a-prev {
    left: -10px;
}
.rs-2a54785a-next {
    right: -10px;
}