.hiddenCheckoutPopup {
    height: 0 !important;
    padding: 0 !important;
  }

  .swal2-actions button {
    background-color: #e23f34 !important;
  }

  .invisible{
    display: none;
  }

  .cursor-not-allowed{
pointer-events: none;
  }

  /* Address fields on Get Started */
  @media (max-width: 768px) {
    #address-search,
    #address-results,
    #selected-address-display {
      width: 100% !important;  /* !important to override the inline style */
    }
  }
   /* Marketing block on Get Started */
   @media (max-width: 768px) {
    .reasons {
      width: 85% !important;  /* !important to override the inline style */
    }
  }