
/*
Minimal styles; adjust in theme if desired.
*/
.lfbp-fbt .button { margin-top: .5rem; }
.lfbp-xsells ul.products { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fill,minmax(160px,1fr)); gap: 12px; }
.lfbp-xsells li.product { border: 1px solid #eee; padding: 10px; border-radius: 8px; text-align: center; }
