/* GŁÓWNY SLIDER PLUGER */
.plrev-slider { width: 100%; overflow: hidden; }
.plrev-card { background: #fff; border-radius: 12px; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); text-align: left; }
.plrev-avatar { width: 64px; height: 64px; border-radius: 50%; margin-bottom: 16px; object-fit: cover; }
.plrev-rating { color: #fbbf24; margin-bottom: 16px; font-size: 20px; }
.plrev-header { font-size: 24px; font-weight: 700; margin-bottom: 16px; color: #111; }
.plrev-desc { font-size: 16px; line-height: 1.6; color: #444; margin-bottom: 24px; }
.plrev-author { font-size: 14px; font-weight: 700; color: #111; }
.swiper-pagination-bullet-active { background: var(--pl-primary, #2a14b4); }
