/* DV Deals Block v1.3.0 — Compact, white, vertical layout, visible titles, coupon pill red */
.dv-deals{ margin: 0; }
.dv-section-title{
  font-weight:800;
  font-size: clamp(18px, 2.2vw, 22px);
  margin: 8px 0 12px;
}
.dv-grid{
  display:grid;
  gap:10px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  align-items:start;
}
.dv-card{
  color:#111827;
  background:#ffffff !important; /* force white */
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:10px;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.dv-logo{
  width:56px;height:56px;border-radius:10px;
  background:#f3f4f6; overflow:hidden;
}
.dv-logo img{width:100%;height:100%;object-fit:cover;display:block}
.dv-badge{
  display:inline-block; align-self:flex-start;
  background:#DCFCE7;border:1px solid #22C55E;color:#166534;
  padding:2px 8px;border-radius:999px;font-weight:700;font-size:11px;line-height:1.2;
}
.dv-title{
  color:#111827 !important;
  font-weight:800;
  font-size:13px;
  line-height:1.25;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:3.6em; /* reserve space so it never disappears */
  margin:0;
}
.dv-cta{ margin-top:2px; }
.dv-link{
  display:inline-flex; align-items:center; gap:6px;
  background:#2563EB; color:#fff; text-decoration:none;
  font-weight:700; font-size:12px;
  padding:8px 10px; border-radius:8px;
}
.dv-cart{ flex:0 0 auto; }
.dv-note{ color:#4b5563; font-size:11px; line-height:1.2; }

.dv-extra{
  margin-top:4px; border-top:1px dashed #e5e7eb; padding-top:6px;
  font-size:11px; color:#374151;
}
.dv-extra code{
  background:#fff; color:#dc2626; border:1px solid #fca5a5;
  padding:2px 6px; border-radius:6px; font-weight:700;
}

/* neutralize global link hovers */
.dv-deals a:hover{ transform:none !important; box-shadow:none !important; }

@media (max-width:360px){
  .dv-title{-webkit-line-clamp:3; font-size:12px; min-height:3.4em;}
}
