/* Scoped to the fill list only; restore centering removed by the base reset. */
[data-fill-list-v1] > dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(480px, calc(100vw - 32px));
  max-width: calc(100vw - 32px) !important;
  max-height: calc(100dvh - 32px);
  overflow: auto;
  box-sizing: border-box;
  background: #fff;
  color: #0f172a;
}
[data-fill-list-v1] > dialog::backdrop {
  position: fixed;
  inset: 0;
  width: auto;
  height: auto;
  margin: 0;
  background: rgb(15 23 42 / 35%);
}
