.sel-sect .sel-emplacement.rp-plan-spot {
  display: inline-flex; flex-direction: column; gap: 0; width: 132px; max-width: 100%;
  flex: 0 0 auto; padding: 0; margin: 0; overflow: hidden;
  text-align: left; white-space: normal; border-radius: 9px;
}
.rp-plan-spot .rp-plan-spot__viewport {
  display: none; position: relative; width: 100%; height: 80px;
  overflow: hidden; isolation: isolate; background: #edf3f4;
}
.rp-plan-spot.rp-plan-spot--ready .rp-plan-spot__viewport { display: block; }
.rp-plan-spot .rp-plan-spot__image {
  position: absolute; left: 0; top: 0; margin: 0; padding: 0;
  max-width: none !important; max-height: none !important; border: 0; border-radius: 0;
  transform-origin: 0 0; pointer-events: none; user-select: none;
}
.rp-plan-spot__pin { position: absolute; width: 20px; height: 26px; transform: translate(-50%, -100%); filter: drop-shadow(0 1px 2px #17383a66); pointer-events: none; }
.rp-plan-spot__pin svg { display: block; width: 20px; height: 26px; }
.rp-plan-spot__label { position: absolute; top: 4px; left: 4px; max-width: calc(100% - 8px); box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 3px 5px; border-radius: 4px; background: #fffffff2; color: #234552; box-shadow: 0 1px 3px #17383a22; font: 700 10px/1.2 Arial,sans-serif; pointer-events: none; }
.rp-plan-spot__action { display: flex; align-items: center; justify-content: space-between; gap: 5px; width: 100%; box-sizing: border-box; padding: 5px 7px; font-size: 11px; line-height: 1.4; }
.rp-plan-spot__action::after { content: '↗'; font-size: 15px; line-height: 1; }
.sel-sect .sel-emplacement.rp-plan-spot:focus-visible { outline: 3px solid var(--couleur-principale, #1e6ba5); outline-offset: 3px; }
.sel-sect.rp-plan-spot-section { display: grid; grid-template-columns: minmax(0, 1fr) 132px; grid-template-areas: "title preview" "selection preview"; gap: 5px 12px; }
.rp-plan-spot-section .sel-titre { grid-area: title; align-self: end; }
.rp-plan-spot-section #selemplacement { grid-area: selection; align-self: start; min-width: 0; overflow-wrap: anywhere; }
.rp-plan-spot-section .sel-emplacement { grid-area: preview; }
@media (max-width: 768px) {
  .sel-sect.rp-plan-spot-section { gap: 4px 10px; }
  .rp-plan-spot-section .sel-titre { font-size: 12px; }
  .rp-plan-spot-section #selemplacement { font-size: 12px; padding: 5px 7px; }
}
