/* ═══════════════════════════════════════
   External Wall Checker — tool-specific styles
   ═══════════════════════════════════════ */

/* Repair cost rows */
#sdt-ewc-repairs > div:last-child {
  border-bottom: none;
}

/* Check-first list spacing */
#sdt-ewc-check-list li {
  line-height: 1.5;
  margin-bottom: var(--sdt-space-xs);
}

#sdt-ewc-check-list li:last-child {
  margin-bottom: 0;
}
