/* HintPlus Audit v4.1.9 keyboard shortcut badges */
.hpa-shortcut-code{
  margin-left:auto;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  min-height:20px;
  padding:2px 6px;
  border:1px solid rgba(148,163,184,.55);
  border-bottom-width:2px;
  border-radius:6px;
  background:rgba(255,255,255,.12);
  color:inherit;
  font:700 10px/1.1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  letter-spacing:0;
  white-space:nowrap;
  pointer-events:none;
  opacity:.9;
}
.sidebar .menu .btn{display:flex;align-items:center;width:100%;}
.sidebar .menu .btn .hpa-shortcut-code{color:#dbeafe;border-color:rgba(191,219,254,.28);background:rgba(255,255,255,.08);}
#hpaAccountingCenter .hpa-acc-nav .hpa-shortcut-code{color:#dce8f4;border-color:rgba(220,232,244,.28);background:rgba(255,255,255,.08);}
#recentMenuDropdown button .hpa-shortcut-code{color:#475569;background:#f8fafc;border-color:#cbd5e1;}
@media(max-width:820px){#hpaAccountingCenter .hpa-acc-nav .hpa-shortcut-code{display:none}.sidebar .menu .btn .hpa-shortcut-code{font-size:9px;padding:1px 4px;}}
