/* transfers.html-specific stylesheet: retain shared design, isolate autocomplete fix. */
@import url("style.css");

/* The legacy script renders suggestion nodes but does not toggle .is-open. */
#fromSuggestions:not(:empty),
#toSuggestions:not(:empty) {
    display: block;
}
