.myrmidon-access-locked{
  background:#f1f5f9!important;
  color:#94a3b8!important;
  border:1px solid #cbd5e1!important;
  box-shadow:none!important;
  opacity:1!important;
  cursor:not-allowed!important;
  filter:grayscale(1)!important;
}

.myrmidon-access-locked span,
.myrmidon-access-locked small{
  color:#94a3b8!important;
}

.myrmidon-access-locked::after{
  content:" 🔒";
  font-size:13px;
  opacity:.85;
}

body.myrmidon-super-owner .rbac-lock,
body.myrmidon-super-owner .lock-icon,
body.myrmidon-super-owner .permission-lock {
  display: none !important;
}

body.myrmidon-super-owner [aria-disabled="true"] {
  pointer-events: auto !important;
  opacity: 1 !important;
}
