
.shophelp-contact-form {
  max-width: 600px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
}
.shophelp-contact-form input,
.shophelp-contact-form select,
.shophelp-contact-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.shophelp-contact-form button {
  background: #eb3b5a;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.shophelp-contact-form button:hover {
  background: #c81e3c;
}
