/* Force override for brokerage services link in footer */
.legal-content a {
  pointer-events: none !important;
  text-decoration: none !important;
  cursor: default !important;
}

/* Apply dotted border for better visual separation */
.footer-legal .legal-content div[style*="border-top"] {
  border-top: 1px dotted rgba(255, 255, 255, 0.5) !important;
  margin: 15px auto 20px auto !important;
  width: 100% !important;
}
