[data-dar-ms-portal-root="1"] .dar-ms-portal__shell{
  display:grid;
  gap:22px;
}

[data-dar-ms-portal-root="1"] .dar-ms-portal__topbar{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
}

[data-dar-ms-portal-root="1"] .dar-ms-portal__topbar-slot{
  min-width:0;
}

[data-dar-ms-portal-root="1"] .dar-ms-portal__topbar-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
}

[data-dar-ms-portal-root="1"] .dar-ms-portal__lang-switcher,
[data-dar-ms-portal-root="1"] .dar-ms-portal__langswitch{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}

[data-dar-ms-portal-root="1"] .dar-ms-portal__lang-switcher--topbar{
  justify-content:flex-end;
}

[data-dar-ms-portal-root="1"] .dar-ms-portal__lang-switcher a,
[data-dar-ms-portal-root="1"] .dar-ms-portal__langswitch a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding-inline:12px;
  border-radius:999px;
  border:1px solid var(--dar-portal-border);
  background:#fff;
  font-size:12px;
  font-weight:800;
}

[data-dar-ms-portal-root="1"] .dar-ms-portal__lang-switcher .is-active,
[data-dar-ms-portal-root="1"] .dar-ms-portal__langswitch .is-active{
  background:rgba(16,47,103,.08);
  border-color:rgba(16,47,103,.18);
}

[data-dar-ms-portal-root="1"] .dar-ms-portal__topbar-slot--leading{
  display:flex;
  align-items:center;
  min-height:48px;
}

[data-dar-ms-portal-root="1"] .dar-ms-portal__topbar-actions--main{
  justify-content:flex-end;
}
