form { display: flex; column-gap: 1ex; } input[type="search"] { width: 100%; } dt::after { content: ": "; } dd { margin-inline-start: 1rem; } dl { display: grid; grid-template-rows: 1fr; grid-template-columns: max-content 1fr; }