#smartorderx-form {
  max-width: 520px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fdfdfd;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
#smartorderx-form input,
#smartorderx-form textarea,
#smartorderx-form button {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}
#smartorderx-form textarea {
  resize: vertical;
  min-height: 80px;
}
#smartorderx-form button {
  background-color: #1e88e5;
  color: white;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}
#smartorderx-form button:hover {
  background-color: #1565c0;
}
#smartorderx-result {
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
#smartorderx-direct-link {
  text-align: center;
  margin-top: 10px;
}
#smartorderx-direct-link a {
  display: inline-block;
  padding: 8px 14px;
  background-color: #25D366;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}
#smartorderx-direct-link a:hover {
  background-color: #128C7E;
}
#delivery-charge-area label {
  margin-right: 15px;
  font-weight: normal;
}
