.budget-map-wrap{
  margin-top:2rem;
}
.budget-map-frame{
  height:min(520px,70vh);
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--line,#e5e5e5);
  box-shadow:0 4px 20px rgba(0,0,0,.06);
  background:#f3f4f6;
}
.budget-map-popup h3{
  margin:0 0 .35rem;
  font-size:.95rem;
  font-weight:800;
  color:#171717;
}
.budget-map-popup p{
  margin:0 0 .45rem;
  font-size:.82rem;
  color:#525252;
}
.budget-map-popup a{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  color:#d4002a;
  font-weight:800;
  font-size:1.05rem;
  text-decoration:none;
}
.budget-map-popup a:hover{text-decoration:underline}
.leaflet-container{font-family:inherit}
.budget-pin{
  width:28px;
  height:28px;
  border-radius:50% 50% 50% 0;
  background:#d4002a;
  transform:rotate(-45deg);
  border:2px solid #fff;
  box-shadow:0 2px 8px rgba(0,0,0,.25);
}
.budget-pin::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:8px;
  height:8px;
  margin:-4px 0 0 -4px;
  background:#fff;
  border-radius:50%;
}
