/* Google Reviews Filter Pro - styles */

.grfp-slider-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 10px;
  box-sizing: border-box;
}
.grfp-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  padding: 18px;
  text-align: left;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.grfp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.grfp-author { font-weight: 600; font-size: 15px; color: #222; }
.grfp-rating { color: #fbbc05; margin-left: 8px; font-size: 16px; }
.grfp-text { font-size: 14px; color: #444; line-height: 1.45; margin-top: 6px; flex-grow: 1; }
.grfp-footer { margin-top: 10px; display:flex; justify-content:space-between; align-items:center; }
.grfp-time { font-size: 13px; color: #999; }

.swiper-button-prev, .swiper-button-next {
  color: #333;
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 18px;
}
.swiper-pagination-bullet-active {
  background: #ee0008;
}

/* Empty state */
.grfp-empty {
  color: #fff;
  background: transparent;
  padding: 20px;
  text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .grfp-slider-container { padding: 20px 8px; }
}
@media (max-width: 768px) {
  .grfp-card { padding: 14px; font-size: 14px; min-height: auto; }
}
@media (max-width: 480px) {
  .grfp-card { padding: 12px; font-size: 13px; }
}
