/* Дополнительные стили для локационных шаблонов районов, метро и городов МО. */
.location-related-links .location-link-card.is-current {
  border-color: rgba(34, 197, 94, 0.75);
  box-shadow: 0 16px 36px rgba(34, 197, 94, 0.16);
  position: relative;
}
.location-related-links .location-link-card.is-current::after {
  content: 'текущая';
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #15945a;
  font-weight: 700;
}
.location-link-spoiler {
  margin-top: 16px;
}
.location-link-spoiler > summary {
  width: max-content;
  cursor: pointer;
  list-style: none;
  border: 1px solid rgba(28, 54, 91, 0.16);
  border-radius: 14px;
  background: #fff;
  padding: 12px 18px;
  font-weight: 700;
  color: #123152;
  box-shadow: 0 10px 24px rgba(18, 49, 82, 0.08);
}
.location-link-spoiler > summary::-webkit-details-marker {
  display: none;
}
.location-link-spoiler[open] > summary {
  margin-bottom: 16px;
}
.location-equipment-rent {
  margin-top: 28px;
}
.location-equipment-rent .equipment-rent__track {
  padding-bottom: 6px;
}
.location-final-cta {
  text-align: center;
}
.location-final-cta p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .location-related-links .location-link-card.is-current::after {
    position: static;
    display: inline-block;
    margin-top: 8px;
  }
  .location-link-spoiler > summary {
    width: 100%;
    text-align: center;
  }
}

/* V2: дополнительные смысловые блоки под разные типы локаций. */
.location-delivery-area .location-feature-grid,
#nearby-metro .location-link-grid,
#nearby-districts .location-link-grid {
  margin-top: 18px;
}
#nearby-metro .location-link-spoiler,
#nearby-districts .location-link-spoiler,
#location-related .location-link-spoiler {
  margin-top: 16px;
}
