/* ================================================================
   Bell Equipment — Sub-site shared overrides
   Loaded for all non-group sites.
   The shared home template styles live in home.css
   ================================================================ */

/* ── Logo overrides ───────────────────────────────────────────
   group.css gives the logo a drop shadow and -120px bottom margin
   (designed for the large group BELL square). Reset for all sub-sites. */
.bell-el-b389223 img {
  box-shadow: none !important;
  height: auto !important;
  object-position: center left;
}
#logo_main img {
  margin-bottom: 0 !important;
}

/* Override Elementor/Bell global colour tokens (UK-specific branding) */
.site-bell-uk {
  --e-global-color-050e1d9: #FDBA31;
  --e-global-color-1c1e247: #1a1a1a;
  --e-global-color-a9d2494: #FDBA31;
  --e-global-color-67f926b: #F0F0F0;
}
