.zform input,
.zform textarea {
  background: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 14px !important;
  font-size: 16px !important;
  color: #000 !important;
  width: 100%;
  box-sizing: border-box;
}

.zform textarea {
  min-height: 120px;
  resize: vertical;
}

.zform-button {
  background-color: #ffe600 !important;
  color: #000 !important;
  border: none !important;
  font-weight: bold;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.zform-button:hover {
  background-color: #ffcc00;
}
