/* Selected kaart + zichtbare toolbar-knoppen */
.type-card{ position:relative; }
.type-card.selected{ border-color:#1e3a8a !important; box-shadow:0 14px 30px rgba(11,27,59,.18) !important; }
.type-card.selected::after{
  content:"✓"; position:absolute; top:10px; right:10px;
  width:24px; height:24px; line-height:24px; text-align:center;
  background:#1e3a8a; color:#fff; border-radius:50%; font-weight:800; font-size:13px;
}
.wysi button{
  width:34px; height:34px; border-radius:8px; border:1px solid #e5e7eb;
  background:#fff; color:#0b1b3b; font-weight:800;
}
.wysi button:hover{ background:#eef2ff; border-color:#1e3a8a; }
.wysi input[type=color]{ width:36px; height:34px; border:1px solid #e5e7eb; border-radius:8px; }
