/* Rent & Lease OMR - Module Styles */
.rent-lease-page { font-family: 'Poppins', sans-serif; }
.rl-hero h1 { font-weight: 700; }
.rl-hero .btn-light:hover { background: #f8f9fa; }
.card { border-radius: 12px; transition: transform 0.2s; }
.card:hover { transform: translateY(-2px); }
