/* /stop: the recipient's page. Sits on auth.css's card. */
.stop-card {
  max-width: 520px;
}

.stop-help {
  margin-top: 1rem;
  text-align: left;
}

.stop-section {
  border-top: 1px solid var(--line);
  padding: 1.1rem 0;
}

.stop-section h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.stop-section p {
  color: var(--ink-2);
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}

.stop-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.stop-inline .action-button {
  width: auto;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
}

.stop-senders {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stop-senders li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line-2);
}

.stop-sender-name {
  color: var(--ink);
  font-weight: 600;
}

.stop-done {
  margin-top: 1rem;
}

.key-badge {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.key-badge--retiring {
  background: var(--warn-soft);
  color: var(--warn);
}

/* "Block all" is the drastic option; same red as the dashboard's danger buttons */
.stop-inline .action-button--danger {
  background: var(--danger-fill);
  color: #fff;
}

.stop-inline .action-button--danger:hover {
  background: var(--danger);
}
