.bm-cantores-v1-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,260px));justify-content:center;gap:28px;margin:26px auto 40px;max-width:1200px;min-height:120px;padding:0 16px}
.bm-cantores-v1-card{display:block;text-decoration:none;text-align:center}
.bm-cantores-v1-card .card-image{display:block;height:320px;overflow:hidden;border:2px solid #c6a35b;border-radius:18px;background:#080808}
.bm-cantores-v1-card img{display:block;width:100%;height:100%;object-fit:cover;border-radius:16px}
.bm-cantores-v1-card h2{margin:10px 0 0;text-align:center}
.bm-cantores-v1-empty{grid-column:1/-1;width:100%;padding:20px;text-align:center;color:#fff}
@media(max-width:600px){.bm-cantores-v1-grid{grid-template-columns:minmax(0,260px)}.bm-cantores-v1-card .card-image{height:320px}}
