
/* TamuBN bilingual English / Bahasa Melayu Brunei — v86.0.18 */
.tamubn-language{
  display:inline-flex;
  align-items:center;
  gap:7px;
  height:42px;
  padding:0 10px;
  border:1px solid rgba(124,58,237,.16);
  border-radius:13px;
  background:#fff;
  color:#170b23;
  flex:0 0 auto;
}
.tamubn-language-icon{font-size:12px;color:#7c3aed}
.tamubn-language select{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  outline:0;
  background:transparent;
  color:inherit;
  font:inherit;
  font-size:12px;
  font-weight:800;
  padding:0 17px 0 0;
  cursor:pointer;
  background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);
  background-position:calc(100% - 7px) 48%,calc(100% - 3px) 48%;
  background-size:4px 4px,4px 4px;
  background-repeat:no-repeat;
}
.workspace-topbar .tamubn-language{
  margin-left:auto;
  background:#faf7fc;
}
.tamubn-language-floating{
  position:fixed;
  right:18px;
  top:18px;
  z-index:12000;
  box-shadow:0 12px 35px rgba(18,7,30,.16);
}
html[data-language="br"] body{font-feature-settings:"kern" 1}
@media(max-width:900px){
  .app-actions .tamubn-language{
    height:38px;
    padding:0 8px;
  }
  .app-actions .tamubn-language-icon{display:none}
  .app-actions .tamubn-language select{font-size:11px;max-width:148px}
}
@media(max-width:680px){
  .app-actions .tamubn-language{
    position:absolute;
    right:16px;
    top:8px;
    height:32px;
    z-index:30;
    background:rgba(255,255,255,.96);
  }
  .workspace-topbar .tamubn-language{
    height:34px;
    padding:0 8px;
  }
  .workspace-topbar .tamubn-language select{font-size:10px}
}

/* v85.4.2 deliberate placement */
.workspace-account-actions>.tamubn-language{margin-left:0;background:#faf7fc}
@media(max-width:820px){#mobileApp>.tamubn-language,.v85-header>.tamubn-language{display:none!important}}


/* v86.0.2 bilingual hardening */
html[data-language="br"] button,html[data-language="br"] .button,html[data-language="br"] label,html[data-language="br"] .workspace-nav-item{line-height:1.25}
html[data-language="br"] select{max-width:100%}
html[data-language="br"] .tamubn-language select{min-width:142px}
@media(max-width:680px){html[data-language="br"] .tamubn-language select{min-width:128px}}
@media(max-width:680px){html[data-language="br"] .button,html[data-language="br"] button{white-space:normal}}
