/* =========================================================
   BAYS B2B PRO v3.1.2 — Admin panel switch & PWA icon setting
   ========================================================= */
.bays-panel-switch{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:42px!important;
  padding:9px 14px!important;
  border:1px solid rgba(23,105,255,.16)!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,var(--bays-primary,#1769ff),var(--bays-secondary,#4149ff))!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1.2!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  box-shadow:0 10px 24px rgba(23,105,255,.18)!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}
.bays-panel-switch:hover,.bays-panel-switch:focus{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-decoration:none!important;
  transform:translateY(-1px)!important;
  box-shadow:0 14px 30px rgba(23,105,255,.24)!important;
}
.bays-panel-switch b{
  display:grid!important;
  place-items:center!important;
  width:24px!important;
  height:24px!important;
  margin:0!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.16)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:14px!important;
  line-height:1!important;
}
.bays-panel-switch span{color:#fff!important;-webkit-text-fill-color:#fff!important}
.bays-admin-app .admin-topbar-right>.bays-panel-switch{margin-left:2px!important}
.settings-grid .bays-pwa-icon-background-field small{
  display:block;
  margin-top:7px;
  color:#667085;
  font-size:11px;
  line-height:1.45;
}
@media(max-width:1180px){
  .bays-app .topbar-actions .bays-panel-switch{padding:9px!important}
  .bays-app .topbar-actions .bays-panel-switch span{display:none!important}
}
@media(max-width:760px){
  .bays-panel-switch{min-width:42px!important;min-height:42px!important;padding:8px!important}
  .bays-panel-switch span{display:none!important}
}
