/*
 * Tiny House Floor Plan Designer — the fold-out "your house's own numbers". Source:
 * sites/dreamy-tools/tools/tiny-house-floor-plan-designer/tool.css (Dash repo); loaded after core/tools.css on this tool only.
 */
.th-more { border-top: 1px solid var(--chqt-line, #e6ddd0); padding-top: 4px; }
.th-more > summary { min-height: 44px; display: flex; align-items: center; cursor: pointer; font-weight: 600; }
.th-more[open] > summary { margin-bottom: 8px; }
.th-sub { display: grid; gap: 12px; }
