/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./ce-blocks/hubspot-resubscribe-button/style.scss ***!
  \**************************************************************************************************************************************************************************************************/
.hubspot-resubscribe-button {
  padding: 3rem 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.hubspot-resubscribe-button .hbspt-form {
  display: none;
}
.hubspot-resubscribe-button .field-manage-preferences-email input {
  margin: 0;
  width: 250px;
}
.hubspot-resubscribe-button .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}
.hubspot-resubscribe-button .field-check-email-button .checking-text {
  display: none;
}
.hubspot-resubscribe-button .field-send-email-button {
  display: none;
}
.hubspot-resubscribe-button .field-send-email-button .success-text {
  display: none;
  padding: 3rem;
  background: #f9fafb;
  border-radius: 0.8rem;
}
.hubspot-resubscribe-button .field-send-email-button .success-text h2 {
  margin-top: 0;
  color: #002870;
}
.hubspot-resubscribe-button .field-send-email-button .success-text .email-address {
  font-weight: bold;
}
.hubspot-resubscribe-button.is-loading {
  pointer-events: none;
  opacity: 0.6;
}
.hubspot-resubscribe-button.is-checking-email {
  pointer-events: none;
}
.hubspot-resubscribe-button.is-checking-email .field-manage-preferences-email {
  opacity: 0.6;
}
.hubspot-resubscribe-button.is-checking-email .field-check-email-button button {
  display: none;
}
.hubspot-resubscribe-button.is-checking-email .field-check-email-button .checking-text {
  display: block;
  font-size: 1.6rem;
  background: #616261;
  color: #fff;
  border-radius: 0.8rem;
  padding: 1rem 2rem;
  font-weight: bold;
}
.hubspot-resubscribe-button.has-entered-email .field-check-email-button {
  display: none;
}
.hubspot-resubscribe-button.has-entered-email .field-send-email-button {
  display: block;
}
.hubspot-resubscribe-button.has-clicked-final-link .field-manage-preferences-email {
  display: none;
}
.hubspot-resubscribe-button.has-clicked-final-link .field-send-email-button button {
  display: none;
}
.hubspot-resubscribe-button.has-clicked-final-link .field-send-email-button .success-text {
  display: block;
}
