/* Progressive email follow-up for the small footer survey-question form. */
.nlf-survey-followup {
  width: 100%;
  max-width: 570px;
  margin: 12px 0 0 30px;
}

.nlf-survey-followup[hidden] {
  display: none !important;
}

.nlf-survey-followup__help {
  margin: 0 0 8px !important;
  color: #1b110c !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

.nlf-survey-followup input[type="email"] {
  display: block;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #b8b3aa;
  border-radius: 0;
  background: #fff;
  color: #000;
  font: inherit;
  font-size: 17px;
  box-sizing: border-box;
}

.nlf-survey-followup input[type="email"]::placeholder {
  color: #657080;
  opacity: 1;
}

.nlf-survey-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.nlf-survey-notice {
  width: 100%;
  max-width: 570px;
  margin: 12px 0 0 30px !important;
  color: #1b110c !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

@media (max-width: 780px) {
  .nlf-survey-followup,
  .nlf-survey-notice {
    max-width: none;
    margin-left: 0 !important;
  }
}
