.analyse-plugin{
  border:1px solid #000;
  border-radius:5px;
  padding:14px;
  background:#fff;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  box-sizing:border-box;
  height:100%;
}

.analyse-row{
  display:flex;
  gap:16px;
  align-items:stretch;   /* beide even hoog */
}

.analyse-row > *{
  flex:1 1 0;
}

/* Header (zoals in Energielabel) */
.wk-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin:0;
  padding:0;
}

.wk-title{
  font-weight:700;
  font-size:14px;
  line-height:1.2;
  margin:0 0 6px 0;  /* de enige “lucht” onder de titel */
  padding:0;
}

.wk-sub{
  font-size:12px;
  opacity:.8;
  margin:2px 0 0 0;
}

.wk-badge{
  font-weight:800;
  padding:4px 10px;
  border-radius:5px;
  color:#fff;
  font-size:18px;
  white-space:nowrap;
}

.wk-badge--missing{ background:#777; }

.wk-body{
  margin:0;            /* belangrijk: geen extra ruimte */
  padding:0;
  font-size:11px;
  line-height:1.55;
}

.wk-body strong{
  display:inline;
  margin:0;
}

.wk-footer{
  margin-top:12px;
  font-size:12px;
}

.wk-link{
  display:inline-block;
  text-decoration:none;
  font-weight:400;
}

.wk-muted{ opacity:.75; }

