
.postnow-action-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:18px 0;
}
.postnow-trust-summary-card,
.postnow-review-cta-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:18px;
  margin:16px 0;
  box-shadow:0 10px 30px rgba(15,23,42,.05);
}
.postnow-trust-summary-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.postnow-trust-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 12px;
  border-radius:999px;
  background:#f8fafc;
  color:#334155;
  font-size:14px;
  font-weight:600;
}
.postnow-review-cta-top{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.postnow-review-stars{
  font-size:24px;
  line-height:1;
}
.postnow-review-stars .star{ color:#d1d5db; }
.postnow-review-stars .star.is-filled{ color:#f59e0b; }
.postnow-review-stars .star.is-half{
  background:linear-gradient(90deg,#f59e0b 50%,#d1d5db 50%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.postnow-review-meta{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.postnow-review-rating{
  font-size:22px;
  color:#0f172a;
}
.postnow-review-count{
  font-size:14px;
  color:#64748b;
}
.postnow-review-help{
  margin:12px 0 16px;
  color:#475569;
}
.postnow-review-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  padding:12px 18px;
  border-radius:12px;
  background:#2563eb;
  color:#fff;
  text-decoration:none;
  font-weight:700;
}
.postnow-review-button:hover{
  background:#1d4ed8;
  color:#fff;
}
@media (max-width:640px){
  .postnow-review-button{ width:100%; }
}

.postnow-inline-review-stars{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  margin:10px 0 18px;
}
.postnow-inline-review-star{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  min-height:72px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#f8fafc;
  color:#f59e0b;
  text-decoration:none;
  font-size:24px;
  font-weight:700;
}
.postnow-inline-review-star small{
  color:#64748b;
  font-size:12px;
  line-height:1;
}
.postnow-inline-review-star:hover{
  border-color:#bfdbfe;
  background:#eff6ff;
}
@media (max-width:640px){
  .postnow-inline-review-stars{
    gap:8px;
  }
  .postnow-inline-review-star{
    min-height:64px;
    font-size:22px;
  }
}


/* Premium review cards v1.9.19 */
.postnow-trust-summary-card,
.postnow-review-cta-card {
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}
.postnow-trust-chip {
  padding: 10px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #e2e8f0;
}
.postnow-review-button {
  min-height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.20);
}
.postnow-review-button:hover {
  background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
}
.postnow-inline-review-star {
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}
