.fav-dd{min-width:420px;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 28px rgba(0,0,0,.12);overflow:hidden}
.fav-dd .fav-empty{padding:18px 16px;color:#6b7280;font-weight:500}
.fav-dd .fav-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #eef0f3;background:#fff}
.fav-dd .fav-header-title{font-weight:700;font-size:0.95rem}
.fav-dd .fav-list{max-height:420px;overflow:auto;background:#fff}
.fav-item{padding:12px 14px;border-bottom:1px solid #f1f3f5}
.fav-item:last-child{border-bottom:0}
.fav-row{display:flex;align-items:center;gap:12px}
.fav-thumb{width:52px;height:52px;border-radius:10px;object-fit:cover;border:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}
.fav-meta{min-width:0;flex:1}
.fav-name{display:block;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px;color:#111827}
.fav-sub{display:flex;gap:8px;flex-wrap:wrap;color:#6b7280;font-size:.88rem;margin-top:2px}
.fav-badge{padding:2px 8px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;line-height:1}
.fav-right{display:flex;align-items:center;gap:10px;margin-left:auto}
.fav-price{font-weight:800;white-space:nowrap}
.fav-actions{display:flex;gap:6px}
.fav-btn{border:none;background:transparent;padding:6px;border-radius:8px}
.fav-btn:hover{background:#f3f4f6}
.fav-view{font-weight:600}
.fav-remove{color:#dc2626}
@media (max-width: 480px){
  .fav-dd{min-width:300px}
  .fav-name{max-width:200px}
}

.fav-item{padding:10px 12px}
.fav-item+.fav-item{border-top:1px solid #edf0f4}
.fav-row{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;border-radius:10px}
.fav-row:hover{background:#f8fafc}
.fav-thumb{width:48px;height:48px;border-radius:10px;object-fit:cover}
.fav-meta{min-width:0}
.fav-name{display:block;font-weight:700;color:#0b2a6b;text-decoration:none}
.fav-name:hover{text-decoration:underline}
.fav-sub{margin-top:2px;font-size:.9rem;color:#6b7280}
.fav-desc{margin-top:4px;font-size:.9rem;color:#374151;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.fav-right{display:flex;gap:8px;align-items:center}
.fav-btn{background:#fff;border:1px solid #e5e7eb;padding:6px 8px;border-radius:8px;line-height:1}
.fav-btn:hover{background:#eef2ff;border-color:#c7d2fe}
.fav-empty{padding:14px 12px;color:#6b7280;text-align:center}


