/* DV Deals Block — v1.2.0 */
.dv-deals-wrap{background:transparent}
.dv-section-title{
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
}

/* Grid */
.dv-deals{
  display:grid;
  gap:10px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  align-items:start;
}

/* Card: force white, compact */
.dv-card{
  color:#111827 !important;
  background:#ffffff !important;       /* force light */
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:10px;
  box-shadow:0 1px 2px rgba(0,0,0,.06);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.dv-stack{display:flex; flex-direction:column; align-items:flex-start; gap:8px}

/* Logo above title (optional) */
.dv-logo{width:56px; height:56px; border-radius:12px; background:#f3f4f6; overflow:hidden}
.dv-logo img{width:100%; height:100%; object-fit:cover; display:block}

/* Badge */
.dv-badge{
  display:inline-block;
  background:#DCFCE7;
  border:1px solid #22C55E;
  color:#166534;
  padding:2px 8px;
  border-radius:999px;
  font-weight:700;
  font-size:11px;
  line-height:1.2;
}

/* Title */
.dv-title{
  color:#111827 !important;
  font-weight:800;
  font-size:13px;
  line-height:1.25;
  margin:0;
  display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
  min-height:3.6em; /* keep space */
}

/* Note */
.dv-note{color:#4b5563; font-size:11px; line-height:1.2}

/* Button with cart icon */
.dv-link{
  background:#2563EB; color:#fff; font-weight:700; text-decoration:none;
  padding:6px 10px; border-radius:8px; display:inline-flex; gap:6px; align-items:center;
  font-size:12px;
}
.dv-link .dv-cart{display:block}

/* Extra info */
.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 hovers */
.dv-deals a:hover{ transform:none !important; box-shadow:none !important; }
