
/* v5.6: accessibility SVG complete, editable hero eyebrow support, shortcut icon cleanup */

/* Accessibility: no clipped glyph; use contained SVG */
body.ji-v54-dashboard .ji-accessibility,
body.ji-v53-clean .ji-accessibility{
  top:14px!important;
  right:28px!important;
  width:58px!important;
  height:58px!important;
  overflow:visible!important;
  z-index:14000!important;
}

body.ji-v54-dashboard .ji-accessibility__toggle,
body.ji-v53-clean .ji-accessibility__toggle{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  max-width:52px!important;
  max-height:52px!important;
  border-radius:50%!important;
  border:3px solid #ffffff!important;
  background:#1f6fff!important;
  box-shadow:0 10px 22px rgba(0,0,0,.20)!important;
  padding:0!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  line-height:1!important;
}

body.ji-v54-dashboard .ji-accessibility__icon,
body.ji-v53-clean .ji-accessibility__icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:38px!important;
  height:38px!important;
  border:0!important;
  border-radius:0!important;
  position:static!important;
  overflow:visible!important;
  transform:none!important;
  color:#fff!important;
  font-size:0!important;
  line-height:0!important;
}

body.ji-v54-dashboard .ji-accessibility__svg,
body.ji-v53-clean .ji-accessibility__svg{
  width:35px!important;
  height:35px!important;
  display:block!important;
  overflow:visible!important;
}

body.ji-v54-dashboard .ji-accessibility__svg circle,
body.ji-v54-dashboard .ji-accessibility__svg path,
body.ji-v53-clean .ji-accessibility__svg circle,
body.ji-v53-clean .ji-accessibility__svg path{
  fill:none!important;
  stroke:#ffffff!important;
  stroke-width:5!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

body.ji-v54-dashboard .ji-accessibility__panel,
body.ji-v53-clean .ji-accessibility__panel{
  top:66px!important;
  right:0!important;
  bottom:auto!important;
}

/* Shortcut icon: remove duplicate inner/outer pseudo-circles and keep one clean ring */
body.ji-v54-dashboard .ji-home-shortcuts--v55 .ji-shortcut__icon,
body.ji-v53-clean .ji-home-shortcuts--v55 .ji-shortcut__icon{
  position:relative!important;
  width:52px!important;
  height:52px!important;
  border:4px solid rgba(255,255,255,.72)!important;
  border-radius:50%!important;
  justify-self:end!important;
  opacity:.95!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.ji-v54-dashboard .ji-home-shortcuts--v55 .ji-shortcut__icon:before,
body.ji-v54-dashboard .ji-home-shortcuts--v55 .ji-shortcut__icon:after,
body.ji-v53-clean .ji-home-shortcuts--v55 .ji-shortcut__icon:before,
body.ji-v53-clean .ji-home-shortcuts--v55 .ji-shortcut__icon:after{
  display:none!important;
  content:none!important;
}

body.ji-v54-dashboard .ji-home-shortcuts--v55 .ji-shortcut:nth-child(1) .ji-shortcut__icon{
  background:linear-gradient(135deg, transparent 45%, rgba(255,255,255,.72) 45%, rgba(255,255,255,.72) 55%, transparent 55%)!important;
}

body.ji-v54-dashboard .ji-home-shortcuts--v55 .ji-shortcut:nth-child(2) .ji-shortcut__icon{
  border-radius:12px!important;
}

body.ji-v54-dashboard .ji-home-shortcuts--v55 .ji-shortcut:nth-child(3) .ji-shortcut__icon{
  background:linear-gradient(45deg, transparent 46%, rgba(255,255,255,.72) 46%, rgba(255,255,255,.72) 54%, transparent 54%)!important;
}
