/* MatchMaker Pro - Frontend Styles */
.matchmaker-search-form {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.matchmaker-search-form input,
.matchmaker-search-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.matchmaker-search-form button {
  width: 100%;
  padding: 12px;
  background: #0066cc;
  color: white;
  border: none;
  font-size: 18px;
  border-radius: 6px;
  cursor: pointer;
}

.matchmaker-search-form button:hover {
  background: #004a99;
}