html, body { background: #fff !important; }

.delete-main { width: min(720px, calc(100% - 40px)); margin-top: 34px; }
.delete-main .intro { max-width: 620px; margin-bottom: 28px; }

.timeline {
  display: grid;
  gap: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline div {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 22px;
  padding: 19px 0;
}

.timeline div + div { border-top: 1px solid var(--line); }
.timeline strong { color: var(--ink); font-size: 14px; }
.timeline span { color: var(--muted); font-size: 14px; line-height: 1.75; }

.delete-form-section { padding-top: 34px; border-top: 0; }
.delete-form-section form { max-width: 520px; }
.delete-form-section h2, .result h2 { margin-bottom: 20px; }

label {
  display: block;
  margin: 20px 0 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

input {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #cfdadd;
  border-radius: 8px;
  outline: none;
  background: #fff;
  color: var(--ink);
  font: inherit;
  transition: border-color .16s ease, box-shadow .16s ease;
}

input:focus { border-color: #789795; box-shadow: 0 0 0 3px #89a3a226; }

button {
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.primary-button, .danger-button { width: 100%; margin-top: 22px; color: #fff; }
.primary-button { background: #506f70; }
.danger-button { background: #b84545; }
.primary-button:hover { background: #405e5f; }
.danger-button:hover { background: #a13737; }
button:disabled { cursor: wait; opacity: .55; }

.text-button { width: 100%; margin-top: 8px; background: transparent; color: #587f7e; }
.text-button:hover { background: #f2f7f7; }
.form-note, .warning, .footer-note, .message, .result p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.form-note { margin: -8px 0 8px; }
.warning { padding: 13px 15px; margin: 20px 0 0; border-left: 3px solid #c55b5b; background: #fff8f8; color: #754747; }
.message { min-height: 24px; margin: 16px 0 0; color: #a23838; }
.message.ok { color: #496f68; }
.footer-note { padding-top: 24px; border-top: 1px solid var(--line); }
.hidden { display: none !important; }

.result { max-width: 520px; padding: 8px 0 12px; }
.result-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: #e8f3f1;
  color: #496f68;
  font-size: 22px;
  font-weight: 800;
}

@media (max-width: 560px) {
  .site-header { width: min(100% - 28px, 980px); height: 72px; }
  .delete-main { width: min(100% - 32px, 720px); margin-top: 22px; }
  .page-title { font-size: 34px; }
  .timeline div { grid-template-columns: 1fr; gap: 5px; padding: 16px 0; }
}
