/* FY Bedding newsletter experience v1 */
.newsletter-visually-hidden {
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.newsletter-honeypot {
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.newsletter-form[hidden],
.newsletter-message[hidden] {
  display:none!important;
}
.newsletter-form[aria-busy="true"] .newsletter-input {
  opacity:.72;
}
.newsletter-btn:disabled {
  cursor:wait!important;
  opacity:.72!important;
}
.newsletter-privacy {
  max-width:520px;
  margin:12px auto 0;
  color:#857466;
  font:400 11px/1.55 Inter,Arial,sans-serif;
  text-align:center;
}
.newsletter-message {
  max-width:520px;
  margin:15px auto 0;
  padding:11px 14px;
  border:1px solid transparent;
  border-radius:10px;
  font:600 12px/1.5 Inter,Arial,sans-serif;
  text-align:center;
}
.newsletter-message.is-success {
  border-color:#b9d6c1;
  background:#edf7f0;
  color:#326443;
}
.newsletter-message.is-error {
  border-color:#e1b9b1;
  background:#fff2ef;
  color:#8a3f34;
}
.newsletter-message:focus {
  outline:2px solid #9d6238;
  outline-offset:3px;
}
@media (max-width:680px) {
  .newsletter-privacy,
  .newsletter-message {
    max-width:100%;
  }
}
