body {
  font-family: Arial, sans-serif;
  background: #f7f7f7;
  padding: 20px;
  margin: 0;
}

header {
  text-align: center;
  margin-bottom: 25px;
}

#search {
  width: 90%;
  max-width: 450px;
  padding: 12px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.card {
  background: white;
  padding: 15px;
  margin: 10px auto;
  border-radius: 12px;
  width: 92%;
  max-width: 420px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

h2 {
  margin: 8px 0;
}

button {
  background: #28a745;
  padding: 10px 16px;
  border: none;
  color: white;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 10px;
}

button:hover {
  background: #218838;
}.filters button, .locations button {
  background: #004aad;
  color: white;
  padding: 8px 14px;
  border-radius: 8px;
  border: none;
  margin: 5px;
}

.filters, .locations {
  margin-top: 15px;
}
