.ss-locate-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.ss-locate-eyebrow {
  color: #ffb800;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.ss-locate-title {
  color: #1a1a1a;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 16px;
}
.ss-locate-locations {
  background: #f8f9fa;
  padding: 72px 0;
}
.ss-locate-locations .ss-locate-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.ss-locate-locations .ss-locate-eyebrow {
  color: #ffb800;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.ss-locate-locations .ss-locate-title {
  color: #1a1a1a;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 16px;
}
.ss-locate-locations__grid {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: 1fr 1.05fr;
  margin-top: 32px;
}
.ss-locate-range {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(26, 26, 26, 0.08);
  padding: 32px;
  position: sticky;
  top: 96px;
}
.ss-locate-range svg {
  display: block;
  width: 100%;
}
.ss-locate-range__caption {
  color: #888;
  font-size: 12.5px;
  line-height: 1.5;
  margin: 16px 0 0;
  text-align: center;
}
.ss-locate-locations__list {
  counter-reset: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ss-locate-location {
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  display: flex;
  gap: 24px;
  padding: 24px 0;
}
.ss-locate-location:last-child {
  border-bottom: 0;
}
.ss-locate-location > span {
  align-items: center;
  background: #ffd700;
  border-radius: 999px;
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.06);
  color: #000;
  display: flex;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  width: 46px;
}
.ss-locate-location h3 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 4px;
}
.ss-locate-location p {
  color: #666;
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0;
}
.ss-locate-safety {
  background: rgba(255, 215, 0, 0.12);
  border-left: 4px solid #ffd700;
  border-radius: 0 10px 10px 0;
  color: #333;
  font-size: 13.5px;
  line-height: 1.65;
  margin: 24px 0 0;
  padding: 16px 24px;
}
.ss-locate-control {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media (max-width: 900px) {
  .ss-locate-locations {
    padding: 20px 0;
  }
  .ss-locate-container {
    padding: 0 16px;
  }
  .ss-locate-locations .ss-locate-container {
    padding: 0 16px;
  }
  .ss-locate-title {
    font-size: 28px;
  }
  .ss-locate-locations .ss-locate-title {
    font-size: 28px;
  }
  .ss-locate-locations__grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .ss-locate-range {
    padding: 20px;
    position: static;
  }
  .ss-locate-location {
    gap: 16px;
    padding: 20px 0;
  }
  .ss-locate-location p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .ss-locate-locations {
    padding: 20px 0;
  }
  .ss-locate-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .ss-locate-locations .ss-locate-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .ss-locate-locations__grid {
    gap: 20px;
    margin-top: 22px;
  }
  .ss-locate-range {
    border-radius: 12px;
    padding: 14px;
  }
  .ss-locate-range svg {
    max-height: 300px;
  }
  .ss-locate-range__caption {
    font-size: 12px;
    margin-top: 10px;
  }
  .ss-locate-location {
    gap: 12px;
    padding: 16px 0;
  }
  .ss-locate-location > span {
    font-size: 15px;
    height: 38px;
    width: 38px;
  }
  .ss-locate-location h3 {
    font-size: 16px;
  }
  .ss-locate-location p {
    font-size: 16px;
    line-height: 1.6;
  }
  .ss-locate-safety {
    font-size: 14px;
    line-height: 1.55;
    margin-top: 18px;
    padding: 14px 16px;
  }
}
