.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-faq {
  background: #f8f9fa;
  padding: 72px 0;
}
.ss-locate-faq .ss-locate-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.ss-locate-faq .ss-locate-eyebrow {
  color: #ffb800;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.ss-locate-faq .ss-locate-title {
  color: #1a1a1a;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 16px;
}
.ss-locate-faq__list {
  max-width: 820px;
  margin-top: 32px;
}
.ss-locate-faq__item {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.06);
  margin-bottom: 16px;
  overflow: hidden;
}
.ss-locate-faq__item summary {
  align-items: center;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  font-size: 15.5px;
  font-weight: 800;
  gap: 16px;
  justify-content: space-between;
  list-style: none;
  padding: 18px 24px;
}
.ss-locate-faq__item summary::-webkit-details-marker {
  display: none;
}
.ss-locate-faq__item summary > span:last-child {
  color: #ffb800;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.ss-locate-faq__item[open] summary > span:last-child {
  transform: rotate(180deg);
}
.ss-locate-faq__item p {
  color: #666;
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0;
  padding: 0 24px 24px;
}
.ss-locate-control {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .ss-locate-faq {
    padding: 20px 0;
  }
  .ss-locate-container {
    padding: 0 16px;
  }
  .ss-locate-faq .ss-locate-container {
    padding: 0 16px;
  }
  .ss-locate-title {
    font-size: 28px;
  }
  .ss-locate-faq .ss-locate-title {
    font-size: 28px;
  }
  .ss-locate-faq__item p {
    font-size: 16px;
    padding: 0 18px 20px;
  }
  .ss-locate-faq__item summary {
    padding: 18px;
  }
}
@media (max-width: 600px) {
  .ss-locate-faq {
    padding: 20px 0;
  }
  .ss-locate-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .ss-locate-faq .ss-locate-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .ss-locate-faq__list {
    margin-top: 20px;
  }
  .ss-locate-faq__item {
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .ss-locate-faq__item summary {
    font-size: 16px;
    line-height: 1.35;
    min-height: 54px;
    padding: 16px;
  }
  .ss-locate-faq__item summary > span:last-child {
    font-size: 22px;
  }
  .ss-locate-faq__item p {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 16px 18px;
  }
}
