
.dl-path-bar{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  bottom:78px;
  z-index:9998;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:center;
  max-width:94vw;
  padding:8px;
  border-radius:999px;
  background:rgba(16,0,24,.72);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 10px 35px rgba(0,0,0,.35);
  backdrop-filter:blur(14px);
}
.dl-path-bar a{
  padding:9px 13px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff5db8,#ffd7ee);
  color:#170018!important;
  text-decoration:none!important;
  font:900 12px Arial,sans-serif;
  white-space:nowrap;
}
.dl-path-toast{
  position:fixed;
  left:12px;
  bottom:142px;
  z-index:9999;
  max-width:340px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(14,0,20,.92);
  color:white;
  border:1px solid rgba(255,255,255,.18);
  font:800 13px/1.35 Arial,sans-serif;
  box-shadow:0 12px 38px rgba(0,0,0,.38);
}
@media(max-width:760px){
  .dl-path-bar{
    left:8px;
    right:8px;
    transform:none;
    bottom:72px;
    border-radius:22px;
  }
  .dl-path-bar a{
    font-size:11px;
    padding:8px 10px;
  }
}
