.sign-up-and-save-section {
  word-break: break-all;
}
.sign-up-and-save__container {
  background-color: rgb(var(--color-background));
}
.sign-up-and-save__content {
  box-sizing: border-box;
}

/* Squared email field + submit button. */
.sign-up-and-save-section .field::after {
  border-radius: 0;
}

.sign-up-and-save-section .button,
.sign-up-and-save-section .button::after,
.sign-up-and-save-section .button:not(.button--link, .button--text, .button--icon)::after {
  border-radius: 0;
}

.sign-up-and-save-section .button:not([disabled], .button--icon):hover {
  color: #fff;
  background-color: #6b6560;
}

.sign-up-and-save-section
  .button:not([disabled], .button--link, .button--text, .button--icon):hover::after {
  box-shadow: 0 0 0 var(--button-border-thickness, 1px) transparent;
}
