/* =========================================================
   Morning Bell — delete/delete.css
   Page-specific bits ONLY. The prose template (column, headings,
   footer) comes from /privacy/privacy.css; tokens from /styles.css.
   No new colors. No JavaScript on this page.
   ========================================================= */

/* Numbered revoke steps — same measure/rhythm as the template's ul */
.delete-steps {
  margin: 0 0 18px;
  padding-left: 1.6em;
}

.delete-steps li {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(14,26,48,0.88);
  margin-bottom: 10px;
}

.delete-steps code {
  font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace;
  font-size: 14px;
  background: rgba(14,26,48,0.07);
  padding: 2px 6px;
  border-radius: 4px;
  color: #0E1A30;
  overflow-wrap: anywhere; /* long host pattern must never force page overflow */
}

/* The one prominent action on the page — mailto button in the site's
   ink-pill idiom (static: no slosh layer, this page ships no JS). */
.delete-btn-row {
  margin: 28px 0 14px;
  text-align: center;
}

.delete-mail-btn {
  display: inline-block;
  background: #0E1A30;
  color: #F4EFE2;
  text-decoration: none;
  border-radius: 999px;
  padding: 16px 34px;
  font: 500 18px Newsreader, serif;
  box-shadow: inset 0 1px 1px rgba(250,245,230,0.16), inset 0 -6px 12px rgba(4,8,18,0.45), 0 12px 26px rgba(8,15,31,0.3);
}

.delete-mail-btn:hover {
  background: #16233d;
}

.delete-btn-note {
  font-size: 14.5px;
  color: rgba(14,26,48,0.6);
  text-align: center;
  max-width: 560px;
  margin: 0 auto 18px;
}

@media (max-width: 600px) {
  .delete-mail-btn { padding: 14px 26px; font-size: 16px; }
}
