/* Vision Board Ideas Generator (ROADMAP-Calcs-PinPin.md PP2) — the parts of life to toggle and the
   board of ideas. Everything else is the core stylesheet. */
.chqt-vb-areas { flex-wrap: wrap; }
.chqt-vb-area { border-top: 1px solid var(--chqt-line, #ddd5e6); padding: .7rem 0 .3rem; }
.chqt-vb-area h3 { font-size: 1.02rem; margin: 0 0 .45rem; }
.chqt-vb-words { list-style: none; margin: 0 0 .5rem; padding: 0; display: flex; flex-wrap: wrap; gap: .35rem; }
.chqt-vb-words li { background: var(--chqt-cream, #f6f2fa); border: 1px solid var(--chqt-line, #ddd5e6); border-radius: 999px; padding: .28rem .7rem; font-weight: 600; font-size: .95rem; }
.chqt-vb-pics { margin: 0 0 .4rem; padding-left: 1.2rem; font-size: .95rem; }
.chqt-vb-pics li { margin: .2rem 0; line-height: 1.4; }
/* 44px minimum tap target on the Pinterest links — the fleet's browser gate measures it */
.chqt-vb-pics a { display: inline-block; min-height: 44px; line-height: 44px; color: var(--chqt-accent, #b3124e); font-weight: 700; }
.chqt-vb-aff { font-style: italic; margin: .2rem 0 .4rem; }
@media print {
  .chqt-form, .chqt-actions, .chqt-vb-more { display: none !important; }
  .chqt-vb-pics a { min-height: 0; line-height: inherit; }
}
