/**
 * Header modals — stiluri proprii TopPro peste #shopModal (theme.min.css).
 * Doar linia de produs din lista de favorite (SSR, .hm-line) — restul stilurilor
 * (#shopModal, usermenu-panel, minicart-panel, account-menu, login-form) vin 1:1
 * din theme.min.css (sursa biomag).
 */

.hm-line { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid #f1f3f5; }
.hm-line:last-child { border-bottom: none; }
.hm-line__img { width: 56px; height: 56px; object-fit: contain; border-radius: 8px; background: #fff; border: 1px solid #eee; flex-shrink: 0; }
.hm-line__info { flex: 1; min-width: 0; }
.hm-line__name { font-size: 13px; font-weight: 500; color: #1f2937; line-height: 1.25; text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hm-line__name:hover { color: var(--bs-primary, var(--bm-green, #00a651)); }
.hm-line__meta { font-size: 12px; color: #6b7280; margin-top: 3px; }
.hm-line__price { font-weight: 600; color: var(--bs-primary, var(--bm-green, #00a651)); white-space: nowrap; }
.hm-line__remove { border: none; background: none; color: #b0b0b0; cursor: pointer; padding: 4px; line-height: 0; }
.hm-line__remove:hover { color: var(--bs-danger, #dc3545); }
