.zv-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  font-family: system-ui, sans-serif;
}

.zv-slider { overflow: hidden; }

.zv-track {
  display: flex;
  transition: transform .5s ease;
}

/* CARD – SHADOW REMOVED */
.zv-card {
  flex: 0 0 calc(33.33% - 20px);
  margin-right: 20px;
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Alignment Controls */
.zv-align-left .zv-top { text-align: left; }
.zv-align-center .zv-top { text-align: center; }
.zv-align-right .zv-top { text-align: right; }

.zv-date { font-size: 12px; color: #777; }
.zv-verified { color: #2563eb; font-size: 13px; }
.zv-stars { color: #14b8a6; font-size: 18px; margin: 8px 0; }

@media (max-width:900px){
  .zv-card { flex: 0 0 calc(50% - 20px); }
}
@media (max-width:600px){
  .zv-card { flex: 0 0 100%; margin-right:0; }
}
