.tsr-swiper-container { margin: 24px auto; border: 1px solid #ebebeb; border-radius: 4px; }
.tsr-card { background:#fff; padding:16px; height:100%; display:flex; flex-direction:column; justify-content:space-between; }
.tsr-rating { font-size:14px; line-height:1; margin-bottom:8px; color:#f39c11; }
.tsr-comment { font-size:14px; color:#232323; margin:8px 0 12px; min-height:48px; }
.tsr-meta { font-size:12px; color:#7a7a7a; display:flex; justify-content:space-between; }
.swiper { width:100%; padding: 10px 8px 32px; }
.swiper-slide { width: 320px; }
.swiper-button-next, .swiper-button-prev { color:#7a7a7a; }
.swiper-pagination-bullet { background:#7a7a7a; opacity:0.5; }
.swiper-pagination-bullet-active { background:#232323; opacity:1; }
@media (max-width: 768px) {
  .swiper-slide { width: 280px; }
}


