.wcpr-list{display:flex;flex-wrap:wrap;flex-direction:row;gap:16px;justify-content:flex-start;align-content:flex-start}.wcpr-empty{border:1px dashed #ddd;padding:14px;border-radius:12px;background:#fafafa;color:#555;max-width:300px}.wcpr-card{max-width:300px;width:100%;border:1px solid #ececec;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 4px 12px rgb(0 0 0 / .06);flex:0 0 300px;padding:14px}.wcpr-body{display:flex;flex-direction:column;gap:10px}.wcpr-header{display:flex;align-items:center;gap:8px}.wcpr-name{font-weight:700;font-size:1rem}.wcpr-verified{margin-left:auto;background:#eaf7ee;color:#2c7a3f;border:1px solid #cfead7;border-radius:999px;padding:2px 8px;font-size:.75rem;line-height:1}.wcpr-stars{line-height:1}.wcpr-stars .star{font-size:18px;margin-right:2px}.wcpr-stars .star.full{color:#ffb400}.wcpr-stars .star.empty{color:#ddd}.wcpr-text{font-size:.95rem;color:#222;line-height:1.4}.wcpr-photo-vert{width:100%;border-radius:14px;overflow:hidden;background:#f6f6f6}.wcpr-photo-vert img.wcpr-photo{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:3/4}@media (max-width:680px){.wcpr-card{flex:1 1 100%;max-width:100%}}