.pw-form-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--pw-space-3);
  padding-top: var(--pw-space-4);
}

/* Submit button styling is inherited from base.css's button block. The
   defensive width/margin overrides this component used to carry were
   retired alongside base.css's bare-input rule in PWP-197 — they were
   beating that rule, and with it gone they had nothing left to defend. */

.pw-form-actions__cancel {
  font-size: var(--pw-text-base);
  color: var(--pw-color-text-muted);
  text-decoration: none;
}

.pw-form-actions__cancel:hover {
  color: var(--pw-color-text);
  text-decoration: underline;
}
