.map-wrapper {
position: relative;
}
.map-wrapper::after {
content: “”;
position: absolute;
inset: 0;
background: linear-gradient(
to right,
rgba(255,255,255,0.85) 0%,
rgba(255,255,255,0.4) 50%,
rgba(255,255,255,0) 100%
);
pointer-events: none;
}
