/*
 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
*/

#brxe-xeblpm {
    .options-wrapper {
        li {
            a {
                text-decoration: underline;
            }
        }
    }

    .form-group.file label {
        display: flex;
        align-items: center;
        gap: 12px;
        padding-left: 0;
        margin: 16px 0;
    }

    .form-group.file label::before {
        content: "";
        background-image: url("./assets/images/file-add.png");
        background-position: center;
        background-size: contain;
        display: block;
        width: 48px;
        height: 48px;

    }

    input[type="checkbox"] {
        min-width: 24px;
        min-height: 24px;
    }
}

#wpis {
    .brxe-post-content {
        h1,h2,h3,h4,h5,h6 {
            margin-top: 1em;
            margin-bottom: 1em;
        }
    }
}

.accordion-content-wrapper {
    h1,h2,h3,h4,h5,h6 {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}