.ffrc-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 50px;
    position: relative;
}

.ffrc-title {
    width: 100%;
    text-align: center !important;
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin: 0 0 24px;
}

.ffrc-swiper {
    padding-bottom: 40px;
}

.ffrc-slide {
    height: auto;
    position: relative;
    padding-inline-start: 20px;
}

.ffrc-slide::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    inset-inline-start: 0;
    width: 1px;
    background: #d5d5d5;
}

.ffrc-slide:first-child::after {
    display: none;
}

.ffrc-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: right;
}

.ffrc-stars {
    font-size: 18px;
    color: #ddd;
    letter-spacing: 2px;
}

.ffrc-star.is-filled {
    color: #f5a623;
}

.ffrc-content {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    flex-grow: 1;
    margin: 0;
}

.ffrc-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
}

.ffrc-product-img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.ffrc-footer-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ffrc-author-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ffrc-verified-badge {
    background: #eef7ee;
    color: #2e7d32;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
}

.ffrc-author {
    font-weight: 600;
    font-size: 14px;
    color: #111;
}

.ffrc-product-name {
    font-size: 13px;
    color: #888;
    text-decoration: none;
}

.ffrc-product-name:hover {
    text-decoration: underline;
}

/* חצים */
.ffrc-swiper .swiper-button-next,
.ffrc-swiper .swiper-button-prev {
    color: #333;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.ffrc-swiper .swiper-button-next::after,
.ffrc-swiper .swiper-button-prev::after {
    font-size: 14px;
    font-weight: bold;
}

.ffrc-swiper .swiper-pagination-bullet-active {
    background: #f5a623;
}
