/* ZPK targeted fixes: FAQ desktop center + quiz final step labels/button */
@media (min-width: 768px) {
  #faq [class*="max-w-4xl"] {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#quiz input::placeholder,
#quiz textarea::placeholder {
  opacity: 1 !important;
  color: rgba(107, 114, 128, .95) !important;
}
#quiz .zpk-field-label {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  color: rgba(55, 65, 81, .92);
}
#quiz .zpk-quiz-submit-fix {
  width: 100% !important;
  max-width: 100% !important;
  white-space: normal !important;
  text-align: center !important;
  line-height: 1.18 !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}
@media (min-width: 768px) {
  #quiz .zpk-quiz-submit-fix {
    width: auto !important;
    min-width: 280px !important;
  }
}
