.pdgs-review{
  padding:18px 0;
  border-bottom:1px solid var(--pdgs-line);
}

.pdgs-review:first-child{
  padding-top:4px;
}

.pdgs-review:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.pdgs-review__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 10px;
}

.pdgs-review__author{
  color:var(--pdgs-text);
}

.pdgs-review__rating{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:0;
  padding:8px 12px;
  border-radius:999px;
  background:var(--pdgs-accent-3);
  color:var(--pdgs-accent);
  font-weight:800;
}

.pdgs-review__text p:last-child{
  margin-bottom:0;
}

@media (max-width:767px){
  .pdgs-review__head{
    align-items:flex-start;
    flex-direction:column;
  }
}
