/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.wpgb-facet>fieldset:last-child {
    margin-bottom: 0px !important;
}
.wpgb-facet fieldset:last-child {
    margin-bottom: 0px !important;
}

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style){
	color : var(--base) !important;
}

.brxe-rptgcz .fluentform .ff-btn-submit:hover{
    color: var(--white) !important;
}

* {
  transition: all 0.3s ease;
}