/*
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{position:relative;width:100%}
.svc-dd-btn{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:12px 14px;background:#000;border:1px solid #1c1c20;color:#fff;
  border-radius:10px;cursor:pointer;text-align:left;font:inherit;min-height:48px}
.svc-dd-btn:hover{border-color:#3a3a44}
.svc-dd-placeholder{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex:1;color:#cfcfd4}
.svc-dd-caret{color:#8a8a92}
