.dealers-posts-map {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e6ecf5;
}

.leaflet-bottom {
    display: none !important;
}


/* 2) Разрешаем overlays Leaflet (tooltip/popup) выходить наружу */
.dealers-posts-map .leaflet-pane,
.dealers-posts-map .leaflet-overlay-pane,
.dealers-posts-map .leaflet-popup-pane,
.dealers-posts-map .leaflet-tooltip-pane{
  overflow: visible !important;
}

/* 3) Сам контейнер Leaflet тоже пусть не режет overlays */
.dealers-posts-map .leaflet-container{
  overflow: visible !important;
}

/* ====== Popup (плашка) больше ====== */
.leaflet-popup-content {
  max-width: 420px !important;
  font-size: 16px;              /* размер текста */
  line-height: 1.55;
  margin: 12px 14px;
}

.leaflet-popup-content-wrapper {
  border-radius: 14px;
  padding: 0;                   /* отступы задаём через content margin */
}

.leaflet-popup-tip {
  width: 18px;
  height: 18px;
}

.leaflet-popup-close-button {
  font-size: 20px !important;
  padding: 10px 12px !important;
}

/* ====== Оранжевый маркер ====== */
.leaflet-marker-icon {
    height: 24px !important;
}

.dealers-posts-wrap {
    z-index: 0;
    position: relative;
    padding-top: 25px;
}

.dealer-marker {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ff7a00;
  border: 3px solid #fff;
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}

/* Tooltip-плашка (большая) */
.dealer-tooltip{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.dealer-tooltip .leaflet-tooltip-content{
  margin: 0;
}

/* Внешний вид карточки */
.dealer-tip{
    width: 400px !important;
  max-width: 460px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e6ecf5;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
  padding: 14px 16px;
}

.dealer-tip__title{
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 8px;
}

.dealer-tip__info{
  font-size: 16px;
  line-height: 1.55;

  word-wrap: break-word;      /* старое, но надёжное */
  overflow-wrap: break-word;  /* современный стандарт */
  white-space: normal;        /* разрешаем перенос строк */
  
   max-width: 100%;
}

.dealer-popup__title {
    padding: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}

.dealer-popup__info {
    padding: 0px 20px;
    font-size: 14px;
    padding-bottom: 20px;
}

.dealers-title {
    font-size: 32px;
    margin-top: 25px;
    color: #E87724;
    font-weight: 700;
}