/* ── Thrift Diego Redesign Theme ── */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap');

/* Override legacy CSS variables */
:root {
  --cream: #fffbe6;
  --card: #ffffff;
  --ink: #000000;
  --muted: #555555;
  --line: #d9d9d9;
  --purple: #800080;
  --purple-light: rgba(128,0,128,0.08);
  --pink: #800080;
  --teal: #008080;
  --tag: #f0e4f7;
  --shadow: #000000;
}

/* ── Base ── */
html {
  background: #fffbe6;
}
body {
  font-family: Verdana, Geneva, sans-serif !important;
  background: #ffffff !important;
  border-top: none !important;
  color: #000000;
  max-width: 960px;
  margin: 0 auto;
  border-left: 2px solid #008080;
  border-right: 2px solid #008080;
}

h1, h2, h3, h4, h5, h6,
.lp-name,
.cat-page-title,
.loc-page-title,
.section-title {
  font-family: 'Space Grotesk', sans-serif !important;
}

/* Remove rounded corners everywhere */
*, *::before, *::after {
  border-radius: 0 !important;
}

/* ── Page container ── */
.page { max-width: 100% !important; }

/* ── Suppress old sticky header + inner layout ── */
.site-header-bar { display: none !important; }

/* ── New retro banner ── */
.retro-banner {
  background: #ffffff;
  text-align: center;
  padding: 6px 10px 4px;
  border-bottom: 3px double #800080;
}
.retro-banner h1 { margin: 0; }
.retro-banner p {
  color: #000080;
  font-size: 11px;
  margin-top: 3px;
  font-family: Verdana, Geneva, sans-serif;
}

/* ── New retro navbar ── */
.retro-nav {
  background: #e8f4f4;
  border-bottom: 2px solid #008080;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.nav-logo { display: none; position: absolute; left: 40px; top: 50%; transform: translateY(-50%); }
.nav-logo img { height: 32px; width: auto; display: block; }
.nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: #ffffff;
  border: 1px solid #008080 !important;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: bold;
  color: #008080 !important;
  text-decoration: none;
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif !important;
  box-shadow: none !important;
  transform: none !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
.nav-btn:hover {
  background: #e8f4f4 !important;
  color: #008080 !important;
}
.nav-btn.mylist-nav { color: #800080 !important; }
.mylist-badge { background: #800080; color: #fff; border-radius: 10px; font-size: 10px; padding: 1px 6px; margin-left: 4px; }

/* ── Outer wrapper for inner pages ── */
.retro-outer {
  /* white box + borders now on body */
}

/* ── Retro footer (category pages) ── */
.retro-footer { background: #e8f4f4; border-top: 2px solid #008080; text-align: center; padding: 10px; font-size: 12px; font-family: Verdana, Geneva, sans-serif; }
.retro-footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; }
.footer-chip { display: inline-block; background: #fff; color: #008080 !important; padding: 6px 14px; border: 1px solid #008080; text-decoration: none; font-weight: bold; font-size: 12px; }
.footer-chip:hover { background: #e8f4f4 !important; }
.footer-chip-cta { background: #ffde00 !important; color: #000 !important; border-color: #000 !important; }
.footer-chip-cta:hover { background: #e8c800 !important; color: #000 !important; }

/* ── Ticker bar retro override ── */
.hp-ticker-bar { background: #e8f4f4 !important; border-color: #008080 !important; font-family: Verdana, Geneva, sans-serif !important; }
.hp-ticker-label { color: #008080 !important; border-right-color: #008080 !important; }
.hp-ticker-item { color: #000 !important; }
.hp-ticker-item:hover { color: #800080 !important; }

/* ── Override old footer entirely ── */
.footer {
  background: #e8f4f4 !important;
  border-top: 2px solid #008080 !important;
  text-align: center !important;
  padding: 10px !important;
  font-size: 12px !important;
  color: #000000 !important;
  font-family: Verdana, Geneva, sans-serif !important;
  box-shadow: none !important;
}
.footer-inner { display: block !important; }
.footer-top,
.footer-rule,
.footer-brand img,
.footer-copy { display: none !important; }
.footer-cols {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 8px;
}
.footer-col {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}
.footer-col-title { display: none !important; }
.footer-col-desc { display: none !important; }
.footer-link,
.footer-link-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 30px !important;
  min-height: unset !important;
  padding: 0 12px !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-family: Verdana, Geneva, sans-serif !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  vertical-align: middle !important;
  margin-top: 0 !important;
  align-self: center !important;
}
.footer-link {
  background: #fff !important;
  color: #008080 !important;
  border: 1px solid #008080 !important;
}
.footer-link-cta {
  background: #ffde00 !important;
  color: #000000 !important;
  border: 1px solid #000 !important;
}
.footer-link:hover { background: #e8f4f4 !important; }
.footer-link-cta:hover { background: #e8c800 !important; }
/* Newsletter in footer — hide on inner pages */
.footer-newsletter { display: none !important; }
.footer-updated { display: block; font-size: 11px; color: #555; margin-top: 6px; font-weight: normal; }

/* ── Accent color overrides ── */
a { color: #800080; }
a:visited { color: #5c005c; }
a:hover { color: #008080 !important; }

input:focus, select:focus, button:focus-visible {
  outline: 3px solid #008080 !important;
  outline-offset: 1px !important;
}

/* ── Form inputs — square and teal-accented ── */
.field-input:focus,
.field-select:focus,
.field-textarea:focus {
  border-color: #008080 !important;
}

/* ── Submit button — teal ── */
.submit-btn {
  background: #008080 !important;
  border: none !important;
}
.submit-btn:hover { opacity: 0.85 !important; }

/* ── Category page overrides ── */
.cat-page-title { color: #008080; }
.category-card {
  border-color: #008080 !important;
  box-shadow: none !important;
}
.category-card.active { background: #008080 !important; border-color: #008080 !important; }
.submit-button { display: none !important; }

/* ── Listing page overrides ── */
.lp-name { color: #000000; font-size: clamp(20px, 4vw, 28px); }
.breadcrumb a { color: #008080; }
.lp-thumb { border-color: #008080 !important; color: #008080 !important; }
.lp-thumb:hover { background: #008080 !important; color: #fff !important; }

/* ── Hide sale ticker (replaced by Weekend Sales modal button) ── */
#sale-ticker { display: none !important; }

/* ── Status badge colors ── */
.status-open, .open-badge { color: #008080 !important; }
.status-closed, .closed-badge { color: #b00020 !important; }

/* ── Inline row / card expand ── */
.listing-row-detail {
  border-bottom: 1px solid #d9d9d9;
  border-left: 3px solid #008080;
}
.listing-row.lre--open { background: #fffbe6 !important; }
.listing-card.lre--open { border-color: #008080 !important; }

.lre-body {
  padding: 16px 20px 18px;
  background: #fffbe6;
  font-family: Verdana, Geneva, sans-serif;
}
.listing-card .lre-body {
  border-top: 1px solid #d9d9d9;
  margin-top: 8px;
}

/* Status line */
.lre-status {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
.lre-status-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.lre-status--open { color: #008080; }
.lre-status--open .lre-status-dot { background: #008080; }
.lre-status--closed { color: #cc0000; }
.lre-status--closed .lre-status-dot { background: #cc0000; }

/* Description + fields */
.lre-desc { font-size: 13px; color: #444; margin: 0 0 12px; line-height: 1.55; }
.lre-field { font-size: 13px; margin-bottom: 7px; line-height: 1.4; color: #000; }
.lre-label {
  font-size: 10px; font-weight: 900; text-transform: uppercase;
  letter-spacing: 0.08em; color: #555; margin-right: 5px;
}
.lre-value { color: #000; }
.lre-link { color: #800080 !important; text-decoration: none; }
.lre-link:hover { text-decoration: underline !important; }

/* Action buttons */
.lre-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; align-items: center; }
.lre-btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 34px; padding: 0 14px;
  font-size: 12px; font-weight: bold; font-family: Verdana, Geneva, sans-serif;
  background: #fff; border: 1px solid #008080 !important; color: #008080 !important;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  box-shadow: none !important; border-radius: 0 !important;
}
.lre-btn:hover { background: #e8f4f4 !important; color: #008080 !important; }
.lre-visit-btn { background: #008080 !important; color: #fff !important; border-color: #008080 !important; }
.lre-visit-btn:hover { opacity: 0.85 !important; background: #008080 !important; color: #fff !important; }
.lre-edit-btn { border-color: #aaa !important; color: #555 !important; }
.lre-edit-btn:hover { background: #f5f5f5 !important; color: #333 !important; }
.lre-collapse-btn { border-color: #aaa !important; color: #555 !important; }
.lre-collapse-btn:hover { background: #f5f5f5 !important; color: #333 !important; }
.lre-save-btn.fav-saved { color: #800080 !important; border-color: #800080 !important; }

/* ── Map popup redesigned ── */
.map-popup { font-family: Verdana, Geneva, sans-serif; min-width: 220px; }
.mp-name { font-size: 15px; font-weight: 700; color: #000; margin-bottom: 4px; line-height: 1.3; }
.mp-cat { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: #800080; margin-bottom: 8px; }
.mp-desc { font-size: 12px; color: #444; line-height: 1.5; margin-bottom: 8px; }
.mp-status { font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.mp-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 4px; vertical-align: middle; }
.mp-status--open { color: #008080; }
.mp-status--open .mp-dot { background: #008080; }
.mp-status--closed { color: #cc0000; }
.mp-status--closed .mp-dot { background: #cc0000; }
.mp-addr { font-size: 13px; color: #333; margin-bottom: 3px; }
.mp-phone { font-size: 13px; margin-bottom: 3px; }
.mp-phone a { color: #008080; font-weight: 700; text-decoration: none; }
.mp-phone a:hover { text-decoration: underline; }
.mp-hours { font-size: 13px; color: #555; margin-bottom: 3px; }
.mp-links { margin: 10px 0 6px; display: flex; gap: 16px; }
.mp-link { font-size: 13px; font-weight: 700; color: #008080 !important; text-decoration: none; }
.mp-link:hover { text-decoration: underline !important; }
.mp-edit { font-size: 12px; color: #777 !important; text-decoration: none; }
.mp-edit:hover { text-decoration: underline !important; color: #555 !important; }
.mp-fav-btn { display: block; width: 100%; margin-top: 10px; min-height: 36px; padding: 0 10px; background: #fff; color: #800080; border: 1.5px solid #800080; font-size: 13px; font-weight: bold; cursor: pointer; text-align: center; }
.mp-fav-btn:hover { background: #f0e4f7; }
.mp-fav-saved { background: #e91e8c !important; color: #fff !important; border-color: #e91e8c !important; }

/* ── My List panel: inline expand ── */
.mylist-item { cursor: pointer; transition: background 0.12s; }
.mylist-item:hover { background: #f9f5ee; }
.mylist-item.mylist-expanded { background: #fffbe6; border-left: 3px solid #800080; }
.mylist-lre-body { border-top: 1px solid #d9d9d9; margin-top: 0; }

/* ── Map pin — strip Leaflet's default square wrapper ── */
.map-pin-outer {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
/* Override the global border-radius:0 rule for pin circles */
.map-pin-circle {
  border-radius: 50% !important;
}

/* ── Map hover tooltip ── */
.map-name-tooltip {
  background: #fff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.18) !important;
  font-family: Verdana, Geneva, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #000 !important;
  padding: 4px 8px !important;
  white-space: nowrap !important;
}
/* Remove Leaflet's default arrow tip */
.map-name-tooltip::before { display: none !important; }

/* ── Toolbar — hide category/filter controls, keep search only ── */
#catTypeSelect,
#openNowBtn,
#filtersTypeSection,
#mobileFiltersBtn,
#mobileCatDropdown,
#mobileRadiusWrap,
#mobileFiltersGroup,
.mobile-cat-filters-row { display: none !important; }

/* ── Category pages: hide List/Map toggle (map always shows below) ── */
.is-cat-page .dir-view-switcher { display: none !important; }

/* ── Directory header — simplified retro style ── */
.directory-header {
  border-left-color: #800080 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 8px 0 8px 12px !important;
  gap: 12px !important;
}

/* Hide category badge pills and redundant count — count is in the h2 */
.category-badges { display: none !important; }
#resultCount { display: none !important; }

/* View switcher buttons — match retro nav-btn style */
.dir-view-switcher .toolbar-btn {
  background: #ffffff !important;
  border: 1px solid #008080 !important;
  color: #008080 !important;
  box-shadow: none !important;
  transform: none !important;
  font-family: Verdana, Geneva, sans-serif !important;
  font-size: 13px !important;
  font-weight: bold !important;
  height: 36px !important;
  padding: 0 12px !important;
  letter-spacing: normal !important;
}
.dir-view-switcher .toolbar-btn:hover {
  background: #e8f4f4 !important;
}
.dir-view-switcher .view-button.active {
  background: #008080 !important;
  color: #ffffff !important;
  border-color: #008080 !important;
  box-shadow: none !important;
}

/* ── Redesigned list-view row ── */
.table-head { display: none !important; }

.listing-row {
  display: grid !important;
  grid-template-columns: 36px 2fr 1.1fr 2fr 80px !important;
  align-items: center !important;
  gap: 0 14px !important;
  padding: 13px 20px !important;
  border-bottom: 1px solid #d9d9d9 !important;
  background: #ffffff !important;
  cursor: pointer;
}
.listing-row:hover { background: #f0f7f7 !important; }
.listing-row.lre--open { background: #f0f7f7 !important; }

.listing-row .fav-btn {
  width: 32px !important;
  height: 32px !important;
  min-width: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  color: #aaa !important;
  justify-self: center;
}
.listing-row .business-name {
  font-size: 15px !important;
  font-weight: 700 !important;
  font-family: Verdana, Geneva, sans-serif !important;
  color: #000000 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  text-align: left !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.listing-row .business-name:hover { text-decoration: underline !important; }

.row-cat-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #800080;
}
.row-meta-col {
  font-size: 12px;
  color: #555555;
}
.row-status-badge {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: right;
}
.row-status-badge.row-status--open { color: #008000; }
.row-status-badge.row-status--closed { color: #cc0000; }

/* Section heading with count */
.business-directory h2 .listings-count {
  font-weight: 400;
  color: #555555;
  font-size: 0.85em;
}

/* Inline row expand — reset margin for new grid */
.listing-row-detail { margin: 0; }

/* ── Browse sections — teal retro style ── */
.browse-sections {
  display: block !important;
  max-width: 100% !important;
  margin: 2rem 0 !important;
  padding: 0 20px !important;
}
.browse-block {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 20px 0 !important;
  border-top: 1px solid #d9d9d9 !important;
}
.browse-block:first-child { border-top: none !important; }

.browse-block-hd {
  font-size: 18px !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: 700 !important;
  color: #008080 !important;
  font-family: 'Space Grotesk', sans-serif !important;
}
.browse-block-sub { color: #555555 !important; }
.browse-inline-link { color: #555555 !important; }
.browse-inline-link:hover { color: #008080 !important; }

.browse-pill {
  border: 1.5px solid #008080 !important;
  box-shadow: 2px 2px 0 #008080 !important;
  color: #008080 !important;
  background: #ffffff !important;
}
.browse-pill:hover {
  background: #e8f4f4 !important;
  color: #008080 !important;
}

/* Area links — plain bold teal text, stacked vertically */
.browse-pill--sm {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #008080 !important;
  padding: 2px 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.browse-pill--sm:hover {
  background: transparent !important;
  color: #005f5f !important;
  text-decoration: underline !important;
}
.browse-area-group .browse-pills {
  flex-direction: column !important;
  gap: 4px !important;
}

/* Area grid — 4 columns on desktop, 2 on mobile */
.browse-areas {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px 24px !important;
  align-items: start !important;
}
@media (max-width: 640px) {
  .browse-areas {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px 16px !important;
  }
}

.browse-area-region {
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
  color: #800080 !important;
  margin-bottom: 8px !important;
}

/* ── Category pages: full-width map, no sidebar, no legacy footer ── */
.is-cat-page #map-top-bar { display: none !important; }
.is-cat-page #map-sidebar { display: none !important; }
.is-cat-page .cat-map-disclaimer { display: none !important; }
/* Keep #map-body as flex so #map's flex:1 gets a real height */
.is-cat-page #map-body { height: 400px !important; }
.is-cat-page #map { border-color: #008080 !important; box-shadow: none !important; }

/* ── Listing-page navbar container (matches .retro-nav layout) ── */
.navbar {
  background: #e8f4f4;
  border-bottom: 2px solid #008080;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

/* ── Mobile: 3-button nav + clean listing cards ── */
@media (max-width: 640px) {
  /* Nav: single row of 3 equal buttons, hide Home */
  .retro-nav,
  .navbar {
    flex-wrap: nowrap !important;
    padding: 6px !important;
    gap: 4px !important;
  }
  .retro-nav a.nav-btn[href="/"],
  .navbar a.nav-btn[href="/"] { display: none !important; }
  .retro-nav .nav-btn,
  .navbar .nav-btn {
    flex: 1 !important;
    font-size: 11px !important;
    padding: 6px 4px !important;
    min-height: 40px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  /* Listing row: block card layout, full name visible */
  .listing-row {
    display: block !important;
    position: relative !important;
    padding: 14px 52px 12px 16px !important;
    background: #FAF6EE !important;
    border: 2px solid #5A3A28 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
  }
  .listing-row:first-child { border-radius: 4px 4px 0 0 !important; }
  .listing-row:last-of-type { border-bottom: 2px solid #5A3A28 !important; border-radius: 0 0 4px 4px !important; box-shadow: 3px 3px 0 #5A3A28 !important; }
  .listing-row:hover { background: #f0ead8 !important; }
  .listing-row.lre--open { background: #f0ead8 !important; }

  /* Fav button: anchored top-right */
  .listing-row .fav-btn {
    position: absolute !important;
    right: 12px !important;
    top: 14px !important;
    transform: none !important;
    width: 28px !important;
    height: 28px !important;
    min-width: unset !important;
    padding: 0 !important;
    align-self: unset !important;
    justify-self: unset !important;
  }

  /* Store name: full wrap, prominent */
  .listing-row .business-name {
    display: block !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    font-family: 'Courier New', Courier, monospace !important;
    color: #5A3A28 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    line-height: 1.3 !important;
    padding: 0 0 5px !important;
    text-align: left !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    width: 100% !important;
  }
  .listing-row .business-name:hover { text-decoration: underline !important; }

  /* Meta info: inline on a second line */
  .row-cat-label {
    display: inline !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: #800080 !important;
  }
  .row-meta-col {
    display: inline !important;
    font-size: 12px !important;
    color: #555 !important;
  }
  .row-meta-col::before { content: ' · '; color: #9a7860; }
  .row-status-badge {
    display: inline !important;
    font-size: 12px !important;
    text-align: left !important;
  }
  .row-status-badge.row-status--open { color: #008000; }
  .row-status-badge.row-status--closed { color: #cc0000; }
  .row-status-badge:not(:empty)::before { content: ' · '; color: #9a7860; }

  /* Expanded detail stays connected to card */
  .listing-row-detail {
    margin: 0 !important;
    border-radius: 0 0 4px 4px !important;
    border-left: 2px solid #5A3A28 !important;
    border-right: 2px solid #5A3A28 !important;
    border-bottom: 2px solid #5A3A28 !important;
    box-shadow: 3px 3px 0 #5A3A28 !important;
    margin-bottom: 10px !important;
  }
}

/* ── Mobile Favorites Bar ── */
.mobile-favs {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: #800080;
  border-top: 2px solid #008080;
}
.mobile-favs-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 50px;
  padding: 8px 16px;
  background: #800080;
  color: #fff;
  border: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  text-align: left;
}
.mobile-favs-icon { font-size: 18px; }
.mobile-favs-chevron { margin-left: auto; font-size: 14px; display: inline-block; transition: transform 0.2s; }
.mobile-favs.open .mobile-favs-chevron { transform: rotate(180deg); }
.mobile-favs .mylist-badge { background: #fff; color: #800080; font-size: 11px; padding: 1px 7px; font-weight: bold; border-radius: 10px !important; }
.mobile-favs-sheet { background: #fff; border-top: 2px solid #008080; max-height: 65vh; overflow-y: auto; }
.mobile-favs-handle { width: 36px; height: 4px; background: #d9d9d9; margin: 10px auto 6px; }
.mobile-favs-content { padding: 4px 12px 16px; }
.mobile-favs-empty { text-align: center; padding: 24px 12px; color: #777; font-size: 13px; line-height: 1.6; }
.mobile-favs-item { display: flex; align-items: center; gap: 8px; padding: 10px 8px; border-bottom: 1px solid #d9d9d9; }
.mobile-favs-item-info { flex: 1; min-width: 0; cursor: pointer; }
.mobile-favs-item-name { display: block; font-weight: bold; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mobile-favs-item-meta { display: block; font-size: 11px; color: #777; }
.mobile-favs-remove { background: none; border: none; color: #bbb; font-size: 18px; cursor: pointer; padding: 4px 8px; line-height: 1; flex-shrink: 0; }
.mobile-favs-remove:hover { color: #cc0000; }

@media (max-width: 640px) {
  .mobile-favs.has-favs { display: block; }
  body.has-favs-bar { padding-bottom: 60px; }
}
