/* =========================================================
   CREdocket — Premises Liability Checklist (Manager Edition) styles
   ========================================================= */

.pc-checklist { list-style: none; margin: 0; padding: 0; }
.pc-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-soft);
}
.pc-check-item:last-child { border-bottom: none; }
.pc-check-box {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 5px;
  border: 1.5px solid var(--border);
  background: var(--bg-elevated);
}
.pc-check-text { font-size: 13.5px; line-height: 1.7; color: var(--text-secondary); }

/* State picker itself (.eg-state-grid / .eg-state-card) is the shared
   component from css/eviction-guide.css, already loaded on this page --
   was a native <select> here, unified to match the scannable grid the
   two handbook pages use. Nothing page-specific left to style. */
