[hidden] {
  display: none !important;
}

.passkey-row,
.passkey-actions,
.passkey-name-actions {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.passkey-row {
  justify-content: space-between;
}

.passkey-copy {
  display: grid;
  gap: 0.25rem;
}

.item-modal:not([hidden]) {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 1000;
}

.item-modal-backdrop {
  inset: 0;
  position: absolute;
}

.passkey-delete-panel {
  position: relative;
  z-index: 1;
}
