/* Minimal placeholder for Elementor frontend CSS */
*{box-sizing:border-box}
html,body{height:100%;}
body{font-family:Arial,Helvetica,sans-serif;color:#333;margin:0;padding:0;background:#fff}
img{max-width:100%;height:auto}
.container{max-width:1100px;margin:0 auto;padding:0 15px}
header,footer,nav,main,section{display:block}
.elementor-widget{margin-bottom:1rem}
.elementor-row{display:flex;flex-wrap:wrap}
.elementor-column{flex:1 1 0}
