.dp-box{border:1px solid #e5e5e5;padding:14px;margin:14px 0;border-radius:10px;background:#fff}
.dp-head{margin-bottom:10px}
.dp-sub{font-size:12px;opacity:.8;margin-top:2px}

.dp-items{display:flex;flex-direction:column;gap:10px}
.dp-item{display:flex;align-items:center;gap:10px;border:1px solid #eee;border-radius:12px;padding:10px;cursor:pointer}
.dp-item input{transform:scale(1.1)}
.dp-thumb img{width:44px;height:44px;object-fit:cover;border-radius:10px;display:block}
.dp-thumb-ph{width:44px;height:44px;border-radius:10px;background:#f3f3f3;display:inline-block}
.dp-name{font-weight:600}

.dp-msg{margin-top:10px;font-size:13px}
.dp-msg.dp-err{color:#b00020}
