.sf-slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sf-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.sf-review-card {
    min-width: 100%; /* Zeigt ein Review pro Slide */
    padding: 0rem 2rem 2rem 2rem;
    box-sizing: border-box;
    text-align: center;
}

.sf-rating { color: #f1c40f; font-size: 1.5rem; }
.sf-author { font-weight: bold; display: block; margin-top: 1rem; }
.sf-source { font-size: 0.8rem; color: #666; }

.sf-slider-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}