/* Compact real owner photos and service logos beside existing record labels. */
.hq-record-identity{display:inline-flex;align-items:center;gap:7px;max-width:100%;min-width:0;vertical-align:middle;font:inherit;color:inherit;line-height:1.3}
.hq-record-avatar{position:relative;display:inline-grid;place-items:center;flex:0 0 22px;width:22px;height:22px;overflow:hidden;border-radius:50%;background:var(--soft,#f2f4f4);color:var(--secondary,#687472);box-shadow:inset 0 0 0 1px var(--line,#e4e8e7)}
.hq-record-initials{display:grid;place-items:center;width:100%;height:100%;font-size:9px;font-weight:500;line-height:1;text-transform:uppercase}
.hq-record-initials svg{width:14px;height:14px}
.hq-record-avatar img{position:absolute;inset:0;width:22px;height:22px;object-fit:cover;display:block;background:var(--soft,#f2f4f4)}
.hq-record-label{min-width:0;overflow-wrap:anywhere}
.hq-record-service .hq-record-avatar{border-radius:5px}
.hq-record-service .hq-record-avatar img{object-fit:contain;padding:3px;box-sizing:border-box;background:#fff}
