/* ═══════════════════════════════════════
   Period Property Risk — tool-specific styles
   ═══════════════════════════════════════ */

/* Responsive table scroll hint on mobile */
@media (max-width: 600px) {
  #sdt-ppr-risk-table {
    min-width: 520px;
  }

  /* Stack do's and don'ts on mobile */
  #sdt-ppr-advice-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Cost row bottom border removal on last item */
#sdt-ppr-costs > div:last-child {
  border-bottom: none;
}
