/* Start custom CSS for html, class: .elementor-element-fd9a6fb */.location-box {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.location-box input {
  flex: 1;
}

.location-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 14px;
  min-width: 160px;
  border-radius: 8px;
  border: none;
  background: #dec034;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}/* End custom CSS */