/* H2BH Partners overview shortcode — styled to match the vestigingen list. */
.h2bh-partners-list-section {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  background: transparent;
  color: #003f32;
  font-family: 'Quicksand', sans-serif;
}
.h2bh-partners-list-section * { box-sizing: border-box; }
.h2bh-partners-list-inner { width: 100%; max-width: 1180px; margin: 0 auto; }
.h2bh-partners-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  column-gap: 72px;
  row-gap: 17px;
}
.h2bh-partner-list-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #003f32 !important;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: none !important;
  transition: color .18s ease, transform .18s ease;
}
.h2bh-partner-list-item:hover,
.h2bh-partner-list-item:focus { color: #f36f45 !important; transform: translateX(2px); }
.h2bh-partner-pin { width: 14px; height: 18px; flex: 0 0 14px; display: inline-flex; align-items: center; justify-content: center; }
.h2bh-partner-pin svg { width: 13px; height: 17px; display: block; fill: #08785c; }
.h2bh-partners-list-actions { display: flex; justify-content: center; margin-top: 38px; }
.h2bh-partners-load-more {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 13px 27px;
  background: #f36f45;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: none;
  transition: transform .18s ease, opacity .18s ease;
}
.h2bh-partners-load-more:hover,
.h2bh-partners-load-more:focus { opacity: .92; transform: translateY(-1px); }
@media (max-width: 900px) {
  .h2bh-partners-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-flow: row; column-gap: 42px; }
}
@media (max-width: 600px) {
  .h2bh-partners-list-grid { grid-template-columns: 1fr; row-gap: 15px; }
  .h2bh-partner-list-item { font-size: 14px; }
  .h2bh-partners-list-actions { margin-top: 30px; }
}
