/* can-i-bring-it-on-a-plane: this tool's own look, loaded only on its page (tools.css is shared and kept under 5 KB gz) */
.chqt-cb-pop { display: flex; flex-wrap: wrap; gap: 8px; }
.chqt-cb-hits { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.chqt-cb-hit { width: 100%; min-height: 44px; text-align: left; font: inherit; font-size: 16px; padding: 8px 12px; border: 1.5px solid var(--chqt-line); border-radius: 12px; background: #fff; color: var(--chqt-ink); cursor: pointer; display: flex; flex-direction: column; gap: 2px; }
.chqt-cb-hit small { color: var(--chqt-muted); font-size: 14px; }
.chqt-cb-box { border: 1.5px solid var(--chqt-line); border-radius: 12px; padding: 10px 14px; margin: 0; min-width: 0; background: #fff; }
.chqt-cb-box legend { font-weight: 600; font-size: 15px; padding: 0 4px; }
.chqt-cb-tsa p { margin: 0 0 8px; font-size: 16px; }
.chqt-cb-tsa { border-left: 3px solid var(--chqt-line); padding-left: 12px; margin: 12px 0 0; }
.chqt-cb-bat { font-weight: 600; margin: 10px 0 0; }
