/* Brandhound Event Blocks */
.bh-event-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.bh-event-card{border:1px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04);display:flex;flex-direction:column;}
.bh-event-card__thumb img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block;}
.bh-event-card__body{padding:12px 14px 16px;}
.bh-event-card__title{margin:0 0 .25rem 0;font-size:1.05rem;line-height:1.2;}
.bh-event-card__title a{text-decoration:none;}
.bh-event-card__meta{font-size:.9rem;opacity:.8;margin-bottom:.25rem;}
.bh-event-card__venue{font-size:.9rem;margin-bottom:.5rem;}
.bh-event-card__excerpt{font-size:.95rem;}
