.delete-button.delete-expired,
.delete-button:disabled {
  background: #9aa5a1;
  cursor: not-allowed;
  opacity: 0.78;
}

.delete-window-note {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.3;
}
