.split-left, .split-right {
  height: 100vh;
  overflow-y: auto;
  padding: 20px;
}
.split-left {
  background-color: #f8f9fa;
}
.split-right {
  background-color: #e9ecef;
}
.guideline {
  margin-bottom: 15px;
}
ul.custom-bullets li::marker {
  color: #0d6efd;      /* Bootstrap primary blue */
  font-size: 1.2rem;   /* Make the bullet larger */
}
.with-bullets {
  list-style-type: disc !important;
  padding-left: 1.5rem !important;
  margin-bottom: 1rem;
}

.with-bullets li {
  display: list-item !important;
}