ul.webforms-switcher {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 25px auto;
}
ul.webforms-switcher > li {
  margin: 0 15px;
  padding: 0;
  list-style: none;
}
ul.webforms-switcher > li:not(.active) {
  cursor: not-allowed;
}
ul.webforms-switcher > li:not(.active) > button {
  border-color: black;
}
ul.webforms-switcher > li.active > button {
  border-color: red;
}
ul.webforms-switcher > li > button {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
  background: none;
  border: solid 2px;
}

div.webforms-container > div.webform-wrapper:not(.active) {
  display: none;
}

/*# sourceMappingURL=webforms_switcher.css.map */
