form.bee-search-widget-form {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bee-search-widget-form--wrapper {
  max-height: 0;
  transition: max-height 0.4s ease;
  overflow: hidden;
}
.bee-search-widget-form--wrapper.open {
  max-height: 100px;
}
.bee-search-widget-form--wrapper .search-group {
  display: flex;
}
.bee-search-widget-form--wrapper .search-group input[type=text] {
  display: block;
  padding-right: 40px;
  margin-right: -40px;
  border: none;
  box-shadow: none;
  background-color: #f5f5f5;
}
.bee-search-widget-form--wrapper .search-group button[type=submit] {
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  flex: 0 0 40px;
}

button#bee-search-widget-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
}/*# sourceMappingURL=bee-search-widget.css.map */