.rentals-map-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem}.map-btn{display:inline-flex;align-items:center;gap:.5rem;border:none;border-radius:8px;padding:.75rem 1.25rem;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.map-btn:disabled{opacity:.7;cursor:wait}.map-btn-locate{background:#981c25;color:#ffffff}.map-btn-locate:hover:not(:disabled){background:#7a161e}.map-btn-follow{background:#0e3665;color:#ffffff}.map-btn-follow:hover{background:#1a4d8f}.map-btn-following{background:#1e7e34;color:#ffffff}.map-btn-following:hover{background:#186429}.follow-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.6)}.follow-dot-on{background:#ffffff;animation:follow-pulse 1.2s ease-in-out infinite}@keyframes follow-pulse{0%,to{opacity:1}50%{opacity:.35}}.rentals-map-meta{display:inline-flex;align-items:center;gap:.5rem;margin-left:auto;font-size:13px;color:#525f6e}.rentals-map-pin-swatch{display:inline-block;width:12px;height:12px;border-radius:50%;background:#0e3665;border:2px solid #ffffff;box-shadow:0 1px 3px rgba(0,0,0,.3)}.rentals-map-geo-error{margin:0 0 1rem;padding:.75rem 1rem;border-radius:8px;background:#fdf2f2;border:1px solid #f2c9cc;color:#7a161e;font-size:14px;line-height:1.5}.rentals-map-frame{overflow:hidden;border-radius:12px;border:1px solid #dde3ea;box-shadow:0 4px 14px rgba(14,54,101,.12)}.rentals-map-canvas{height:380px;width:100%;z-index:0}@media (min-width:640px){.rentals-map-canvas{height:460px}}@media (min-width:1024px){.rentals-map-canvas{height:520px}}@media (max-width:576px){.map-btn{flex:1 1 auto;justify-content:center}.rentals-map-meta{margin-left:0;flex-basis:100%;justify-content:center}}.rentals-map-empty{margin-top:.75rem;text-align:center;font-size:14px;color:#525f6e}.rentals-map-empty a{color:#981c25;font-weight:600}.user-location-dot{display:block;width:18px;height:18px;border-radius:50%;background:#981c25;border:3px solid #ffffff;box-shadow:0 0 0 2px rgba(152,28,37,.45);animation:user-dot-pulse 1.6s ease-out infinite}@keyframes user-dot-pulse{0%{box-shadow:0 0 0 2px rgba(152,28,37,.45)}70%{box-shadow:0 0 0 14px rgba(152,28,37,0)}to{box-shadow:0 0 0 2px rgba(152,28,37,0)}}.rental-popup{min-width:190px;max-width:230px}.rental-popup img{width:100%;height:110px;object-fit:cover;border-radius:6px;margin-bottom:.5rem}.rental-popup p{margin:0 0 .2rem}.rental-popup-address{font-weight:700;color:#0e3665}.rental-popup-city{font-size:12px;color:#525f6e}.rental-popup-price{font-size:16px;font-weight:700;color:#981c25}.rental-popup-details{font-size:12px;color:#525f6e}.rental-popup a{display:inline-block;margin-top:.4rem;margin-right:1rem;font-size:13px;font-weight:700;color:#981c25!important}.rental-popup a.rental-popup-apply{color:#0e3665!important}.rentals-map-skeleton{height:380px;border-radius:12px;border:1px solid #dde3ea;background:linear-gradient(90deg,#eef2f6 25%,#e2e8f0 50%,#eef2f6 75%);background-size:200% 100%;animation:map-skeleton-shimmer 1.4s ease-in-out infinite}@media (min-width:640px){.rentals-map-skeleton{height:460px}}@media (min-width:1024px){.rentals-map-skeleton{height:520px}}@keyframes map-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}