.mqf-container {
  max-width: 600px;
  margin: 50px auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', sans-serif;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

label {
  display: block;
  margin: 15px 0 5px;
  font-weight: 500;
}

input[type=text], input[type=date], input[type=tel], select, textarea {
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 15px;
}

textarea {
  height: 80px;
}

button {
  background: #0057D9;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

button:hover {
  background: #003e9c;
}

.mqf-phone-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mqf-phone-group span {
  background: #eee;
  padding: 10px 12px;
  border-radius: 8px;
}

#mqf-success {
  text-align: center;
}
