

/* ZONE ÉCRIVABLE */
.case-notes {
  position: absolute;

  /* 🔧 À AJUSTER SELON TON IMAGE */
  top: 12%;
  right: 8%;
  width: 36%;
  height: 70%;

  padding: 24px;

  font-family: "VCR", monospace;
  font-size: 18px;
  color: #222;

  overflow-y: auto;
}

/* Style du texte */
.case-notes p {
  margin: 0 0 12px 0;
  line-height: 1.4;
}