.elementor-139 .elementor-element.elementor-element-1f82d17{--display:flex;}/* Start custom CSS for html, class: .elementor-element-213bd5e */.tabin-locations {
  max-width: 650px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #111;
}

.tabin-locations h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: #3B32C1;
}

.tabin-locations p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 30px;
}

#searchInput {
  width: 100%;
  max-width: 400px;
  padding: 10px 15px;
  border: 1.8px solid #3B32C1;
  border-radius: 12px;
  font-size: 1rem;
  margin-bottom: 40px;
  outline: none;
}

#searchInput:focus {
  border-color: #A88BFF;
  box-shadow: 0 0 0 3px rgba(59, 50, 193, 0.15);
}

.locations-list {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.country h3 {
  font-size: 1.2rem;
  color: #3B32C1;
  margin-bottom: 10px;
}

.country ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.country li {
  background: #f7f7f7;
  padding: 10px 14px;
  border-radius: 8px;
  margin-bottom: 6px;
  transition: 0.2s ease;
  cursor: pointer;
}

.country li:hover {
  background: linear-gradient(90deg, #3B32C1, #A88BFF);
  color: #fff;
  transform: translateX(5px);
}/* End custom CSS */