/* Webflow: Page Settings → Custom Code → Head */
/* <link rel="stylesheet" href="https://numbervalidation-three.vercel.app/phone-validation.css"> */

input[type="submit"].phone-invalid {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
