.map-section .map-legend-carousel_content {
  --dealer-icon-col: 18px;
  --dealer-icon-gap: 8px;
}

.map-section .map-availability-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 0 1.25rem;
  padding: 0.35rem 0;
  background: transparent;
}

.map-section .map-availability-legend_item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.35rem 1.25rem;
  color: #121212;
}

.map-section .map-availability-legend_divider {
  width: 1px;
  align-self: stretch;
  min-height: 42px;
  background: #d9d9d9;
  flex-shrink: 0;
}

.map-section .map-availability-legend_item img {
  flex-shrink: 0;
  width: 28px;
  height: 36px;
  object-fit: contain;
}

.map-section .map-availability-legend_text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1.25;
}

.map-section .map-availability-legend_text strong {
  font-size: 15px;
  font-weight: 800;
}

.map-section .map-availability-legend_text span {
  font-size: 14px;
  font-weight: 400;
}

.map-section .dealer-action-link {
  display: inline-flex;
  align-items: center;
  gap: var(--dealer-icon-gap);
  text-decoration: none;
  color: inherit;
}

.map-section .dealer-action-link_icon {
  flex: 0 0 var(--dealer-icon-col);
  width: var(--dealer-icon-col);
  min-width: var(--dealer-icon-col);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.map-section .dealer-action-link_icon img,
.map-section .dealer-action-link_icon .dealer-pin-icon,
.map-section .marker-title_with-pin .dealer-pin-icon {
  display: block;
  width: 14px;
  height: 18px;
  object-fit: contain;
}

.map-section .dealer-action-link_text {
  line-height: 1.35;
}

.map-section .marker-title_with-pin {
  display: flex;
  align-items: center;
  gap: var(--dealer-icon-gap);
}

.map-section .marker-title_with-pin p {
  margin: 0;
}

.map-section .marker-content_adress,
.map-section .content_adress_tel {
  padding-left: calc(var(--dealer-icon-col) + var(--dealer-icon-gap));
}

.map-section .map-legend-carousel .content_adress_web p,
.map-section .map-legend-carousel .content_adress_location {
  margin-top: 8px;
}

.map-section .map-legend-carousel .content_adress_web p {
  margin-bottom: 0;
}

.map-section .map-legend-carousel .content_adress_web .dealer-action-link,
.map-section .map-legend-carousel .content_adress_location .dealer-action-link {
  color: #EC174C;
  font-weight: 800;
  cursor: pointer;
}

.map-section .map-legend-carousel .content_adress_web .dealer-action-link:hover,
.map-section .map-legend-carousel .content_adress_location .dealer-action-link:hover {
  color: #FF82A1;
}

.map-section .map-legend-carousel .content_adress_location .btn-location {
  margin: 0;
}

@media (max-width: 960px) {
  .map-section .map-availability-legend {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .map-section .map-availability-legend_divider {
    width: 100%;
    height: 1px;
    min-height: 1px;
  }

  .map-section .map-availability-legend_item {
    padding: 0.25rem 0.5rem;
  }

  .map-section .map-availability-legend_text strong {
    font-size: 14px;
  }

  .map-section .map-availability-legend_text span {
    font-size: 13px;
  }
}
