.admin-edit input {
  opacity: 0;
  z-index: 100;
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  position: absolute;
}

.admin-edit a {
  position: relative;
  padding: 4px 8px;
  background-color: #e1ff00;
  color: #000;
}

.admin-edit a::before {
  margin-right: 4px;
  content: '×';
}

.admin-edit a:hover {
  text-decoration: none;
}

.admin-edit:has(input:checked) {
  display: none;
}