.flight-strip {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin: 20px 0;
}

.flight-strip h2 {
  margin-bottom: 15px;
  color: #1a2b48;
}

#toggleFormBtn {
  padding: 10px 25px;
  font-size: 16px;
  background: #1a2b48;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

#toggleFormBtn:hover {
  background: #1a2b48;
}
