/* Lightweight base (layout only). Design overrides are injected inline in wp_footer. */
.hb2b-cfg__grid{ display:grid; gap:24px; }
.hb2b-cfg__more{ text-align:center; margin-top:16px; }
.hb2b-cfg__load{ cursor:pointer; border:1px solid #d9dde3; background:#fff; padding:.55rem 1.1rem; border-radius:8px; }
.hb2b-cfg__filter{ margin:0 0 20px; display:flex; flex-wrap:wrap; gap:8px; }
.hb2b-cfg__pill{ border:1px solid #d9dde3; background:#fff; padding:.45rem .9rem; border-radius:999px; cursor:pointer; }
.hb2b-cfg__pill.is-active{ border-color:#0b5cab; color:#0b5cab; }

.hb2b-cfg .hb2b-cfg__title{
  margin:10px 0 0;
  font-family:Roboto, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size:17.6px !important;
  line-height:1.35;
  font-weight:700;
  text-transform:none;
  letter-spacing:normal;
}
.hb2b-cfg .hb2b-cfg__title a{ color:#005789; text-decoration:none; }
.hb2b-cfg .hb2b-cfg__title a:hover{ text-decoration:underline; }

/* No padding on title, date, excerpt */
.hb2b-cfg .hb2b-cfg__title,
.hb2b-cfg .hb2b-cfg__title a,
.hb2b-cfg .hb2b-cfg__meta,
.hb2b-cfg .hb2b-cfg__date,
.hb2b-cfg .hb2b-cfg__excerpt{
  padding:0 !important;
}
