/* FUNNELKIT */
/* 
  FunnelKit Page CSS
  Loaded only on specific FunnelKit/opt-in/sales pages.
  Used to prevent unwanted horizontal scrolling on mobile.
  
  To add this fix to additional pages, add the page id to the array in functions.php for the specific funnelkit page you want this fix to load on.
*/

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

.woofunnels-container {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}