/* chioggia.it – barra del sito e piè di pagina (pagine a tutta larghezza) */
body.chg-sito-full{margin:0;background:#f3f1ec;color:#14283b;font-family:"Outfit",system-ui,-apple-system,"Segoe UI",sans-serif}
body.chg-sito-full.admin-bar{--chg-sticky-top:32px}
@media(max-width:782px){body.chg-sito-full.admin-bar{--chg-sticky-top:0px}}
.chg-main>*{margin:0}
.chg-fallback{max-width:1100px;margin:0 auto;padding:32px 20px}
.chg-fallback ul{columns:2 320px;padding-left:18px;line-height:1.7}

.chg-bar{background:#fff;border-bottom:1px solid #dcd8cf;position:relative;z-index:30}
.chg-bar-in{max-width:1320px;margin:0 auto;padding:10px clamp(16px,3vw,40px);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.chg-logo{display:inline-flex;line-height:0}
.chg-logo img{height:52px;width:auto;display:block}
.chg-nav ul,.chg-foot ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:4px 22px}
.chg-nav a{color:#16324f;text-decoration:none;font-weight:500;font-size:15px;padding:8px 0;display:inline-block;border-bottom:2px solid transparent}
.chg-nav a:hover,.chg-nav a[aria-current]{border-bottom-color:#d2622a}
.chg-nav a:focus-visible,.chg-foot a:focus-visible{outline:2px solid #d2622a;outline-offset:3px}
.chg-nav-t{position:absolute;opacity:0;pointer-events:none}
.chg-burger{display:none;width:44px;height:44px;align-items:center;justify-content:center;cursor:pointer;border-radius:8px}
.chg-burger span,.chg-burger span::before,.chg-burger span::after{content:"";display:block;width:22px;height:2px;background:#16324f;position:relative}
.chg-burger span::before{position:absolute;top:-7px}
.chg-burger span::after{position:absolute;top:7px}
@media(max-width:820px){
  .chg-logo img{height:42px}
  .chg-burger{display:flex}
  .chg-nav{display:none;flex-basis:100%}
  .chg-nav-t:checked~.chg-nav{display:block}
  .chg-nav-t:focus-visible+.chg-burger{outline:2px solid #d2622a}
  .chg-nav ul{flex-direction:column;gap:0}
  .chg-nav a{display:block;padding:12px 0;border-bottom:1px solid #ece8df}
}

.chg-foot{background:#0f2436;color:rgba(255,247,234,.8);font-size:14px}
.chg-foot .chg-bar-in{padding-block:28px}
.chg-foot .chg-logo img{height:44px;background:#fff;padding:5px 12px;border-radius:10px}
.chg-foot a{color:#fff7ea;text-decoration:none}
.chg-foot a:hover{text-decoration:underline}
.chg-foot p{flex-basis:100%;margin:0;font-size:13px;opacity:.75}
