
body{background:#f6f8fb}
.card-soft{background:#fff;border-radius:1rem;box-shadow:0 2px 14px rgba(0,0,0,.08)}
.gym-photo{aspect-ratio:16/9;object-fit:cover;border-radius:.75rem}
.rate{color:#f59e0b}

/**********************/
/* Sidebar sticky City*/
.sticky-sidebar { position: sticky; top: 1rem; }

/* Cards consistentes */
.card-gym { border-radius: 1rem; box-shadow: 0 2px 12px rgba(0,0,0,.06); overflow: hidden; }
.card-gym .photo { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #f2f4f7; }

/* Rating visual */
.stars { display:inline-flex; gap:2px; vertical-align:middle; }
.stars i { font-size: .9rem; color: #f59e0b; }
.card-gym .meta { font-size: .9rem; color: #6b7280; }

/* Grid respirando */
.gyms-grid .col { margin-bottom: 1rem; }

/* Evita CLS: fija dimensiones */
img[width][height] { height: auto; }

/* Offcanvas filter button spacing */
.filter-btn { position: sticky; top: .5rem; z-index: 2; }
