/* Gajed Store Theme 1.0.7 compatibility for Product Reviews. */
.gajed-reviews-section .gajed-review-photos{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}
.gajed-reviews-section .gajed-review-photo{
  width:82px;
  height:82px;
  padding:0;
  overflow:hidden;
  border:1px solid var(--g-line,#e6e6e1);
  border-radius:12px;
  background:#fff;
  cursor:zoom-in;
}
.gajed-reviews-section .gajed-review-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transition:transform .2s ease;
  margin:0!important;
}
.gajed-reviews-section .gajed-review-photo:hover img{transform:scale(1.05)}
.gajed-review-form-wrap .gajed-review-upload-field{
  grid-column:1/-1;
  margin:0 0 16px;
}
.gajed-review-form-wrap .gajed-review-upload-field label{
  display:block;
  margin:0 0 7px;
  font-size:11px;
  font-weight:700;
}
.gajed-review-form-wrap .gajed-review-upload-field input[type="file"]{
  display:block;
  width:100%;
  height:auto;
  padding:12px;
  border:1px dashed #c9cac5;
  border-radius:11px;
  background:#fff;
}
.gajed-review-form-wrap .gajed-review-upload-field small{
  display:block;
  margin-top:7px;
  color:var(--g-muted,#6f716d);
  font-size:11px;
}
.gajed-review-form-wrap .gajed-review-upload-preview{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:10px;
}
.gajed-review-form-wrap .gajed-review-upload-preview img{
  width:64px;
  height:64px;
  object-fit:cover;
  border-radius:10px;
  border:1px solid var(--g-line,#e6e6e1);
}
