.elementor-8855 .elementor-element.elementor-element-11dd5a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8855 .elementor-element.elementor-element-9a322bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8855 .elementor-element.elementor-element-a844263{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d4f449a */body{
    font-family: Arial, sans-serif;
    background:#F5E6C8;
    padding:20px;
}

.container{
    display:flex;
    gap:20px;
}

form{
    width:40%;
    background:white;
    padding:20px;
    border-radius:12px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}

input,textarea,select{
    width:100%;
    padding:10px;
    margin:6px 0 12px;
    border-radius:6px;
    border:1px solid #ccc;
}

button{
    padding:12px 18px;
    background:#C9A24A;
    color:white;
    border:none;
    cursor:pointer;
    margin-right:10px;
    font-weight:bold;
    border-radius:6px;
}

.label{
    width:60%;
}

#printArea{
    background:white;
    padding:25px;
    border:4px solid #C9A24A;
    color:#2B2B2B;
}

/* LOGO */
.logo{
    text-align:center;
    margin-bottom:15px;
}
.logo img{
    width:160px;
}

/* Headings */
h2,h3{
    color:#8B6A2B;
    margin-bottom:6px;
}

hr{
    border:1px dashed #C9A24A;
    margin:15px 0;
}

/* FRAGILE BOX */
.fragile{
    border:3px dashed #C9A24A;
    padding:10px;
    text-align:center;
    margin-top:10px;
}

.pin{
    font-size:22px;
    font-weight:bold;
}

/* PRINT STYLE */
@media print {
    body * { visibility:hidden; }
    #printArea, #printArea * { visibility:visible; }
    #printArea{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        border:none;
    }
}/* End custom CSS */