.klaviyo-form {
  max-width: 100% !important;
}

.klaviyo-form * {
  font-family: inherit !important;
  line-height: inherit !important;
}

.klaviyo-form input {
  padding-right: 14px !important;
  padding-left: 14px !important;
}

.klaviyo-form input:focus {
  background-color: #d4d3fc !important;
  transition: all .3s ease !important;
}

.needsclick.klaviyo-close-form, .needsclick.undefined {
  background-color: transparent !important;
}