.notification-signup {
  margin: 0 0 38px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7faf7;
}

.notification-signup h2 { margin: 0; }
.notification-signup p { margin: 6px 0 0; color: var(--muted); }
.notification-button { margin-top: 14px; padding: 9px 13px; border: 0; border-radius: 5px; background: var(--accent); color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.notification-button:disabled { opacity: .6; cursor: wait; }
