.prs-slider-container-23ed0bfe {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
.prs-slider-track-23ed0bfe {
    display: flex;
    transition: transform 0.3s ease-in-out;
}
.prs-card-23ed0bfe {
    flex: 0 0 calc(100% - 20px);
    padding: 20px;
    box-sizing: border-box;
    background: #f9f9f9;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin: 0 10px;
}
@media (min-width: 768px) {
    .prs-card-23ed0bfe { flex: 0 0 calc(33.333% - 20px); }
}
.prs-rating-23ed0bfe {
    color: #ffb800;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.prs-text-23ed0bfe {
    font-style: italic;
    margin-bottom: 15px;
}
.prs-author-23ed0bfe {
    margin: 0 0 5px;
    font-weight: bold;
}
.prs-product-23ed0bfe {
    font-size: 0.85rem;
    color: #666;
}
.prs-prev-23ed0bfe, .prs-next-23ed0bfe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
}
.prs-prev-23ed0bfe:hover, .prs-next-23ed0bfe:hover {
    background: rgba(0,0,0,0.8);
}
.prs-prev-23ed0bfe { left: 10px; }
.prs-next-23ed0bfe { right: 10px; }
