.ps-google-review{
  width:100%;
  margin:36px auto 12px;
  padding:0;
}

.ps-google-review-inner{
  width:100%;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:20px;
  padding:30px;
  border:1px solid rgba(99,227,157,.25);
  border-radius:22px;
  background:
    radial-gradient(circle at top right,rgba(99,227,157,.10),transparent 40%),
    linear-gradient(135deg,#06140e,#020a07);
  box-shadow:0 18px 50px rgba(0,0,0,.25);
}

.ps-google-stars{
  color:#fbbc04;
  letter-spacing:4px;
  margin-bottom:10px;
  font-size:20px;
  line-height:1;
}

.ps-google-review strong{
  display:block;
  color:#fff;
  font-size:24px;
  line-height:1.25;
  margin:0;
}

.ps-google-review p{
  color:#bccac2;
  margin:10px 0 0;
  font-size:16px;
  line-height:1.6;
  max-width:680px;
}

.ps-google-review-btn{
  width:100%;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:14px 20px;
  border-radius:13px;
  background:#63e39d;
  color:#06110c !important;
  font-size:16px;
  font-weight:900;
  text-align:center;
  text-decoration:none !important;
  transition:transform .2s ease,box-shadow .2s ease;
}

.ps-google-review-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(99,227,157,.25);
}

@media(max-width:600px){
  .ps-google-review-inner{
    padding:24px 20px;
  }

  .ps-google-review strong{
    font-size:21px;
  }

  .ps-google-review p{
    font-size:15px;
  }
}

/* AJUSTE FINAL DE POSICIÓN */
.ps-google-review{
  max-width:900px;
  margin:26px auto 36px !important;
  padding:0 20px;
}

.ps-google-review-inner{
  max-width:900px;
  margin:0 auto;
}

@media(max-width:760px){
  .ps-google-review{
    margin:22px auto 28px !important;
    padding:0 14px;
  }
}

/* POSICION DEFINITIVA */
.ps-google-review{
  display:block !important;
  width:calc(100% - 40px) !important;
  max-width:900px !important;
  margin:36px auto 48px !important;
  padding:0 !important;
  box-sizing:border-box !important;
}

.ps-google-review-inner{
  width:100% !important;
  max-width:none !important;
  margin:0 auto !important;
  box-sizing:border-box !important;
}

@media(max-width:760px){
  .ps-google-review{
    width:calc(100% - 28px) !important;
    margin:26px auto 36px !important;
  }
}

/* TAMAÑO PREMIUM COMPACTO */
.ps-google-review{
  max-width:720px !important;
  margin:28px auto 38px !important;
}

.ps-google-review-inner{
  padding:24px 26px !important;
  border-radius:18px !important;
}

.ps-google-review strong{
  font-size:21px !important;
}

.ps-google-review p{
  font-size:15px !important;
  margin-top:7px !important;
}

.ps-google-stars{
  font-size:17px !important;
  margin-bottom:8px !important;
}

.ps-google-review-btn{
  min-height:46px !important;
  padding:10px 18px !important;
  font-size:15px !important;
}

@media(max-width:760px){
  .ps-google-review{
    width:calc(100% - 28px) !important;
  }
}
