\
.dbv-verse{ padding:14px 16px; border-radius:10px; box-shadow:0 2px 8px rgba(0,0,0,.04); border:1px solid rgba(0,0,0,.08); }
.dbv-fade-in{ animation:dbvFade 600ms ease-out both; }
@keyframes dbvFade{ from{opacity:0; transform:translateY(6px);} to{opacity:1; transform:none;} }
.dbv-text{ font-weight:600; }
.dbv-ref{ margin-top:6px; font-size:.95em; }
.dbv-share{ margin-top:10px; display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.dbv-share .dbv-share-btn{
  display:inline-flex; align-items:center; justify-content:center;
  width:34px; height:34px; border-radius:8px; border:1px solid rgba(0,0,0,.12);
  background:#fff; color:#222; text-decoration:none; cursor:pointer;
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.dbv-share .dbv-share-btn:hover{ transform: translateY(-1px); box-shadow:0 2px 8px rgba(0,0,0,.08); }
.dbv-share .dbv-share-btn:active{ transform: none; }
.dbv-share .dbv-share-btn.dbv-copied{ background:#e7f7ec; border-color:#8ed1a5; }
