/*
Theme Name: Bricks Child
Theme URI:  https://example.com/bricks-child
Description: Child theme for Bricks Builder — lightweight starter
Author:     Your Name
Author URI: https://example.com
Template:   bricks
Version:    1.0.0
Text Domain: bricks-child
*/

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
.gt-disclaimer{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#fff;
    box-shadow:0 -2px 15px rgba(0,0,0,.15);
    z-index:99999;
    padding:20px;
    max-height:40vh;
    overflow:auto;
}

.gt-content{
    max-width:1200px;
    margin:auto;
    font-size:14px;
    line-height:1.6;
}

.gt-btn{
    background:#000;
    color:#fff;
    border:none;
    padding:10px 20px;
    cursor:pointer;
    margin-top:10px;
}

.gt-close{
    position:absolute;
    right:15px;
    top:10px;
    background:none;
    border:none;
    font-size:24px;
    cursor:pointer;
}
