.faq-geo {
  margin: 1rem 0;
  padding: 0;
}
.faq-geo details {
  border: 1px solid #e6e6e6;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 0.75rem;
  background: #fff;
}
.faq-geo summary {
  font-weight: 700;
  cursor: pointer;
  outline: none;
}
.faq-geo p {
  margin: 0.5rem 0 0 0;
  color: #333;
  line-height: 1.5;
}
