/* Registro S10 — filters + append-only trail */

.g-registro .g-form--filters {
  margin: var(--s4) 0 var(--s3);
}

.g-registro .g-list__item {
  display: flex;
  flex-direction: column;
  gap: var(--s1);
}

.g-registro .g-hash {
  margin-top: var(--s1);
}

/* —— Phone (S13) —— One column, a full-width button and a wrapping hash are already what
   `.g-form--filters` and `.g-hash` do in ui.css; the register only keeps its filters closer. */
@media (max-width: 640px) {
  .g-registro .g-form--filters {
    gap: var(--s2);
  }
}
