.store-card { border:1px solid #e7ebf0; border-radius:14px; overflow:hidden; display:flex; flex-direction:column; transition:transform .15s ease, box-shadow .15s ease; }
.store-card:hover { transform:translateY(-2px); box-shadow:0 6px 24px rgba(16,24,40,.08); }
.store-badge { font-size:.72rem; background:#f2f4f7; border-radius:999px; padding:.15rem .5rem; }
.card-img-top { max-height:180px; object-fit:contain; object-position:center; }
.store-card-image { width:100%; height:180px; object-fit:contain; object-position:center; background:#f8f9fa; display:block; }
.store-list-image { width:96px; height:72px; flex:0 0 96px; max-width:96px; object-fit:contain; object-position:center; background:#f8f9fa; border-radius:10px; display:block; }
.list-row .flex-grow-1 { min-width:0; }
.list-row { border-bottom:1px solid #e9ecef; padding:14px 0; }
.list-row:last-child { border-bottom:0; }
.filter-card .form-label { font-size:.85rem; color:#475467; }
.filter-actions { gap:.5rem; }
@media (max-width:575.98px) { .store-list-image { width:72px; height:60px; flex:0 0 72px; max-width:72px; } }

