@media screen and (min-width: 960px) {
  .woocommerce-checkout .hentry {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .woocommerce-checkout .content_wrapper .woocommerce-form-coupon-toggle,
  .woocommerce-checkout .content_wrapper .woocommerce-form-login-toggle {
    width: 100% !important;
  }

  .woocommerce-checkout .content_wrapper form.login.woocommerce-form-login,
  .woocommerce-checkout .content_wrapper form.woocommerce-form-coupon {
    width: 400px;
    max-width: 100%;
  }

  .woocommerce-checkout .content_wrapper form.woocommerce-checkout {
    margin-top: 30px !important;
  }
}

.woocommerce-checkout .wt_coupon_wrapper {
  gap: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
