.everlast-location-list {
  list-style-type: none;
  margin: 0 0;
  padding: 0 0;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
}
.everlast-location-list li a {
  display: block;
  padding: 7px 12px;
  width: max-content;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #4b5563;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
}
