/* Small non-intrusive view counter displayed on every property cover. */
.kyPropertyViews{position:absolute;right:7px;top:7px;z-index:5;display:inline-flex;align-items:center;gap:3px;min-width:28px;height:20px;padding:0 6px;border-radius:999px;background:rgba(8,25,48,.72);color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.18);font:800 10px/1 system-ui,-apple-system,Segoe UI,sans-serif;pointer-events:none}
.kyPropertyViews svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.kyPropertyViews b{font:inherit;letter-spacing:0}
@media(max-width:760px){.kyPropertyViews{right:5px;top:5px;height:18px;min-width:25px;padding:0 5px;font-size:9px;gap:2px}.kyPropertyViews svg{width:11px;height:11px}}
