/* v341: force the inactivity countdown to be visible beside logged-in user status */
#sfV341IdleBadge,
.sf-v341-idle-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  height:28px!important;
  min-width:118px!important;
  padding:0 10px!important;
  margin-left:8px!important;
  border-radius:999px!important;
  border:1px solid rgba(46,211,196,.75)!important;
  background:rgba(8,37,54,.92)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:850!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
  box-shadow:0 4px 12px rgba(0,0,0,.18)!important;
  position:relative!important;
  z-index:2147483600!important;
  flex:0 0 auto!important;
  overflow:visible!important;
}
.sf-v341-idle-badge::before{content:"⏱";font-size:12px!important;line-height:1!important;}
.sf-v341-idle-badge strong{color:#2ed3c4!important;font-size:11px!important;font-weight:950!important;font-variant-numeric:tabular-nums!important;line-height:1!important;}
.sf-v341-idle-badge.sf-v341-warn{border-color:#f59e0b!important;background:rgba(92,54,7,.95)!important;}
.sf-v341-idle-badge.sf-v341-danger{border-color:#ef4444!important;background:rgba(96,20,20,.96)!important;}
#sfV306StaffTopBar .sf-v305-user-area,
#sfV326UnifiedTopBar .sf-v326-user-area,
#sfV125TopLoginBar .sf-v326-user-area,
#sfV125TopLoginBar .sf-v125-user-area,
#sfV305StaffTopBar .sf-v305-user-area{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  overflow:visible!important;
}
@media(max-width:900px){.sf-v341-idle-badge{min-width:96px!important;padding:0 8px!important;font-size:10px!important}.sf-v341-idle-badge .sf-v341-label{display:none!important}}
