.elementor-2865 .elementor-element.elementor-element-df66308{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2865 .elementor-element.elementor-element-9da8172{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2865 .elementor-element.elementor-element-20ec7f8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2865 .elementor-element.elementor-element-101f2c7.xpro-widget-bg-overlay:before{transition:background 0.3s;}@media(min-width:768px){.elementor-2865 .elementor-element.elementor-element-df66308{--content-width:500px;}}/* Start custom CSS for shortcode, class: .elementor-element-101f2c7 *//* ===== JP Regio Services – Kaartjes in 4 kolommen ===== */

/* Grid container */
.jp-rec-list {
  display: grid;
  gap: 20px;
  margin: 20px 0;
  grid-template-columns: 1fr; /* standaard: 1 kolom */
}

/* Tablet: 2 kolommen */
@media (min-width: 641px) and (max-width: 1023px) {
  .jp-rec-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop: 4 kolommen */
@media (min-width: 1024px) {
  .jp-rec-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Kaart stijl */
.jp-rec-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.jp-rec-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

/* Afbeelding */
.jp-rec-img img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .3s ease;
}
.jp-rec-card:hover .jp-rec-img img { transform: scale(1.05); }

/* Titel */
.jp-rec-title {
  margin: 12px 14px 6px;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3;
}
.jp-rec-title a { color: inherit; text-decoration: none; }

/* Excerpt */
.jp-rec-excerpt {
  margin: 0 14px 12px;
  font-size: .95rem;
  line-height: 1.4;
  color: #444;
}

/* Button */
.jp-rec-btn {
  margin: auto 14px 14px;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--jp-hover, #6BBE45);  /* groen */
  color: #fff;                           /* witte tekst */
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: background .2s ease, color .2s ease;
}
.jp-rec-btn:hover {
  background: var(--theme-palette-color-2, #F7931E); /* oranje bij hover */
  color: #0F2944;                                    /* donkerblauwe tekst */
}

.jp-rec-more { 
  margin-top: 10px; 
  display: flex; 
  justify-content: center; 
}

.jp-rec-morebtn {
  display:inline-block; 
  padding: 10px 16px; 
  border-radius: 10px;
  background: var(--jp-hover, #6BBE45);  /* groen */
  color: #fff;                           /* witte tekst */
  font-weight: 700; 
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.jp-rec-morebtn:hover { 
  background: var(--theme-palette-color-2, #F7931E); /* oranje bij hover */
  color: #0F2944;                                    /* donkerblauwe tekst */
}/* End custom CSS */