html.th-management-viewer #th-management-viewer-badge,
#th-management-viewer-badge {
  position: fixed;
  top: 12px;
  right: 18px;
  z-index: 2147483000;
  display: none;
  gap: 2px;
  min-width: 220px;
  max-width: min(360px, calc(100vw - 28px));
  padding: 9px 13px;
  border: 1px solid rgba(122, 24, 40, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px rgba(44, 28, 31, .14);
  backdrop-filter: blur(12px);
  font-family: inherit;
}
html.th-management-viewer #th-management-viewer-badge { display: grid; }
#th-management-viewer-badge strong { font-size: 12px; letter-spacing: .03em; color: #6f1328; }
#th-management-viewer-badge span { font-size: 11px; line-height: 1.35; color: #665a5d; }
.th-mv-blocked,
.th-mv-blocked:disabled {
  opacity: .45 !important;
  cursor: not-allowed !important;
  filter: grayscale(.2);
}
@media (max-width: 979px) {
  #th-management-viewer-badge {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
    min-width: 0;
  }
}
