/* =============================================================================
   Aecon BIM Dashboards — branding styles (additive)
   The Property Search panel styles itself (viewer-search.js injects its own CSS),
   so this file only handles the logo/wordmark blocks and nav icons.
   ============================================================================= */

.aecon-stack{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:6px;text-align:center;line-height:1.12;
}
.aecon-stack .aecon-logo{max-width:170px;width:82%;height:auto;display:block}
.aecon-stack .aecon-product{
  font-weight:800;letter-spacing:3px;color:#E1261C;font-size:15px;text-transform:uppercase;
}
.aecon-stack .aecon-project{
  font-weight:600;letter-spacing:.6px;color:#34495e;font-size:11px;text-transform:uppercase;
}

/* sidebar header variant */
.side .head .aecon-stack{padding:6px 2px 10px}
.side .head .aecon-stack .aecon-logo{max-width:180px}

/* login card variant */
.login .aecon-stack .aecon-logo,.loginCard .aecon-stack .aecon-logo{max-width:210px}
.login .aecon-stack .aecon-product,.loginCard .aecon-stack .aecon-product{font-size:20px}

/* injected nav icons inherit the sidebar's colour + sizing */
.aecon-navicon{color:inherit}
.aecon-navicon svg{width:20px;height:20px;display:block}

/* viewer top-bar compact inline brand (if used) */
.aecon-vbrand{display:flex;align-items:center;gap:9px}
.aecon-vbrand img{height:26px;width:auto;display:block}
.aecon-vbrand .w{display:flex;flex-direction:column;line-height:1}
.aecon-vbrand .p{font-weight:800;letter-spacing:2px;color:#E1261C;font-size:13px}
.aecon-vbrand .s{font-weight:600;letter-spacing:.4px;color:#5b6b7c;font-size:9.5px;text-transform:uppercase}
