/* Things to Do With Kids (/kids/). Inherits theme; bright, clean, no slop. */
#lc-kids-app { max-width: 1160px; margin: 0 auto; }
.lck-intro { max-width: 62ch; font-size: 1.05rem; color: #444; }
.lck-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 10px; }
.lck-chip { border: 1px solid rgba(0,0,0,.18); background: transparent; border-radius: 999px; padding: 5px 14px; font-size: .85rem; cursor: pointer; color: inherit; }
.lck-chip.on { background: #1a1a1a; color: #fff; border-color: #1a1a1a; }
.lck-selrow { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 16px; }
.lck-sel, .lck-q { padding: 8px 10px; border: 1px solid rgba(0,0,0,.2); border-radius: 6px; font-size: .9rem; }
.lck-q { flex: 1; min-width: 160px; max-width: 240px; }
.lck-free-t { font-size: .88rem; display: inline-flex; gap: 5px; align-items: center; }
.lck-count { margin: 0 0 10px; font-size: .85rem; color: #666; }
.lck-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; }
.lck-card { display: flex; flex-direction: column; border: 1px solid #eee; border-radius: 10px; overflow: hidden; background: #fff; transition: box-shadow .15s; }
.lck-card:hover { box-shadow: 0 6px 18px rgba(0,0,0,.1); }
.lck-img { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: #eef3f6; }
.lck-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lck-noimg { display: flex; align-items: center; justify-content: center; height: 100%; font-size: 2rem; }
.lck-flag { position: absolute; top: 10px; left: 10px; z-index: 2; background: #1a1a1a; color: #fff; font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; padding: 3px 9px; border-radius: 3px; }
.lck-cat { position: absolute; bottom: 10px; left: 10px; z-index: 2; background: rgba(255,255,255,.92); font-size: .72rem; padding: 3px 9px; border-radius: 3px; color: #1a1a1a; }
.lck-heart { position: absolute; top: 8px; right: 8px; z-index: 2; width: 32px; height: 32px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: #666; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.lck-heart.is-on { color: #cc4b5c; }
.lck-body { padding: 13px 15px 15px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.lck-body h3 { margin: 0; font-size: 1.02rem; line-height: 1.25; }
.lck-body h3 a { color: #111; text-decoration: none; }
.lck-meta { margin: 0; font-size: .8rem; color: #667; }
.lck-blurb { margin: 2px 0 0; font-size: .85rem; line-height: 1.45; color: #444; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.lck-foot { margin: auto 0 0; padding-top: 10px; display: flex; align-items: center; justify-content: space-between; }
.lck-free { font-weight: 700; color: #2e7d52; }
.lck-cost { font-weight: 700; color: #111; }
.lck-go { font-weight: 600; text-decoration: none; color: #2b5d92; }
.lck-empty { grid-column: 1/-1; padding: 40px 0; text-align: center; color: #777; }
.lck-family { margin-top: 46px; padding-top: 22px; border-top: 2px solid #111; }
.lck-family h2 { margin: 0 0 2px; }
.lck-sub { margin: 0 0 14px; color: #555; font-size: .92rem; }
.lck-fam-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.lck-fam { display: block; text-decoration: none; color: inherit; }
.lck-fam img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; display: block; background: #eef3f6; }
.lck-fam span { display: block; font-size: .85rem; margin-top: 5px; color: #222; }
.lck-more { margin-top: 14px; font-size: .9rem; }
@media (max-width: 560px) { .lck-q { max-width: none; } }
