/* Aviabrand core/base.css
   Minimal shared foundation (layout/typography). Keep this lightweight.
   V3 form styles live in assets/v3/booking-v3.css (frozen).
*/

:root{
  color-scheme: light;
}

*{box-sizing:border-box;}
html,body{height:100%;}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.4;}
img,svg{max-width:100%;height:auto;}

.container{max-width:1100px;margin:0 auto;padding:24px;}

/* Basic button helper (optional) */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:12px;text-decoration:none;border:1px solid rgba(0,0,0,.15);} 
.btn.secondary{background:transparent;}
.bk3-langbtn.is-active {
  background: #111;
  color: #fff;
  border-color: #111;
}
