/* Staged recreation adjustments that must survive WordPress resnapshots. */

/*
 * The employee artwork is intentionally positioned off the map's left edge.
 * This keeps every marker in the narrowed service area visible at all
 * responsive breakpoints while preserving the original layered composition.
 */
img[src*="window-cleaner-guy"] {
  transform: translateX(-65%) !important;
}

/* The focused map already contains all eight approved service-area pins. */
.elementor-element-c8a4562,
.elementor-element-a91fd4c {
  display: none !important;
}
