
.sellaion-driver-map-shell-v634{
  margin:14px 0 16px;
  padding:12px;
  border:1px solid rgba(212,175,55,.45);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(18,18,18,.98),rgba(5,5,5,.96));
  color:#fff;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}
.sellaion-driver-map-shell-v634 .sdm-head{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  margin-bottom:10px;
}
.sellaion-driver-map-shell-v634 .sdm-head strong{
  display:block;
  color:#f8d75c;
  font-size:16px;
}
.sellaion-driver-map-shell-v634 .sdm-head small{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:12px;
  margin-top:3px;
}
.sellaion-driver-map-shell-v634 button,
.sellaion-driver-map-shell-v634 select,
.sellaion-driver-map-shell-v634 input{
  font-family:inherit;
}
.sellaion-driver-map-shell-v634 .sdm-toggle-list{
  border:1px solid rgba(212,175,55,.55);
  color:#f8d75c;
  background:rgba(212,175,55,.08);
  border-radius:999px;
  padding:8px 12px;
  font-weight:800;
  font-size:12px;
}
.sellaion-driver-map-shell-v634 .sdm-search-row{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin-bottom:10px;
}
.sellaion-driver-map-shell-v634 .sdm-search,
.sellaion-driver-map-shell-v634 .sdm-filter{
  width:100%;
  border:1px solid rgba(212,175,55,.4);
  background:#070707;
  color:#fff;
  border-radius:13px;
  padding:11px 12px;
  outline:none;
}
.sellaion-driver-map-shell-v634 .sdm-search::placeholder{color:rgba(255,255,255,.45)}
.sellaion-driver-map-shell-v634 .sdm-map-wrap{
  position:relative;
  height:320px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(212,175,55,.42);
  background:#050505;
}
.sellaion-driver-map-shell-v634 .sdm-map{
  width:100%;
  height:100%;
}
.sellaion-driver-map-shell-v634 .sdm-empty{
  position:absolute;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px;
  color:#f8d75c;
  background:#050505;
}
.sellaion-driver-map-shell-v634 .sdm-card-dock{
  margin-top:10px;
  border:1px solid rgba(212,175,55,.28);
  border-radius:16px;
  padding:9px;
  background:rgba(0,0,0,.38);
  max-height:290px;
  overflow:auto;
  transition:max-height .22s ease, opacity .22s ease, padding .22s ease, margin .22s ease;
}
.sellaion-driver-map-shell-v634.sdm-minimized .sdm-card-dock{
  max-height:0;
  opacity:0;
  padding-top:0;
  padding-bottom:0;
  margin-top:0;
  overflow:hidden;
}
.sellaion-driver-map-shell-v634 .sdm-card-dock-title{
  color:#f8d75c;
  font-weight:900;
  font-size:12px;
  margin:2px 4px 8px;
}
.sellaion-driver-map-shell-v634 .sdm-card-list{
  display:grid;
  gap:8px;
}
.sellaion-driver-map-shell-v634 .sdm-dock-card{
  display:flex;
  gap:10px;
  align-items:flex-start;
  width:100%;
  text-align:left;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(212,175,55,.25);
  border-radius:14px;
  padding:10px;
  color:#fff;
}
.sellaion-driver-map-shell-v634 .sdm-dot{
  width:13px;
  height:13px;
  border-radius:999px;
  margin-top:3px;
  box-shadow:0 0 0 4px rgba(212,175,55,.12);
  flex:0 0 auto;
}
.sellaion-driver-map-shell-v634 .sdm-card-copy strong{
  display:block;
  color:#fff;
  font-size:13px;
  line-height:1.25;
}
.sellaion-driver-map-shell-v634 .sdm-card-copy small{
  display:block;
  color:rgba(255,255,255,.65);
  font-size:11px;
  line-height:1.35;
  margin-top:3px;
}
.sdm-pin-icon span{
  display:block;
  width:22px;
  height:22px;
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  border:2px solid #fff;
  box-shadow:0 8px 20px rgba(0,0,0,.38);
}
.leaflet-popup-content-wrapper{
  background:#080808!important;
  color:#fff!important;
  border:1px solid rgba(212,175,55,.45);
  border-radius:14px!important;
}
.leaflet-popup-tip{background:#080808!important}
.sdm-popup-open{
  margin-top:7px;
  border:0;
  background:#d4af37;
  color:#080808;
  border-radius:10px;
  padding:7px 10px;
  font-weight:800;
}
.sdm-highlight{
  outline:2px solid #f8d75c!important;
  box-shadow:0 0 0 5px rgba(248,215,92,.16)!important;
}
@media (min-width:640px){
  .sellaion-driver-map-shell-v634 .sdm-search-row{grid-template-columns:1fr 190px}
}
