/* Edge Cart Video Upsell — cart page only */
.edge-cvu-box{
  margin:0 0 18px;
  padding:16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:var(--bg-card, #15151b);
  color:var(--text, #f6f6f8);
  box-shadow:0 16px 40px rgba(0,0,0,.22);
}
.edge-cvu-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.edge-cvu-head h3{margin:0 0 4px;font-size:18px;line-height:1.15;color:var(--text,#fff);font-family:inherit}
.edge-cvu-head p{margin:0;font-size:12px;line-height:1.35;color:var(--text-muted,#b8b8c2)}
.edge-cvu-pill{flex:0 0 auto;display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--bg-outer,#0b0b10);background:var(--accent,#b7e34b)}
.edge-cvu-list{display:grid;grid-template-columns:1fr;gap:10px}
.edge-cvu-card{display:grid;grid-template-columns:72px 1fr;gap:10px;padding:10px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:var(--bg-popup, rgba(255,255,255,.04));color:var(--text,#fff)}
.edge-cvu-thumb{display:block;position:relative;overflow:hidden;border-radius:10px;background:rgba(255,255,255,.06);min-height:94px;color:transparent;font-size:0}
.edge-cvu-thumb img,.edge-cvu-img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:3/4;color:transparent;font-size:0}
.edge-cvu-info{min-width:0;display:flex;flex-direction:column;gap:4px}
.edge-cvu-reason{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--accent,#e50914)}
.edge-cvu-title{font-size:13px;line-height:1.2;font-weight:800;color:var(--text,#fff)!important;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.edge-cvu-title:hover{text-decoration:underline}
.edge-cvu-desc{font-size:11px;line-height:1.35;color:var(--text-muted,#b8b8c2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.edge-cvu-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px;flex-wrap:wrap}
.edge-cvu-price{font-size:12px;font-weight:800;color:var(--text,#fff)}
.edge-cvu-price del{opacity:.65;margin-right:3px}.edge-cvu-price ins{text-decoration:none;color:var(--accent,#e50914)}
.edge-cvu-add{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 10px;background:var(--accent,#e50914);color:var(--bg-outer,#0b0b10)!important;text-decoration:none;font-size:11px;font-weight:900;line-height:1;white-space:nowrap;box-shadow:0 10px 22px rgba(0,0,0,.22)}
.edge-cvu-add:hover{filter:brightness(1.08);transform:translateY(-1px)}
.edge-cvu-cart-badge{display:inline-flex;margin-left:6px;padding:3px 7px;border-radius:999px;background:var(--accent,#e50914);color:var(--bg-outer,#0b0b10);font-size:10px;font-weight:800;vertical-align:middle;white-space:nowrap}
@media (max-width: 768px){
  .edge-cvu-box{margin-top:14px;padding:14px;border-radius:16px}
  .edge-cvu-head{display:block}.edge-cvu-pill{margin-top:8px}
  .edge-cvu-card{grid-template-columns:64px 1fr;padding:9px}.edge-cvu-thumb{min-height:86px}
}
.edge-cvu-offer-note{
  margin:-3px 0 12px;
  padding:9px 10px;
  border-radius:12px;
  background:var(--bg-popup, rgba(255,255,255,.04));
  border:1px solid var(--accent,#b7e34b);
  color:var(--text,#fff);
  font-size:12px;
  line-height:1.35;
  font-weight:700;
}
.edge-cvu-cart-note{
  margin-top:4px;
  font-size:11px;
  line-height:1.25;
  color:var(--text-muted,#b8b8c2);
  font-weight:600;
}
