/* Lawn Size & Mowing Time Calculator (ROADMAP-Calcs-Garden.md GT7) — only what the core
   stylesheet does not give: the shape rows (add / take away), and the makers' box. */
.chqt-ls-rows { list-style: none; margin: 0 0 .6rem; padding: 0; display: grid; gap: 8px; }
.chqt-ls-row { display: flex; flex-wrap: wrap; gap: 6px; align-items: flex-end; padding: 8px; border: 1px solid var(--chqt-line, #E4E0D5); border-radius: 10px; background: #fff; }
.chqt-ls-row[data-op="-"] { background: var(--chqt-cream, #F7F5F0); border-style: dashed; }
.chqt-ls-op { font: inherit; font-size: 16px; min-height: 44px; padding: 0 10px; border-radius: 8px; border: 1.5px solid var(--chqt-ink, #1D1F1A); background: #fff; color: var(--chqt-ink, #1D1F1A); cursor: pointer; font-weight: 700; }
.chqt-ls-row[data-op="-"] .chqt-ls-op { border-color: var(--chqt-accent, #A3301C); color: var(--chqt-accent, #A3301C); }
.chqt-ls-shape { flex: 1 1 140px; min-height: 44px; font-size: 16px; }
.chqt-ls-dim { display: flex; flex-direction: column; flex: 1 1 90px; min-width: 0; }
.chqt-ls-dimlabel { font-size: .8rem; color: var(--chqt-page-muted, #5D6158); }
.chqt-ls-dim input { font: inherit; font-size: 16px; min-height: 44px; width: 100%; border: 1.5px solid var(--chqt-line, #E4E0D5); border-radius: 8px; padding: 0 8px; }
.chqt-ls-rm { font-size: 22px; line-height: 1; min-width: 44px; min-height: 44px; border: 0; background: none; cursor: pointer; color: var(--chqt-page-muted, #5D6158); }
.chqt-ls-addrow { display: flex; flex-wrap: wrap; gap: 8px; }
.chqt-ls-more summary { cursor: pointer; font-weight: 700; min-height: 44px; display: flex; align-items: center; }
.chqt-ls-h { font-size: 1rem; margin: 1rem 0 .4rem; }
