.draggable-section.selected {
   border: 2px solid #007bff !important;
   background: #e3f2fd;
}

.draggable-section:hover {
   border: 2px dashed #ccc !important;
}

.dragging {
   opacity: 0.5;
}

#conditions-text {
   white-space: pre-line;
}