/* ── Dealer country landing page ───────────────────────────────────── */
.sp-dealer-country__hero { padding-bottom: 60px; }

.sp-dealer-country__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 28px;
}
.sp-dealer-country__breadcrumb a,
.sp-dealer-country__breadcrumb a:link,
.sp-dealer-country__breadcrumb a:visited {
  color: rgba(255,255,255,0.5) !important;
  text-decoration: none !important;
  transition: color 200ms;
}
.sp-dealer-country__breadcrumb a:hover { color: #fff !important; }
.sp-dealer-country__top-action {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 28px;
}
.sp-dealer-country__top-action .sp-btn {
  min-height: 40px;
  padding: 0 18px;
  font-size: 11px;
}

.sp-dealer-country__map-wrap { width: 100%; height: 380px; background: #111; }
#sp-dealer-map { width: 100%; height: 100%; }

.sp-dealer-country__section { padding: 64px 0 80px; }

.sp-dealer-country__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.sp-dealer-country__back { text-align: center; }

.sp-store-card__country a,
.sp-store-card__country a:link,
.sp-store-card__country a:visited,
.sp-store-card__country-link,
.sp-store-card__country-link:link,
.sp-store-card__country-link:visited {
  color: rgba(255,255,255,0.86) !important;
  text-decoration: none !important;
  border-bottom: 1px dotted rgba(255,255,255,0.22);
  transition: color 200ms, border-color 200ms;
}
.sp-store-card__country a:hover,
.sp-store-card__country-link:hover {
  color: #fff !important;
  border-color: rgba(255,255,255,0.6);
}
.sp-dealer-country .sp-store-contact,
.sp-dealer-country .sp-store-contact:link,
.sp-dealer-country .sp-store-contact:visited,
.sp-dealer-country .sp-store-action,
.sp-dealer-country .sp-store-action:link,
.sp-dealer-country .sp-store-action:visited {
  color: rgba(255,255,255,0.42) !important;
  text-decoration: none !important;
}
.sp-dealer-country .sp-store-contact:hover,
.sp-dealer-country .sp-store-action:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .sp-dealer-country__list { grid-template-columns: 1fr; }
  .sp-dealer-country__map-wrap { height: 260px; }
}

/* -- Card typography overrides for country pages -- */
.sp-dealer-country__card .sp-store-card__name {
  font-size: 17px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.92) !important;
}
.sp-dealer-country__card .sp-store-card__city {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #fff !important;
  letter-spacing: 0.04em;
}
.sp-dealer-country__card .sp-store-card__address {
  font-size: 13px !important;
  color: rgba(255,255,255,0.6) !important;
  line-height: 1.65;
}

/* -- Leaflet zoom controls dark theme -- */
.leaflet-bar a,
.leaflet-bar a:link,
.leaflet-bar a:visited {
  color: rgba(255,255,255,0.8) !important;
  background-color: #1a1a1a !important;
  border-bottom-color: rgba(255,255,255,0.1) !important;
  text-decoration: none !important;
}
.leaflet-bar a:hover {
  color: #fff !important;
  background-color: #2a2a2a !important;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  color: rgba(255,255,255,0.8) !important;
}
