.chamber-directory.grid { display:flex; flex-wrap:wrap; gap:20px; }
.chamber-business-card { width:calc(33.333% - 20px); border:1px solid #eee; padding:12px; box-shadow:0 1px 3px rgba(0,0,0,0.03); border-radius:6px; background:#fff; }
.chamber-business-card .thumb img { max-width:100%; height:auto; display:block; margin-bottom:8px; }
.chamber-business-single { padding:12px; border:1px solid #eee; border-radius:6px; background:#fff; }
.chamber-directory-featured { display:flex; gap:12px; overflow:auto; }
.featured-card { min-width:160px; border:1px solid #ddd; padding:8px; border-radius:6px; background:#fafafa; }
.btn-claim { display:inline-block; padding:8px 12px; background:#0b74de; color:#fff; border-radius:4px; text-decoration:none; }

/* Tickets UI styles */
.chamber-my-tickets table{width:100%;}
.chamber-qr-modal img{max-width:100%;height:auto}
