/*
 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
*/
#brx-header {
    position: sticky;
}
.bar-left {
  position: relative;
  padding-left: 20px; /* space for the bar */
}

.bar-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background-color: var(--tertiary); /* or #999 for lighter gray */
  border-radius: 2px;
}
:where(.brxe-form) .form-group.captcha {
     text-align: center;
    padding-bottom: 2rem;
}