.ss-locate-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.ss-locate-title {
  color: #1a1a1a;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 12px;
}
.ss-locate-text {
  color: #666;
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0;
}
.ss-locate-other {
  background: #fff;
  padding: 48px 0 72px;
}
.ss-locate-other .ss-locate-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.ss-locate-other .ss-locate-title {
  color: #1a1a1a;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 12px;
}
.ss-locate-other .ss-locate-text {
  color: #666;
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0;
}
.ss-locate-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.ss-locate-chip {
  background: #f8f9fa;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 999px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 18px;
  text-decoration: none;
}
.ss-locate-chip:hover {
  background: #ffd700;
  border-color: #ffd700;
}
.ss-locate-control {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .ss-locate-other {
    padding: 20px 0;
  }
  .ss-locate-container {
    padding: 0 16px;
  }
  .ss-locate-other .ss-locate-container {
    padding: 0 16px;
  }
  .ss-locate-title {
    font-size: 28px;
  }
  .ss-locate-other .ss-locate-title {
    font-size: 28px;
  }
  .ss-locate-text {
    font-size: 16px;
  }
  .ss-locate-other .ss-locate-text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .ss-locate-other {
    padding: 20px 0;
  }
  .ss-locate-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .ss-locate-other .ss-locate-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .ss-locate-text {
    font-size: 16px;
    line-height: 1.6;
  }
  .ss-locate-other .ss-locate-text {
    font-size: 16px;
    line-height: 1.6;
  }
  .ss-locate-cloud {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }
  .ss-locate-chip {
    align-items: center;
    display: flex;
    font-size: 13.5px;
    justify-content: center;
    min-height: 44px;
    padding: 9px 10px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .ss-locate-cloud {
    grid-template-columns: 1fr;
  }
}
