.stemm_wccev_field_group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.stemm_wccev_field {
  flex: 1;
}

.stemm_wccev_email_send_button,
.stemm_wccev_email_confirm_button {
  margin-left: 15px;
  padding: 9px 15px;
  background-color: #20592b;
  color: #FFF;
  width: auto;
  display: inline-block;
  margin-bottom: 1.5em;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
}

.stemm_wccev_email_send_button {
  min-width: 180px;
}

.stemm_wccev_email_send_button.disabled,
.stemm_wccev_email_confirm_button.disabled {
  background-color: #AAA;
  pointer-events: none;
}


@media screen and (max-width: 480px) {
  html .woocommerce form .form-row-first,
  html .woocommerce form .form-row-last,
  html .woocommerce-page form .form-row-first,
  html .woocommerce-page form .form-row-last {
    width: 100%;
    padding: 0;
  }
  .stemm_wccev_field_group {
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .stemm_wccev_field {
    min-width: 200px;
    white-space: nowrap;
  }
  .stemm_wccev_field p {
    padding-bottom: 0.5em;
  }
  .stemm_wccev_email_send_button {
    flex: 1;margin: 0;
  }
  .stemm_wccev_email_confirm_button {
    margin-bottom: .5em;
  }
}