/* Form Field Integration */
.evf-provider-connection .everest-forms-source-account-add .aweber-connection-form {
  display: flex;
  flex-direction: column;
}
.evf-provider-connection .everest-forms-source-account-add .aweber-connection-form strong {
  display: inline-block;
  min-width: 240px;
}
.evf-provider-connection .everest-forms-source-account-add .aweber-connection-form input {
  font-weight: 400;
}
.evf-provider-connection .everest-forms-source-account-add .aweber-connection-form .everest-forms-hidden {
  display: none !important;
}
.evf-provider-connection .everest-forms-source-account-add .everest-forms-hidden {
  display: none;
}
.evf-provider-connection .evf-provider-accounts {
  display: flex;
  flex-direction: column;
}

/* Global Settings Integration */
.evf-account-connect .aweber-connection-form {
  display: flex;
  flex-direction: column;
}
.evf-account-connect .aweber-connection-form strong {
  display: inline-block;
  min-width: 200px;
}
.evf-account-connect .aweber-connection-form select {
  font-weight: 400;
  width: calc(33% - 20px) !important;
  margin: 15px 0;
}
.evf-account-connect .everest-forms-btn {
  margin-top: 24px;
}