/* → docs/solutions/design-patterns/modal-dialog-pico-shell-header-x-dismiss.md */
/* Descendant (not direct-child) so footers nested inside a <form> — required
   when the form must own the submit, e.g. direct-upload — also center + size. */
dialog article footer {
  display: flex;
  justify-content: center;
}

dialog article footer .lc-btn {
  width: auto;
}
