/*
 Theme Name:   Anna Zalewska
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://patrykkowalczyk.pl
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.brx-animated {
    --item-delay: 200ms;
    animation-delay: calc( var(--item-index) * var(--item-delay));
}

.brxe-text ul {
   list-style: none;
   padding:0;
   margin:0;
    margin-bottom: 1em;
}
.brxe-text ul li {
   position: relative;
   margin-left: 35px;
   margin-bottom: 5px;
}
.brxe-text ul li:before {
   position: absolute;
   left: -30px;
   content: "\e628";
   font-family: "themify";
   color: var(--bricks-color-futocs);
    -webkit-text-stroke: 1px var(--bricks-color-futocs);
}
.form-group .options-wrapper li {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
    line-height: 1.2;
}