/* Compact collection navigation: map context first, controls secondary. */
body.is-almaro-collection #atlasInvestmentHUD,
body.is-almaro-collection .hp-almaro-collection,
body.is-almaro-collection .hp-almaro-card { border-radius:8px; }
body.is-almaro-collection.has-investment-hud:not(.is-investment-details-open) #atlasInvestmentHUD { border-radius:8px; }
body.is-almaro-collection #atlasInvestmentHUD .ih-mobile-head { display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;margin-bottom:9px; }
body.is-almaro-collection #atlasInvestmentHUD .ih-identity { display:flex;flex-direction:column;min-width:0;gap:2px; }
body.is-almaro-collection #atlasInvestmentHUD .ih-property { display:block;font-size:15px;line-height:1.25; }
body.is-almaro-collection #atlasInvestmentHUD .ih-place { color:#657287;font-size:10px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
body.is-almaro-collection #atlasInvestmentHUD :is(.ih-property-nav,.ih-property-actions) { display:flex;align-items:center;gap:4px; }
body.is-almaro-collection #atlasInvestmentHUD :is(.ih-property-nav,.ih-property-actions) button { min-height:34px;min-width:34px;padding:6px 9px;border:1px solid #dce3ec;border-radius:6px;background:#fff;color:#2455a6;box-shadow:none;font:500 11px/1.2 "IBM Plex Sans",system-ui,sans-serif;cursor:pointer; }
body.is-almaro-collection #atlasInvestmentHUD .ih-property-nav button { padding:0;font:400 23px/1 system-ui,sans-serif; }
body.is-almaro-collection #atlasInvestmentHUD :is(.ih-property-nav,.ih-property-actions) button:hover:not(:disabled) { background:#f0f5fc;border-color:#aabedb; }
body.is-almaro-collection #atlasInvestmentHUD :is(.ih-property-nav,.ih-property-actions) button:disabled { color:#a6afb9;cursor:default;background:#f8fafc; }
body.is-almaro-collection #atlasInvestmentHUD :is(.ih-property-nav,.ih-property-actions) button:focus-visible,
body.is-almaro-collection .hp-compact-property:focus-visible { outline:2px solid #2455a6;outline-offset:2px; }
body.is-almaro-collection #atlasInvestmentHUD .ih-position { color:#657287;font-size:10px;font-variant-numeric:tabular-nums;white-space:nowrap;padding:0 3px; }
body.is-almaro-collection #atlasInvestmentHUD .ih-navigation-status { margin:5px 0 0;color:#526985;font-size:10px; }
body.is-almaro-collection #atlasInvestmentHUD .ih-navigation-status:empty { display:none; }
body.is-almaro-collection .hp-compact-property { border-radius:6px; }
body.is-almaro-collection .hp-compact-property[aria-current="true"] { border-color:#7194c7;background:#edf4ff;box-shadow:inset 3px 0 0 #2455a6; }
body.is-almaro-collection .hp-current-property { display:inline-block;margin-left:7px;color:#2455a6;font:600 9px/1.3 "IBM Plex Sans",system-ui,sans-serif;white-space:nowrap; }
body.is-almaro-collection .hp-almaro-collection :is(input,select,.hp-button,.hp-close) { border-radius:6px; }
@media(max-width:768px) {
  body.is-almaro-collection #atlasInvestmentHUD .ih-mobile-head { grid-template-columns:auto minmax(0,1fr);gap:7px 8px;margin-bottom:7px; }
  body.is-almaro-collection #atlasInvestmentHUD .ih-identity { grid-column:1 / -1; }
  body.is-almaro-collection #atlasInvestmentHUD .ih-property { font-size:14px; }
  body.is-almaro-collection #atlasInvestmentHUD .ih-property-actions { justify-content:flex-end; }
  body.is-almaro-collection #atlasInvestmentHUD :is(.ih-property-nav,.ih-property-actions) button { min-width:44px;min-height:44px;padding:6px 9px; }
  body.is-almaro-collection #atlasInvestmentHUD .ih-property-nav button { padding:0; }
  body.is-almaro-collection #atlasInvestmentHUD .ih-position { font-size:10px;padding:0 2px; }
}
@media(max-width:400px) {
  body.is-almaro-collection #atlasInvestmentHUD .ih-mobile-head { column-gap:4px; }
  body.is-almaro-collection #atlasInvestmentHUD :is(.ih-property-nav,.ih-property-actions) { gap:2px; }
  body.is-almaro-collection #atlasInvestmentHUD :is(.ih-property-nav,.ih-property-actions) button { padding:6px;font-size:10px; }
  body.is-almaro-collection #atlasInvestmentHUD .ih-property-nav button { padding:0;font-size:23px; }
  body.is-almaro-collection #atlasInvestmentHUD .ih-position { padding:0; }
}
