.home-header>.theme-toggle-compact{
  order:0!important;
}
.home-header>.home-brand{
  order:1!important;
}
.home-header>.home-store-button{
  order:2!important;
}
.home-header>.home-nav{
  order:3!important;
  margin-left:0!important;
}
.home-header>.nefesh-language-controls{
  order:4!important;
  margin-left:auto!important;
}
.home-header>.nefesh-text-controls{
  order:5!important;
  margin-left:0!important;
}
.home-header>.home-login{
  order:6!important;
}
.home-header>.home-menu-button{
  order:7!important;
}

.home-store-button{
  display:inline-flex;
  min-height:42px;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:0 2px 0 0;
  padding:0 15px;
  border:1px solid rgba(67,211,193,.52);
  border-radius:999px;
  background:linear-gradient(135deg,#43d3c1,#22b8aa);
  color:#073b38!important;
  font-size:12px;
  font-weight:950;
  text-decoration:none!important;
  white-space:nowrap;
  box-shadow:0 10px 24px rgba(38,190,174,.2);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.home-store-button:hover{
  transform:translateY(-2px);
  filter:saturate(1.06);
  box-shadow:0 14px 30px rgba(38,190,174,.28);
}
.home-store-button span{font-size:16px}

.institution-store-link,
.portal-store-link{
  display:flex!important;
  min-height:43px;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin-bottom:10px;
  border:1px solid rgba(67,211,193,.34)!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,rgba(67,211,193,.18),rgba(34,184,170,.1))!important;
  color:#67eadb!important;
  font-size:12px!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.institution-store-link:hover,
.portal-store-link:hover{background:rgba(67,211,193,.24)!important}

@media(max-width:1150px){
  .home-store-button{padding:0 12px;font-size:11px}
}
@media(max-width:920px){
  .home-header>.home-brand{order:1!important}
  .home-header>.home-store-button{order:2!important;margin-right:4px}
  .home-header>.home-nav{order:8!important}
  .home-header>.nefesh-language-controls{order:4!important;margin-left:auto!important}
  .home-header>.nefesh-text-controls{order:5!important}
  .home-header>.home-login{order:6!important}
  .home-header>.home-menu-button{order:7!important}
}
