/* THIS CSS FILE IS USED TO OVERWRITE DEFAULT WF STYLES ONLY*/

button {
padding: 0;
background-color: transparent;
}

label {
font-weight: inherit;
}

h1 {
margin-top: 0;
margin-bottom: 0;
}

.w-dropdown {
    margin-left: 0;
    margin-right: 0;
  }
  
  .w-form {
  margin-bottom: 0;
  }
  
  .w-input {
  margin-bottom: 0;  
  }

  /* This styles in Webflow CSS file is higher in hierarchy and not affecting styles below it, so added here to override */
  .hidden {
  display: none;
}
