/**
 * Blocksy - v1.8.39
 * 
 * Copyright (c) 2022
 * Licensed GPLv2+
 */

#bbpress-forums div.bbp-search-form {
  margin-bottom: 20px;
}
#bbpress-forums div.bbp-search-form input[type=text] {
  --form-field-height: 30px;
  --form-field-padding: 0 7px;
}
#bbpress-forums div.bbp-search-form .button {
  --buttonMinHeight: 30px;
  --padding: 5px 15px;
  --buttonShadow: none;
  --buttonTransform: none;
}

.bbp-the-content-wrapper input[type=button] {
  --buttonShadow: none;
  --buttonTransform: none;
}

#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input[type=text] {
  height: 38px;
  padding: 5px 10px;
}