/* LilamAuto Souq-inspired home shell — Lilam blue accent (#0A5C9E), not Libya gold */
html[data-store-theme="lilamauto"] {
  --la-souq-ink: #0c2340;
  --la-souq-ink-soft: #1a3a5c;
  --la-souq-accent: #0a5c9e;
  --la-souq-accent-deep: #084a7e;
  --la-souq-accent-light: #e6f0fa;
  --la-souq-bg: #f7f5f1;
  --la-souq-card: #ffffff;
  --la-souq-line: #e7e2d9;
  --la-souq-gray: #5b6472;
  --la-souq-gray-light: #8b92a0;
  --la-souq-radius: 14px;
  --la-souq-shadow: 0 1px 2px rgba(12, 35, 64, 0.04), 0 6px 16px rgba(12, 35, 64, 0.06);
}

html[data-store-theme="lilamauto"] body {
  background: var(--la-souq-bg);
}

html[data-store-theme="lilamauto"] #lilamauto-sidebar-desktop,
html[data-store-theme="lilamauto"] #lilamauto-quick-nav-mobile {
  display: none !important;
}

html[data-store-theme="lilamauto"] #lilamauto-main-row {
  flex-direction: column;
  gap: 0;
}

html[data-store-theme="lilamauto"].la-souq-tab-visible {
  padding-bottom: 72px;
}

/* Sticky marketplace hub (below global store header) */
.la-souq-hub {
  position: sticky;
  top: 52px;
  z-index: 35;
  background: var(--la-souq-ink);
  color: #fff;
  margin: -1rem -0.75rem 1rem;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 20px rgba(12, 35, 64, 0.15);
}

@media (min-width: 640px) {
  .la-souq-hub {
    margin: -1.5rem -1rem 1.25rem;
    border-radius: 0 0 18px 18px;
  }
}

.la-souq-primary-nav {
  display: flex;
  padding: 0 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.la-souq-primary-nav::-webkit-scrollbar {
  display: none;
}

.la-souq-nav-link {
  flex: 1 0 auto;
  min-width: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 9px 4px 10px;
  color: #aeb9cc;
  font-size: 10.5px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}

.la-souq-nav-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.la-souq-nav-link.active {
  color: #fff;
}

.la-souq-nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 18%;
  right: 18%;
  height: 2px;
  background: var(--la-souq-accent);
  border-radius: 2px 2px 0 0;
}

.la-souq-nav-link[data-nav-key="catalog"] {
  color: #b8d4f0;
}

.la-souq-search-row,
.la-souq-controls-row {
  padding: 12px 14px 14px;
}

.la-souq-controls-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.la-souq-hub--automotive .la-souq-controls-row {
  flex-wrap: nowrap;
}

@media (max-width: 639px) {
  .la-souq-hub--automotive .la-souq-controls-row {
    flex-wrap: wrap;
  }
}

.la-souq-search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 12rem;
  min-width: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  padding: 8px 10px;
}

.la-souq-search-box > svg {
  flex-shrink: 0;
  opacity: 0.7;
  width: 18px;
  height: 18px;
}

.la-souq-search-box input {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  width: 100%;
  min-width: 0;
  min-height: 36px;
}

.la-souq-search-box input::placeholder {
  color: #9aa6ba;
}

.la-souq-filter-pill {
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--la-souq-accent);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 8px;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  min-height: 36px;
}

.la-souq-filter-pill:hover {
  background: var(--la-souq-accent-deep);
}

/* Automotive tools row (sort + sell) — inline with search on #automotive */
.la-souq-automotive-tools {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: auto;
}

.la-souq-automotive-tools.hidden {
  display: none !important;
}

@media (max-width: 639px) {
  .la-souq-automotive-tools {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
  }
}

.la-souq-sort-label {
  font-size: 12px;
  font-weight: 600;
  color: #aeb9cc;
  flex-shrink: 0;
}

.la-souq-sort-select {
  width: auto;
  min-width: 9.5rem;
  max-width: 11.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 9px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 500;
  min-height: 40px;
}

.la-souq-sort-select option {
  color: var(--la-souq-ink);
  background: #fff;
}

.la-souq-map-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  min-height: 40px;
  cursor: pointer;
}

.la-souq-map-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}

.la-souq-map-toggle[aria-expanded="true"] {
  border-color: #7dd3fc;
  color: #e0f2fe;
}

/* Homepage map teaser */
.la-home-map-section {
  border-radius: 16px;
  border: 1px solid var(--la-souq-line, #e2e8f0);
  background: #fff;
  padding: 16px;
  overflow: hidden;
}

.la-home-map-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 12px;
}

@media (min-width: 900px) {
  .la-home-map-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    align-items: center;
    gap: 20px;
  }
}

.la-home-map-col {
  position: relative;
  min-width: 0;
  isolation: isolate;
  display: flex;
  flex-direction: column;
}

.la-home-map-el {
  position: relative;
  z-index: 0;
  flex: 1 1 auto;
  height: 280px;
  min-height: 240px;
  border-radius: 12px;
  overflow: hidden;
  background: #e2e8f0;
}

@media (min-width: 900px) {
  .la-home-map-el {
    height: 320px;
    min-height: 300px;
  }
}

.la-home-map-el .leaflet-container {
  width: 100% !important;
  height: 100% !important;
  font-family: inherit;
}

.la-home-map-el .leaflet-pane,
.la-home-map-el .leaflet-top,
.la-home-map-el .leaflet-bottom {
  z-index: 1;
}

.la-home-map-side {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.la-home-map-lead {
  font-size: 14px;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

.la-home-map-analytics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 899px) {
  .la-home-map-analytics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.la-home-map-stat-card {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 14px;
  min-width: 0;
}

.la-home-map-stat-card--accent {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, var(--la-souq-accent-light, #e6f0fa) 0%, #f0f7ff 100%);
  border-color: #bfdbfe;
}

.la-home-map-stat-num {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: var(--la-souq-ink, #0c2340);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.la-home-map-stat-card--accent .la-home-map-stat-num {
  color: var(--la-souq-accent-deep, #084a82);
}

.la-home-map-stat-label {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  line-height: 1.3;
}

.la-home-map-stat-card--accent .la-home-map-stat-label {
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
}

#la-home-map-stat-top-city {
  font-weight: 800;
  color: var(--la-souq-accent-deep, #084a82);
}

.la-home-map-cities-block {
  min-width: 0;
}

.la-home-map-cities-label {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
}

.la-home-map-city-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  max-height: 120px;
  overflow: hidden;
}

.la-home-map-city-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #334155;
  border-radius: 999px;
  padding: 0 14px;
  min-height: 44px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  max-width: 100%;
  min-width: 0;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.la-home-map-city-pill:focus {
  outline: 2px solid var(--la-souq-accent, #0a5c9e);
  outline-offset: 2px;
}

.la-home-map-city-pill:hover {
  border-color: var(--la-souq-accent, #0a5c9e);
  color: var(--la-souq-accent, #0a5c9e);
  background: var(--la-souq-accent-light, #e6f0fa);
}

.la-home-map-city-pill-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.la-home-map-city-pill-count {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  background: var(--la-souq-accent, #0a5c9e);
  border-radius: 999px;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.la-home-map-empty {
  margin: 0;
  font-size: 13px;
  color: #94a3b8;
}

.la-home-map-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--la-souq-accent, #0a5c9e);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: background 0.15s ease;
}

.la-home-map-cta:hover {
  background: var(--la-souq-accent-deep, #084a82);
  color: #fff;
}

.la-home-map-cta:focus {
  outline: 2px solid var(--la-souq-accent-deep, #084a82);
  outline-offset: 2px;
}

.la-map-popup {
  max-width: 220px;
  line-height: 1.35;
  word-break: break-word;
}

/* Vehicles browse split map */
.la-auto-split-row {
  margin-top: 8px;
}

.la-auto-map-shell {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  background: #e2e8f0;
}

#stack-automotive-map {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

#stack-automotive-map .leaflet-container {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 1023px) {
  .la-auto-map-shell {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.35s ease, opacity 0.25s ease;
  }

  .la-auto-map-shell.la-auto-map-shell--open {
    max-height: min(52vh, 440px);
    opacity: 1;
    pointer-events: auto;
  }
}

@media (min-width: 1024px) {
  .la-auto-map-shell {
    max-height: none;
    opacity: 1;
    pointer-events: auto;
  }
}

.la-auto-map-shell > .la-auto-map-col {
  position: relative;
  min-height: 0;
}

@media (max-width: 1023px) {
  .la-auto-map-shell:not(.la-auto-map-shell--open) > .la-auto-map-col {
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden;
  }

  .la-auto-map-shell.la-auto-map-shell--open > .la-auto-map-col {
    height: min(52vh, 440px);
    min-height: 260px;
  }
}

@media (min-width: 1024px) {
  .la-auto-map-shell > .la-auto-map-col {
    height: calc(100vh - 140px);
    min-height: 280px;
  }
}

.la-auto-osm-badge {
  position: absolute;
  bottom: 28px;
  right: 8px;
  z-index: 500;
  font-size: 10px;
  color: #64748b;
  background: rgba(255, 255, 255, 0.85);
  padding: 2px 6px;
  border-radius: 4px;
  pointer-events: none;
}

.la-auto-list-scroll {
  -webkit-overflow-scrolling: touch;
}

.la-car-marker-icon-root {
  background: transparent !important;
  border: none !important;
}

.la-car-marker-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--la-souq-accent, #0a5c9e);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(12, 35, 64, 0.25);
  border: 2px solid #fff;
  white-space: nowrap;
}

.la-car-marker-pill--approx {
  background: #64748b;
}

.la-car-marker-pill--hl {
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(10, 92, 158, 0.45);
}

.la-car-marker-pill--selected {
  background: #f59e0b;
  transform: scale(1.1);
}

.la-card--map-focus {
  outline: 2px solid var(--la-souq-accent, #0a5c9e);
  outline-offset: 2px;
}

.la-map-loading-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 200px;
  color: #64748b;
  font-size: 13px;
}

.la-souq-sell-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 9px;
  background: var(--la-souq-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  min-height: 40px;
  white-space: nowrap;
}

.la-souq-sell-btn:hover {
  background: var(--la-souq-accent-deep);
  color: #fff;
}

/* Filters dropdown panel (all vehicle filter fields) */
.la-souq-filters-dropdown {
  padding: 0 14px 14px;
}

.la-souq-filters-dropdown.hidden {
  display: none !important;
}

.la-souq-filters-panel {
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 12px 32px rgba(12, 35, 64, 0.18);
  max-height: min(70vh, 520px);
  overflow-y: auto;
}

.la-souq-filters-panel.hidden {
  display: none !important;
}

.la-souq-filters-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media (min-width: 640px) {
  .la-souq-filters-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .la-souq-filters-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.la-souq-filter-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--la-souq-gray);
  margin-bottom: 4px;
}

.la-souq-filter-field {
  width: 100%;
  border: 1px solid var(--la-souq-line);
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 13px;
  color: var(--la-souq-ink);
  background: #fff;
  min-height: 38px;
}

.la-souq-filters-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--la-souq-line);
}

.la-souq-filters-clear {
  font-size: 13px;
  font-weight: 600;
  color: var(--la-souq-accent-deep);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  min-height: 40px;
  padding: 4px 8px;
}

.la-souq-hub.la-souq-hub--automotive .la-souq-controls-row {
  padding-bottom: 12px;
}

.la-souq-app {
  max-width: 72rem;
  margin: 0 auto;
}

/* Featured hero */
.la-souq-hero {
  margin: 0 0 1rem;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, var(--la-souq-ink-soft), #061525);
  box-shadow: var(--la-souq-shadow);
  cursor: pointer;
}

.la-souq-hero-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--la-souq-accent);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 7px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  z-index: 2;
}

.la-souq-hero-fav {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.la-souq-hero-art {
  position: relative;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.la-souq-hero-art::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(10, 92, 158, 0.35), transparent 60%);
}

.la-souq-hero-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.la-souq-hero-art .la-souq-hero-placeholder {
  position: relative;
  z-index: 1;
  font-size: 4rem;
  opacity: 0.5;
}

.la-souq-hero-body {
  background: #fff;
  padding: 16px;
}

.la-souq-hero-eyebrow {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--la-souq-accent-deep);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.la-souq-hero-body h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--la-souq-ink);
  line-height: 1.25;
}

.la-souq-hero-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}

.la-souq-hero-price {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--la-souq-accent-deep);
  font-variant-numeric: tabular-nums;
}

.la-souq-hero-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 11.5px;
  color: var(--la-souq-gray);
}

.la-souq-hero-specs span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.la-souq-hero-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.la-souq-hero-cta a,
.la-souq-hero-cta button {
  flex: 1;
  padding: 11px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.la-souq-hero-cta .primary {
  background: var(--la-souq-ink);
  color: #fff;
}

.la-souq-hero-cta .ghost {
  background: var(--la-souq-bg);
  color: var(--la-souq-ink);
  border: 1.5px solid var(--la-souq-line);
}

.la-souq-hero-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 10px 0 2px;
}

.la-souq-hero-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--la-souq-line);
}

.la-souq-hero-dots span.on {
  background: var(--la-souq-accent);
}

/* Chip rows */
.la-chip-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 4px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.la-chip-row::-webkit-scrollbar {
  display: none;
}

.la-chip {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--la-souq-card);
  border: 1px solid var(--la-souq-line);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--la-souq-ink-soft);
  white-space: nowrap;
  cursor: pointer;
  min-height: 40px;
}

.la-chip:hover {
  border-color: var(--la-souq-accent);
  color: var(--la-souq-accent);
}

.la-chip.active {
  background: var(--la-souq-ink);
  color: #fff;
  border-color: var(--la-souq-ink);
}

.la-souq-section-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--la-souq-ink);
  margin: 0 0 0.5rem;
}

/* Jump strip */
.la-souq-jump-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 1.5rem 0;
  align-items: stretch;
}

@media (max-width: 639px) {
  .la-souq-jump-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.la-souq-jump-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  min-height: 96px;
  background: var(--la-souq-card);
  border: 1px solid var(--la-souq-line);
  border-radius: 12px;
  padding: 14px 8px 12px;
  text-align: center;
  box-shadow: var(--la-souq-shadow);
  text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.la-souq-jump-card:hover {
  border-color: var(--la-souq-accent);
  transform: translateY(-1px);
}

.la-souq-jump-card .icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 7px;
  font-size: 1.1rem;
}

.la-souq-jump-card.parts .icon {
  background: #fdefd9;
}

.la-souq-jump-card.quick .icon {
  background: #e6eef9;
}

.la-souq-jump-card.vehicles .icon {
  background: #fdeae3;
}

.la-souq-jump-card.blogs .icon {
  background: #e8f4ed;
}

.la-souq-jump-card span {
  font-size: 11px;
  font-weight: 700;
  color: var(--la-souq-ink-soft);
  line-height: 1.35;
  display: block;
  margin-top: auto;
  padding-top: 4px;
}

.la-souq-inline-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--la-souq-accent-deep);
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
}

.la-souq-inline-link:hover {
  color: var(--la-souq-accent);
  text-decoration: underline;
}

/* Seller tabs */
.la-souq-seller-tabs {
  display: flex;
  gap: 8px;
  margin-top: 0.5rem;
}

.la-souq-seller-tab {
  flex: 1;
  text-align: center;
  padding: 10px 6px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--la-souq-line);
  background: var(--la-souq-card);
  color: var(--la-souq-gray);
  cursor: pointer;
  min-height: 44px;
}

.la-souq-seller-tab.active {
  background: var(--la-souq-ink);
  color: #fff;
  border-color: var(--la-souq-ink);
}

.la-souq-seller-panel {
  background: var(--la-souq-card);
  border: 1px solid var(--la-souq-line);
  border-radius: var(--la-souq-radius);
  padding: 16px;
  margin-top: 12px;
  box-shadow: var(--la-souq-shadow);
}

.la-souq-seller-panel h3 {
  font-size: 14.5px;
  margin: 0 0 5px;
  font-weight: 700;
  color: var(--la-souq-ink);
}

.la-souq-seller-panel p {
  font-size: 12px;
  color: var(--la-souq-gray);
  margin: 0 0 12px;
  line-height: 1.5;
}

.la-souq-seller-panel .btn-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 640px) {
  .la-souq-seller-panel .btn-row {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .la-souq-seller-panel .btn-row .la-souq-btn {
    flex: 1 1 calc(50% - 4px);
    width: auto;
    min-width: 10rem;
  }
}

.la-souq-seller-panel a.la-souq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 700;
  font-size: 13px;
  border-radius: 10px;
  padding: 11px 16px;
  text-decoration: none;
  min-height: 44px;
  width: 100%;
}

.la-souq-btn-primary {
  background: var(--la-souq-ink);
  color: #fff;
}

.la-souq-btn-accent {
  background: var(--la-souq-accent);
  color: #fff;
}

.la-souq-btn-outline {
  background: #fff;
  color: var(--la-souq-ink);
  border: 1.5px solid var(--la-souq-ink);
}

.la-souq-btn-primary:hover,
.la-souq-btn-accent:hover {
  filter: brightness(1.06);
}

.la-souq-btn-outline:hover {
  background: var(--la-souq-accent-light);
  border-color: var(--la-souq-accent);
  color: var(--la-souq-accent-deep);
}

/* LilamAuto header — match hub navy */
html[data-store-theme="lilamauto"] header.bg-white {
  background: var(--la-souq-ink) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 4px 20px rgba(12, 35, 64, 0.2);
}

html[data-store-theme="lilamauto"] #store-title {
  color: #fff !important;
}

html[data-store-theme="lilamauto"] #store-menu-open-btn {
  color: #e2e8f0;
}

html[data-store-theme="lilamauto"] #store-menu-open-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

html[data-store-theme="lilamauto"] .store-header-lang-select {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23e2e8f0'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
}

html[data-store-theme="lilamauto"] #store-login-link,
html[data-store-theme="lilamauto"] #store-signup-link {
  color: #e2e8f0 !important;
}

html[data-store-theme="lilamauto"] #store-login-link:hover,
html[data-store-theme="lilamauto"] #store-signup-link:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

html[data-store-theme="lilamauto"] #store-profile-btn {
  color: #e2e8f0;
}

html[data-store-theme="lilamauto"] #store-profile-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* LilamAuto footer — match header/hub navy */
html[data-store-theme="lilamauto"] #store-site-footer {
  margin-top: 2.5rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: -1rem;
  padding: 2rem 1rem 1.5rem;
  border-top: none;
  background: var(--la-souq-ink);
  color: #aeb9cc;
  text-align: left;
}

@media (min-width: 640px) {
  html[data-store-theme="lilamauto"] #store-site-footer {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 2.5rem 1.5rem 1.75rem;
  }
}

html[data-store-theme="lilamauto"] .store-footer-inner {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  html[data-store-theme="lilamauto"] .store-footer-inner {
    grid-template-columns: 1.2fr repeat(2, minmax(0, 1fr));
    grid-template-areas:
      'brand explore sell'
      'cta cta cta'
      'legal legal legal'
      'disclaimer disclaimer disclaimer';
  }

  html[data-store-theme="lilamauto"] .store-footer-brand-block { grid-area: brand; }
  html[data-store-theme="lilamauto"] .store-footer-nav--market { grid-area: explore; }
  html[data-store-theme="lilamauto"] .store-footer-nav--sell { grid-area: sell; }
  html[data-store-theme="lilamauto"] .store-footer-cta-block { grid-area: cta; }
  html[data-store-theme="lilamauto"] .store-footer-legal { grid-area: legal; }
  html[data-store-theme="lilamauto"] .store-footer-disclaimer { grid-area: disclaimer; }
}

html[data-store-theme="lilamauto"] .store-footer-brand {
  margin: 0 0 6px;
  font-size: 1.125rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

html[data-store-theme="lilamauto"] .store-footer-tagline {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #94a3b8;
  max-width: 22rem;
}

html[data-store-theme="lilamauto"] .store-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

html[data-store-theme="lilamauto"] .store-footer-nav-title {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--la-souq-accent);
}

html[data-store-theme="lilamauto"] .store-footer-nav a {
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 2px 0;
}

html[data-store-theme="lilamauto"] .store-footer-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

html[data-store-theme="lilamauto"] .store-footer-cta-block {
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  html[data-store-theme="lilamauto"] .store-footer-cta-block {
    padding-top: 0;
    border-top: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

html[data-store-theme="lilamauto"] .store-footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 10px;
  background: var(--la-souq-accent);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s ease;
}

html[data-store-theme="lilamauto"] .store-footer-cta-btn:hover {
  background: var(--la-souq-accent-deep);
}

html[data-store-theme="lilamauto"] .store-footer-cta-hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: #94a3b8;
}

html[data-store-theme="lilamauto"] .store-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

html[data-store-theme="lilamauto"] .store-footer-legal a {
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
}

html[data-store-theme="lilamauto"] .store-footer-legal a:hover {
  color: #fff;
  text-decoration: underline;
}

html[data-store-theme="lilamauto"] .store-footer-disclaimer {
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
  color: #64748b;
  max-width: 48rem;
}

/* Hide LilamAuto-only footer blocks on other storefronts */
html:not([data-store-theme="lilamauto"]) [data-la-footer-block] {
  display: none !important;
}

html:not([data-store-theme="lilamauto"]) .store-footer-inner {
  text-align: center;
}

html:not([data-store-theme="lilamauto"]) .store-footer-brand-block {
  margin-bottom: 0.5rem;
}

html:not([data-store-theme="lilamauto"]) .store-footer-brand {
  font-weight: 700;
  color: #334155;
  margin: 0 0 0.25rem;
}

html:not([data-store-theme="lilamauto"]) .store-footer-tagline {
  display: none;
}

html:not([data-store-theme="lilamauto"]) .store-footer-cta-block {
  margin-bottom: 0.75rem;
}

html:not([data-store-theme="lilamauto"]) .store-footer-cta-btn {
  color: #047857 !important;
  font-weight: 600;
  text-decoration: underline;
  background: none;
  padding: 0;
  min-height: auto;
}

html:not([data-store-theme="lilamauto"]) .store-footer-cta-hint {
  display: inline;
  margin-left: 0.25rem;
}

html:not([data-store-theme="lilamauto"]) .store-footer-legal {
  justify-content: center;
  margin-bottom: 0.75rem;
}

html:not([data-store-theme="lilamauto"]) .store-footer-legal a {
  color: #047857;
  text-decoration: underline;
}

html:not([data-store-theme="lilamauto"]) .store-footer-disclaimer {
  text-align: center;
}

/* Mobile bottom tab bar */
.la-souq-tab-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid var(--la-souq-line);
  display: flex;
  z-index: 45;
  box-shadow: 0 -4px 16px rgba(12, 35, 64, 0.08);
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.la-souq-tab-bar a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 9px 2px 8px;
  color: var(--la-souq-gray-light);
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  min-height: 44px;
}

.la-souq-tab-bar a svg {
  width: 20px;
  height: 20px;
}

.la-souq-tab-bar a.active {
  color: var(--la-souq-ink);
}

.la-souq-tab-bar a.active svg {
  stroke: var(--la-souq-accent-deep);
}

.la-souq-tab-bar a .tdot {
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--la-souq-accent);
  position: absolute;
  top: 5px;
}

.la-souq-tab-bar a.active .tdot {
  display: block;
}

@media (min-width: 1024px) {
  .la-souq-tab-bar {
    display: none !important;
  }

  html[data-store-theme="lilamauto"].la-souq-tab-visible {
    padding-bottom: 0;
  }
}
