
/* Screenshot-matched Customer Reviews + Footer */
.lsh-shot-reviews{
  background:#fff;
  border-top:1px solid #ececec;
  font-family:Arial,Helvetica,sans-serif;
  color:#111;
}
.lsh-shot-reviews-grid{
  width:100%;
  margin:0 auto;
  padding:14px 45px 26px;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:480px 600px minmax(300px,1fr);
  gap:40px;
  align-items:start;
}
.lsh-shot-col h2{
  margin:0 0 13px;
  font-size:21px;
  line-height:1.25;
  font-weight:700;
}
.lsh-shot-rating-title{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
}
.lsh-shot-stars{
  color:#ff8a00;
  font-size:17px;
  letter-spacing:1px;
  white-space:nowrap;
}
.lsh-shot-global,.lsh-shot-approved,.lsh-shot-write p{
  margin:9px 0 11px;
  font-size:13px;
  color:#3f4650;
}
.lsh-shot-rating-row{
  display:grid;
  grid-template-columns:44px 1fr 40px;
  gap:10px;
  align-items:center;
  margin:7px 0;
  font-size:13px;
}
.lsh-shot-rating-row a{
  color:#0654ba;
  text-decoration:none;
}
.lsh-shot-bar{
  height:17px;
  background:#f2f2f2;
  border:1px solid #b8b8b8;
  border-radius:4px;
  overflow:hidden;
}
.lsh-shot-bar span{
  display:block;
  height:100%;
  background:#ff8a00;
}
.lsh-shot-calc{
  border:0;
  padding:4px 0 7px;
  background:transparent;
  color:#0066c0;
  font-size:13px;
  cursor:pointer;
}
.lsh-shot-rule{
  height:1px;
  background:#d6d6d6;
  margin-top:2px;
}
.lsh-shot-review-item{
  border-bottom:1px solid #e4e4e4;
  padding:6px 0 14px;
  margin-bottom:11px;
}
.lsh-shot-review-item>div{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
}
.lsh-shot-review-item p{
  margin:8px 0 5px;
  font-size:13px;
}
.lsh-shot-review-item time{
  color:#4f5965;
  font-size:12px;
}
.lsh-shot-write p{
  margin-bottom:13px;
}
.lsh-shot-choose-btn{
  display:inline-block;
  min-width:132px;
  text-align:center;
  padding:10px 18px;
  border-radius:24px;
  background:#ffd814;
  color:#111;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
}

.lsh-shot-footer{
  background:#fff;
  border-top:1px solid #e3e3e3;
  color:#111;
  font-family:Arial,Helvetica,sans-serif;
}
.lsh-shot-footer-inner{
  width:100%;
  box-sizing:border-box;
  padding:26px 53px 0;
}
.lsh-shot-footer-grid{
  display:grid;
  grid-template-columns:1.05fr 1.05fr 1.05fr 1.05fr .95fr 1.05fr;
  gap:42px;
  align-items:start;
}
.lsh-shot-footer-col h3{
  margin:0 0 12px;
  font-size:14px;
  font-weight:700;
}
.lsh-shot-footer-col a{
  display:block;
  color:#111;
  text-decoration:none;
  font-size:13px;
  margin:0 0 11px;
}
.lsh-shot-footer-col a:hover{
  text-decoration:underline;
}
.lsh-shot-app-btn{
  display:flex!important;
  width:max-content;
  min-width:132px;
  box-sizing:border-box;
  align-items:center;
  gap:6px;
  padding:8px 11px;
  background:#050505;
  border-radius:4px;
  color:#fff!important;
  font-size:15px!important;
  margin-bottom:10px!important;
}
.lsh-shot-socials{
  display:flex;
  gap:14px;
  align-items:center;
  margin-bottom:31px;
}
.lsh-shot-socials a{
  width:31px;
  height:31px;
  margin:0;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#fff!important;
  font-size:20px;
  font-weight:700;
  text-decoration:none!important;
}
.lsh-shot-socials .ig{background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7)}
.lsh-shot-socials .fb{background:#287be0;border-radius:50%}
.lsh-shot-socials .yt{background:#ff0000;border-radius:7px;font-size:14px}
.lsh-shot-socials .wa{background:#20c965;border-radius:50%;font-size:16px}
.lsh-shot-accept-title{margin-top:0!important}
.lsh-shot-payments{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
}
.lsh-shot-payments span{
  min-width:49px;
  box-sizing:border-box;
  padding:7px 8px;
  border:1px solid #d0d5da;
  border-radius:4px;
  background:#fff;
  text-align:center;
  font-size:12px;
  font-weight:700;
}
.lsh-shot-footer-bottom{
  border-top:1px solid #dcdcdc;
  margin-top:28px;
  padding:15px 0 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:12px;
}
.lsh-shot-footer-bottom b{
  color:#ff2c63;
}

@media(max-width:1300px){
  .lsh-shot-reviews-grid{grid-template-columns:1fr 1.1fr .8fr}
  .lsh-shot-footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:800px){
  .lsh-shot-reviews-grid{grid-template-columns:1fr;padding:20px}
  .lsh-shot-footer-inner{padding:24px 20px 0}
  .lsh-shot-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .lsh-shot-footer-grid{grid-template-columns:1fr}
  .lsh-shot-footer-bottom{flex-direction:column;gap:8px;align-items:flex-start}
}
