/*
WARNING:
This website's styles, UI design, and assets are protected under copyright law.
Unauthorized copying or redistribution is strictly prohibited.
Legal action may be taken against violators.
*/
.svc-dd-item{
  padding:10px 14px;border-bottom:1px solid #131317;cursor:pointer;
  display:flex;flex-direction:column;gap:4px;background:#000;transition:background .12s}
.svc-dd-item:hover{background:#0e0e10}
.svc-dd-item:last-child{border-bottom:none}
.svc-dd-name{color:#fff;font-size:14px;font-weight:500;line-height:1.3;white-space:normal;word-break:break-word}
.svc-dd-name-sel{color:#fff;font-weight:600}
.svc-dd-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;font-weight:600}
.svc-dd-id{color:#10b981}
.svc-dd-price{color:#ef4444}
.svc-dd-empty{padding:18px;text-align:center;color:#8a8a92;font-size:13px}
