/* Global footer/icon/divider fix v11695 */
html body:not(.adminBody) footer.cimFooterRestoreV2029 .cimFooterIconV2029,
html body:not(.adminBody) .cimFooterRestoreV2029 .cimFooterIconV2029{
  color:#0a2d63!important;
}
html body:not(.adminBody) footer.cimFooterRestoreV2029 .cimFooterIconV2029 svg,
html body:not(.adminBody) .cimFooterRestoreV2029 .cimFooterIconV2029 svg{
  display:block!important;
  color:#0a2d63!important;
}
html body:not(.adminBody) footer.cimFooterRestoreV2029 .cimFooterIconV2029 svg path[stroke],
html body:not(.adminBody) footer.cimFooterRestoreV2029 .cimFooterIconV2029 svg rect[stroke],
html body:not(.adminBody) footer.cimFooterRestoreV2029 .cimFooterIconV2029 svg circle[stroke],
html body:not(.adminBody) .cimFooterRestoreV2029 .cimFooterIconV2029 svg path[stroke],
html body:not(.adminBody) .cimFooterRestoreV2029 .cimFooterIconV2029 svg rect[stroke],
html body:not(.adminBody) .cimFooterRestoreV2029 .cimFooterIconV2029 svg circle[stroke]{
  stroke:#0a2d63!important;
}
html body:not(.adminBody) footer.cimFooterRestoreV2029 .cimFooterIconV2029 svg path[fill="currentColor"],
html body:not(.adminBody) .cimFooterRestoreV2029 .cimFooterIconV2029 svg path[fill="currentColor"]{
  fill:#0a2d63!important;
}
html body:not(.adminBody) footer.cimFooterRestoreV2029 .cimFooterBottomV2029,
html body:not(.adminBody) .cimFooterRestoreV2029 .cimFooterBottomV2029{
  border-top:0!important;
  box-shadow:none!important;
}
html body:not(.adminBody) footer.cimFooterRestoreV2029 .cimFooterBottomV2029::before,
html body:not(.adminBody) footer.cimFooterRestoreV2029 .cimFooterBottomV2029::after,
html body:not(.adminBody) .cimFooterRestoreV2029 .cimFooterBottomV2029::before,
html body:not(.adminBody) .cimFooterRestoreV2029 .cimFooterBottomV2029::after{
  display:none!important;
  content:none!important;
}
html body:not(.adminBody) footer.cimFooterRestoreV2029 .cimFooterLanguageNavV11689{
  border-top:1px solid rgba(255,255,255,.22)!important;
  border-bottom:0!important;
  box-shadow:none!important;
}

/* Mobile footer spacing only v11699 — no divider line, desktop untouched */
@media (max-width:768px){
  html body:not(.adminBody) footer.cimFooterRestoreV2029 .cimFooterBrandV2029 + .cimFooterColV2029,
  html body:not(.adminBody) .cimFooterRestoreV2029 .cimFooterBrandV2029 + .cimFooterColV2029{
    margin-top:34px!important;
    border-top:0!important;
    box-shadow:none!important;
  }
  html body:not(.adminBody) footer.cimFooterRestoreV2029 .cimFooterBrandV2029 + .cimFooterColV2029::before,
  html body:not(.adminBody) .cimFooterRestoreV2029 .cimFooterBrandV2029 + .cimFooterColV2029::before{
    content:none!important;
    display:none!important;
  }
}
