.er-wist-je-dat-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.er-wist-je-dat-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.er-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.er-icon {
  width: 34px;
  height: 34px;
  background: #111827;
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.er-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #eef0f4;
}

.er-sub {
  font-size: 12px;
  color: #6b7280;.er-wjd {
  box-sizing: border-box;
  width: 100%;
}

.er-wjd * {
  box-sizing: border-box;
}

.er-wjd__row {
  display: flex;
  align-items: flex-start;
}

.er-wjd__row.is-icon-top {
  flex-direction: column;
  align-items: flex-start;
}

.er-wjd__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* defaults (Elementor kan alles overschrijven via controls) */
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 1;
  border-radius: 12px;
}

.er-wjd__body {
  min-width: 0;
  flex: 1;
}

.er-wjd__title {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 6px 0;
}

.er-wjd__content p:first-child {
  margin-top: 0;
}
.er-wjd__content p:last-child {
  margin-bottom: 0;
}

.er-wjd__linkwrap {
  margin-top: 10px;
}

.er-wjd__link {
  text-decoration: underline;
}

}

.er-button {
  background: #111827;
  color: #ffffff;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.er-button:hover {
  transform: translateY(-2px) scale(1.03);
  background: #000000;
  box-shadow: 0 10px 25px rgba(17,24,39,0.35);
}
