/* =========================================================
   v2.8.87 — Knowledge morphology diagram border only
   Scope: Existing Wissen/Knowledge morphology diagram only.

   This patch assumes the morphology diagram has already been
   inserted by v2.8.84. It only adds a subtle HairSense-style
   border treatment and does not touch images or content.
   ========================================================= */

.knowledge-morphology-diagram img {
  border: 1px solid rgba(43, 92, 184, 0.18) !important;
  border-radius: 22px !important;
  background: #FFFFFF !important;
  box-shadow: 0 18px 42px rgba(15, 27, 45, 0.06) !important;
}

@media (max-width: 760px) {
  .knowledge-morphology-diagram img {
    border-radius: 18px !important;
  }
}
