/* Ledgerlands — Preparar venda (o visual comum mora em ll-sale-ui.css) */
.container { max-width: 1040px; }
#llsMain { margin-top: 10px; }
#llsMensagem:empty { display: none; }
.lls-busca { min-height: 44px; width: 100%; padding: 8px 10px; border: 2px solid var(--gt-border, #e5e7eb); border-radius: 8px; font: inherit; margin: 6px 0 10px; box-sizing: border-box; background: var(--gt-input-bg, #fff); color: inherit; }
.lls-rodape { display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; align-items: center; margin-top: 14px; border-top: 1px solid var(--gt-border, #e5e7eb); padding-top: 12px; }
.lls-rodape .dir { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.lls-opcao .lls-btn.pequeno { margin-top: 6px; }
@media (max-width: 640px) {
    .lls-rodape, .lls-rodape .dir { flex-direction: column; align-items: stretch; }
    .lls-rodape .lls-btn { width: 100%; }
}
