.dme-wrapper { display:flex; gap:20px; align-items:flex-start; }
.dme-left { width:360px; max-width:35%; }
.dme-right { flex:1; }
.dme-list { margin-top:10px; max-height:600px; overflow:auto; }
.dme-item { padding:10px; border-bottom:1px solid #eee; cursor:pointer; }
.dme-item:hover { background:#f7f7f7; }
.dme-item-title { font-weight:600; }
