/* Little Fun Company site bar — shared across every page */
.lfc-bar{position:sticky;top:0;z-index:50;background:#E8B838;color:#17203D;font-family:"Rubik",system-ui,sans-serif;box-shadow:0 2px 0 #C99A22}
.lfc-bar .in{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:0 12px;height:52px}
.lfc-bar .back{justify-self:start;display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:#17203D;font-weight:600;font-size:14px;padding:8px 10px 8px 6px;border-radius:10px}
.lfc-bar .back:hover{background:rgba(23,32,61,.08)}
.lfc-bar .back svg{width:18px;height:18px}
.lfc-bar .title{font-family:"Fraunces",Georgia,serif;font-weight:900;font-size:18px;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}
.lfc-bar .mark{justify-self:end;display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#17203D;font-size:12px;font-weight:600}
.lfc-bar .mark .t{width:26px;height:30px;display:grid;place-items:center;background:#F7F3E8;border-radius:6px;font-family:"Fraunces",Georgia,serif;font-weight:900;font-size:16px;box-shadow:0 2px 0 #C99A22;transform:rotate(-4deg)}
@media (max-width:480px){.lfc-bar .mark span:not(.t){display:none}}
.lfc-bar,.lfc-ad{flex-shrink:0}
.lfc-ad{background:#E8B838;text-align:center}
.lfc-ad,.adwrap,.ad{max-height:0;overflow:hidden;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;transition:max-height .25s ease}
.lfc-ad.ad-live{max-height:400px;padding:0 12px 10px}
.lfc-ad:not(.ad-live) ins,.adwrap:not(.ad-live) ins,.ad:not(.ad-live) ins{max-height:0!important;min-height:0!important;overflow:hidden}
.adwrap.ad-live,.ad.ad-live{max-height:400px;overflow:visible}
.adwrap.ad-live{padding:12px 20px calc(12px + env(safe-area-inset-bottom))}
.ad.ad-live{margin:20px 0}
.lfc-ad ins{max-width:960px;margin:0 auto}
