
:root{
  --dl-pink:#ff5db8;
  --dl-soft:#ffd7ee;
  --dl-deep:#08000c;
}
.dl-compressed-hidden{
  display:none!important;
}
.dl-luxury-flow-note{
  position:fixed;
  left:12px;
  bottom:82px;
  z-index:9997;
  max-width:340px;
  padding:10px 12px;
  border-radius:18px;
  background:rgba(15,0,20,.86);
  color:white;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 10px 34px rgba(0,0,0,.35);
  font:800 12px/1.35 Arial,sans-serif;
}
.dl-luxury-quick-paths{
  position:fixed;
  right:12px;
  bottom:82px;
  z-index:9998;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
  max-width:380px;
}
.dl-luxury-quick-paths a{
  padding:9px 12px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff5db8,#ffd7ee);
  color:#160018!important;
  text-decoration:none!important;
  font:900 12px Arial,sans-serif;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
}
@media(max-width:760px){
  .dl-luxury-flow-note{
    display:none;
  }
  .dl-luxury-quick-paths{
    left:8px;
    right:8px;
    bottom:76px;
    justify-content:center;
  }
  .dl-luxury-quick-paths a{
    padding:8px 10px;
    font-size:11px;
  }
}
