/* v1033 — Customer testimonials full gallery: 3 images per row, 30 photos per page, Next pagination */

body.customer-testimonials-gallery-v1033 .testimonials-gallery-shell{
  padding:38px 0 54px;
}
body.customer-testimonials-gallery-v1033 .testimonials-gallery-intro{
  text-align:center;
  margin:0 auto 24px;
  max-width:860px;
}
body.customer-testimonials-gallery-v1033 .testimonials-gallery-intro h1{
  margin:0 0 8px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.05;
  letter-spacing:-.035em;
  color:#0f2346;
}
body.customer-testimonials-gallery-v1033 .testimonials-gallery-intro p{
  margin:0;
}
body.customer-testimonials-gallery-v1033 .testimonials-gallery-grid{
  display:block !important;
}
body.customer-testimonials-gallery-v1033 .client-gallery-page-grid-v1033{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  align-items:start;
}
body.customer-testimonials-gallery-v1033 .client-gallery-page-grid-v1033 .client-gallery-photo-card-v787EO{
  width:100%;
  min-width:0;
  border-radius:18px;
  overflow:hidden;
  padding:0;
  background:#fff;
  border:1px solid #d7e4f5;
  box-shadow:0 10px 28px rgba(15,35,70,.07);
}
body.customer-testimonials-gallery-v1033 .client-gallery-page-grid-v1033 .client-story-photo-wrap-temp-v787EO{
  display:block;
  aspect-ratio:1/1 !important;
  border-radius:18px;
  overflow:hidden;
}
body.customer-testimonials-gallery-v1033 .client-gallery-page-grid-v1033 .client-story-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
body.customer-testimonials-gallery-v1033 .client-gallery-hover-v787EO{
  display:none !important;
}
body.customer-testimonials-gallery-v1033 .client-gallery-page-controls-v1033{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:24px 0 0;
}
body.customer-testimonials-gallery-v1033 .client-gallery-page-label-v1033{
  font-weight:800;
  color:#31517a;
  font-size:15px;
}
body.customer-testimonials-gallery-v1033 .client-gallery-page-next-v1033{
  appearance:none;
  border:0;
  border-radius:999px;
  background:#1f66d1;
  color:#fff;
  min-height:44px;
  padding:0 24px;
  font-weight:900;
  font-size:16px;
  cursor:pointer;
  box-shadow:0 12px 26px rgba(31,102,209,.24);
}
body.customer-testimonials-gallery-v1033 .client-gallery-page-next-v1033:disabled{
  opacity:.55;
  cursor:not-allowed;
}

@media (max-width:700px){
  body.customer-testimonials-gallery-v1033 .testimonials-gallery-shell{
    padding:24px 0 42px;
  }
  body.customer-testimonials-gallery-v1033 .testimonials-gallery-intro{
    margin-bottom:16px;
  }
  body.customer-testimonials-gallery-v1033 .testimonials-gallery-intro h1{
    font-size:28px;
  }
  body.customer-testimonials-gallery-v1033 .client-gallery-page-grid-v1033{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px;
  }
  body.customer-testimonials-gallery-v1033 .client-gallery-page-grid-v1033 .client-gallery-photo-card-v787EO,
  body.customer-testimonials-gallery-v1033 .client-gallery-page-grid-v1033 .client-story-photo-wrap-temp-v787EO{
    border-radius:12px;
  }
  body.customer-testimonials-gallery-v1033 .client-gallery-page-controls-v1033{
    margin-top:18px;
  }
}
