.ad-dealers-map-wrap {
  position: relative;
  width: 100%;
  min-height: var(--ad-map-height, 800px);
  background: #fff;
  overflow: hidden;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.ad-dealers-map-wrap *,
.ad-dealers-map-wrap *::before,
.ad-dealers-map-wrap *::after {
  box-sizing: border-box;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.ad-dealers-layout {
  position: relative;
  display: flex;
  align-items: stretch;
  height: var(--ad-map-height, 800px);
  min-height: 560px;
  overflow: hidden;
  background: #fbfdfe;
}

.ad-dealers-sidebar {
  position: relative;
  z-index: 10;
  flex: 0 0 360px;
  width: 360px;
  max-width: min(360px, 100%);
  height: 100%;
  padding: 18px 24px;
  background: rgba(255, 255, 255, .96);
  border-left: 1px solid rgba(0,0,0,.08);
  border-right: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 4px 10px rgba(0,0,0,.16);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #111A3A;
}

.ad-dealers-filter-row {
  width: 100%;
  margin-bottom: 12px;
}

.ad-dealers-country,
.ad-dealers-country option {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 15px;
  line-height: 1.3;
}

.ad-dealers-country {
  width: 100% !important;
  max-width: 100% !important;
  height: 42px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(17, 26, 58, .25) !important;
  border-radius: 8px !important;
  outline: none !important;
  background: #fff !important;
  color: #111A3A !important;
  box-shadow: none !important;
  appearance: auto;
}

.ad-dealers-country:focus {
  border-color: rgba(17, 26, 58, .5) !important;
}

.ad-dealers-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
}

.ad-dealers-list::-webkit-scrollbar {
  width: 8px;
}

.ad-dealers-list::-webkit-scrollbar-track {
  background: transparent;
}

.ad-dealers-list::-webkit-scrollbar-thumb {
  background: rgba(17, 26, 58, .18);
  border-radius: 8px;
}

.ad-dealer-country-group {
  padding: 10px 0 16px;
  border-top: 1px solid rgba(17, 26, 58, .18);
}

.ad-dealer-country-group:first-child {
  border-top: 0;
  padding-top: 2px;
}

.ad-dealer-country-title {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .04em;
  font-weight: 700;
  color: #171717;
}

.ad-dealer-item {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 8px 10px;
  border-radius: 6px;
  background: transparent;
  transition: background-color .18s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ad-dealer-item:hover {
  background: #f2f2f2;
}

.ad-dealer-name {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #111A3A;
}

.ad-dealer-address,
.ad-dealer-phone {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(17, 26, 58, .88);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ad-dealer-phone {
  margin-top: 3px;
}

.ad-dealers-visual {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.ad-dealers-static-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ad-dealers-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  font-size: 16px;
  color: rgba(17,26,58,.7);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .ad-dealers-layout {
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  .ad-dealers-sidebar {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
    height: 420px;
    min-height: 420px;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
  }

  .ad-dealers-visual {
    height: min(60vw, 520px);
  }
}


/* v1.8.0 — Country selector estilo píldora como la referencia */
.ad-dealers-filter-row {
  position: relative;
  width: 210px;
  max-width: 100%;
  margin-bottom: 46px;
  overflow: visible;
}

.ad-dealers-filter-row::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6 17.2a7.6 7.6 0 1 1 0-15.2 7.6 7.6 0 0 1 0 15.2Zm0-2.15a5.45 5.45 0 1 0 0-10.9 5.45 5.45 0 0 0 0 10.9Zm5.68.02 1.52-1.52 4.63 4.63-1.52 1.52-4.63-4.63Z' fill='%23000000'/%3E%3C/svg%3E");
}

.ad-dealers-country,
.ad-dealers-country option {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

.ad-dealers-country {
  width: 210px !important;
  max-width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 7px 18px 7px 48px !important;
  border: 1px solid rgba(0, 0, 0, .10) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #333333 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05) inset, 0 1px 2px rgba(0, 0, 0, .03) !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ad-dealers-country:focus {
  border-color: rgba(0, 0, 0, .18) !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .035) !important;
}

.ad-dealers-country::-ms-expand {
  display: none;
}

.ad-dealers-sidebar {
  padding-top: 28px;
}

@media (max-width: 900px) {
  .ad-dealers-filter-row {
    width: 210px;
    margin-bottom: 28px;
  }
}
