/* TKSE-WEB-009I9D-TOP-BAR-LANGUAGE-AND-HOVER-CLEANUP
   Remove duplicated tier-2 language selector, activate light top-bar language dropdown,
   and unify top-bar hover color for Login/Register with portal links. */
:root{
  --tkse-i9d-top-hover:#A7E1C7;
  --tkse-i9d-top-hover-strong:#EAF7F1;
}
/* Hide any legacy/mainbar language selector that may still be injected or cached */
html body .tkse-i5-mainbar .tkse-i5-actions .tkse-i5-lang,
html body .tkse-i5-mainbar .tkse-i5-lang,
html body .tkse-i5-actions > .tkse-i5-lang{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
html body .tkse-i5-actions{
  gap:0!important;
}
/* Unified minimal corporate hover behavior for all top utility links */
html body .tkse-i5-topbar .tkse-i5-portal-link:hover,
html body .tkse-i5-topbar .tkse-i5-dealer-link:hover,
html body .tkse-i5-topbar .tkse-i5-account-link:hover,
html body .tkse-i5-topbar .tkse-i5-account-link.is-register:hover,
html body .tkse-i5-header .tkse-i5-topbar .tkse-i5-account-link:hover,
html body .tkse-i5-header .tkse-i5-topbar .tkse-i5-account-link.is-register:hover{
  color:var(--tkse-i9d-top-hover)!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
html body .tkse-i5-topbar .tkse-i5-portal-link:hover .tkse-i9-top-ico,
html body .tkse-i5-topbar .tkse-i5-dealer-link:hover .tkse-i9-top-ico{
  color:var(--tkse-i9d-top-hover)!important;
  opacity:1!important;
}
/* Make the top-bar language actually feel interactive and accessible. */
html body .tkse-i5-lang-mini.tkse-i9b-lang-dropdown>button{
  cursor:pointer!important;
  color:rgba(255,255,255,.80)!important;
}
html body .tkse-i5-lang-mini.tkse-i9b-lang-dropdown>button:hover,
html body .tkse-i5-lang-mini.tkse-i9b-lang-dropdown.is-open>button{
  color:var(--tkse-i9d-top-hover)!important;
}
html body .tkse-i5-lang-mini.tkse-i9b-lang-dropdown>button:hover .tkse-i9-globe,
html body .tkse-i5-lang-mini.tkse-i9b-lang-dropdown.is-open .tkse-i9-globe{
  color:var(--tkse-i9d-top-hover)!important;
  opacity:1!important;
}
html body .tkse-i9b-lang-dropdown.is-open .tkse-i9b-lang-menu{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
}
/* Keep the dropdown compact and professional. */
html body .tkse-i9b-lang-menu{
  top:calc(100% + 5px)!important;
  min-width:156px!important;
  padding:7px!important;
}
html body .tkse-i9b-lang-menu a{
  min-height:32px!important;
  font-size:12.6px!important;
}
/* Prevent the removed language selector from leaving alignment gaps on medium desktops. */
@media (min-width:921px){
  html body .tkse-i5-main-inner{grid-template-columns:minmax(168px,220px) minmax(420px,1fr) auto!important;}
}
