.home-stay-location {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.home-stay-location a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid #ded9d0;
  border-radius: 999px;
  background: #faf9f6;
  color: var(--ink);
  font-size: 10px;
  text-decoration: none;
}

.home-stay-location a:hover {
  background: #eef1ed;
}

.home-stay-location span {
  color: #8a5d47;
  font-size: 8px;
  letter-spacing: .08em;
}

.home-stay-location b {
  font-weight: 500;
}
