.wp-core-ui button.acfw-send-coupon-btn {
  position: relative;
  top: 11px;
  margin-left: 8px;
  min-height: auto;
  line-height: 1.924em;
  border-color: #52A42C;
  color: #52A42C;

  &:hover {
    border-color: #408c1d;
    color: #408c1d;
  }
}

.vex.acfw-send-coupon-modal {
  .vex-overlay {
    background: rgb(0 0 0 / 0.15);
  }

  .vex-content {
    padding: 22px;
    border-radius: 6px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);

    h2 {
      margin: 0 0 0.7em;
    }

    .description * {
      font-size: 1em;
    }
  }

  .acfw-send-coupon-form-sections {
    display: flex;
    flex-flow: column;
  }

  .option-sections {
    margin-bottom: 15px;
  }

  .acfw-button-pushengage-install {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .acfw-button-pushengage-connect {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .acfw-send-coupon-form-section {
    display: flex;
    flex-flow: row;
    padding: 1em 0 1.5em;
    border-bottom: 1px solid #D5D5D5;

    .section-number span {
      display: inline-block;
      box-sizing: border-box;
      width: 30px;
      height: 30px;
      border: 1px solid #CCCCCC;
      border-radius: 100%;
      text-align: center;
      line-height: 2em;
      color: #CCCCCC;
      cursor: pointer;
    }

    .section-inner {
      width: 100%;
      padding: 0 10px;
    }

    h3 {
      margin: 0 0 10px;
      font-weight: normal;
      font-size: 1em;
      line-height: 2em;
      color: #CCCCCC;
      cursor: pointer;
    }

    .section-content {
      height: 0;
      box-sizing: border-box;
      overflow: hidden;
    }

    label {
      display: block;
      margin-bottom: 0.5em;
    }

    select, input[type="text"]:not(.select2-search__field), input[type="email"] {
      width: 100%;
      box-sizing: border-box;
      margin: 0 0 0.5em;
      border: 1px solid #D9D9D9;
      border-radius: 2px;

      &.error {
        border-color: #cc0000;
      }
    }

    .acfw-next-section-btn, .acfw-send-email-btn {
      min-height: auto;
    }

    .acfw-next-section-btn {
      padding: 0 15px;
      font-size: 0.8em;
      line-height: 2em;
    }

    .acfw-send-email-btn {
      padding: 0 8px 0 10px;
      line-height: 2em;
      min-height: auto;

      svg {
        position: relative;
        top: 2px;
        margin-left: 1px;
      }

      &[disabled] svg path {
        fill: #a7aaad;
      }
    }

    .customer-details-form {
      display: none;

      &.show {
        display: block;
      }

      &.user-form,
      &.segment-form,
      &.subscriber-form {
        margin-bottom: 1em;
      }
    }

    &.current {

      .section-number span {
        border-color: #52A42C;
        color: #52A42C;
      }

      h3 {
        color: inherit;
      }

      .section-content {
        height: 100%;
      }
    }

    .preview-email-link, .preview-pushengage-link {

      &.disabled {
        opacity: 0.6;
      }
    }

    .request-message {
      display: none;
      padding: 10px 15px;
      color: #fff;
      font-size: 0.84em;

      &.success {
        display: block;
        background: green;
      }

      &.error {
        display: block;
        background: #dc3232;
      }
    }

    .message-form div {
      display: flex;
      justify-content: space-between;
    }

    .message-form input {
      width: 80% !important;
    }

  }
}