.notification-card {
  max-width: 760px;
  margin: 22px auto 0;
}

.notification-card h2 {
  margin-bottom: 10px;
}

.notification-status {
  padding: 12px 14px;
  border-radius: 8px;
  background: #e8ece8;
  color: var(--ink);
  font-weight: 600;
}

.notification-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.notification-actions button[hidden] {
  display: none;
}
