#fwLageplanScreen {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #0b1020;
  display: flex;
  flex-direction: column;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: 0;
}

.fwLpTopSwitch {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 10, 25, 0.96);
}

.fwLpSwitchBtn {
  appearance: none;
  -webkit-appearance: none;
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.fwLpSwitchBtn.is-active {
  background: rgba(74,163,255,0.28);
  border-color: rgba(74,163,255,0.65);
}

.fwLpViewWrap {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.fwLpMapArea {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

#fwLpMap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #0f1728;
}

#fwLpMap.is-map-style-osm-normal .leaflet-tile {
  filter: none;
}

#fwLpMap.is-map-style-osm-soft .leaflet-tile {
  filter: grayscale(0.18) brightness(1.08) contrast(0.95) saturate(0.78);
}

#fwLpMap.is-map-style-osm-clean .leaflet-tile {
  filter: grayscale(0.32) brightness(1.14) contrast(0.90) saturate(0.62);
}

#fwLpMap.is-map-style-empty {
  background: #ffffff;
}

#fwLpMap.is-map-style-empty .leaflet-tile-pane,
#fwLpMap.is-map-style-empty .leaflet-shadow-pane {
  opacity: 0;
  pointer-events: none;
}

#fwLpMap.is-map-style-empty .leaflet-container {
  background: #ffffff;
}

.fwLpInfoBox {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 46px;
  z-index: 650;
  max-width: 560px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(5, 10, 25, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
  color: #ffffff;
  pointer-events: none;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  transition: right 0.28s ease;
}

#fwLageplanScreen .fwModalBackdrop {
  z-index: 11000 !important;
}

.fwLpInfoBox.is-sidebar-open {
  right: 86px;
}

#fwLageplanScreen .fwLpMapArea {
  isolation: isolate;
}

#fwLageplanScreen #fwLpMap .leaflet-popup-pane,
#fwLageplanScreen #fwLpMap .leaflet-popup,
#fwLageplanScreen #fwLpMap .leaflet-popup-content-wrapper,
#fwLageplanScreen #fwLpMap .leaflet-popup-tip-container,
#fwLageplanScreen #fwLpMap .leaflet-popup-tip {
  z-index: 5000 !important;
}

.fwLpInfoIcon {
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  box-sizing: border-box;
  flex: 0 0 18px;
  border-radius: 999px;
  border: 1.6px solid rgba(255,255,255,0.72);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin-top: 1px;
}

.fwLpInfoText {
  min-width: 0;
}

.fwLpInfoMain {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
}

.fwLpInfoTip {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.32;
  color: rgba(255,255,255,0.74);
}

.fwLpInfoTipLabel {
  font-weight: 800;
  color: rgba(255,255,255,0.86);
}

.fwLpSidebar {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border-radius: 18px 0 0 18px;
  background: rgba(5, 10, 25, 0.96);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: 0;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  transition: transform 0.28s ease;
}

.fwLpSidebar.is-collapsed {
  transform: translateX(calc(100% - 22px));
}

.fwLpIconBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
}

.fwLpMapStyleBtn {
  position: relative;
  overflow: visible;
}

.fwLpMapStyleBadge {
  position: absolute;
  right: -3px;
  bottom: -3px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(5,10,25,0.96);
  color: #ffffff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.fwLpIconBtn svg {
  width: 20px;
  height: 20px;
  display: block;
}

.fwLpIconBtn.is-active {
  background: rgba(74,163,255,0.28);
  border-color: rgba(74,163,255,0.65);
}

.fwLpSidebarToggleBtn {
  position: relative;
  border-radius: 999px;
}

.fwLpSidebar.is-collapsed .fwLpSidebarToggleBtn {
  width: 22px;
  min-width: 22px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px 0 0 12px;
}

.fwLpSidebar.is-collapsed .fwLpSidebarToggleBtn svg {
  width: 14px;
  height: 14px;
}

.fwLpSidebar.is-collapsed #fwLpCloseBtn,
.fwLpSidebar.is-collapsed #fwLpDeleteBtn,
.fwLpSidebar.is-collapsed #fwLpLocationBtn,
.fwLpSidebar.is-collapsed #fwLpMapStyleBtn,
.fwLpSidebar.is-collapsed #fwLpBtnInfo {
  opacity: 0;
  pointer-events: none;
}

.fwLpBottombar {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
  padding: 12px 14px calc(8px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255,255,255,0.1);
  background: rgba(5, 10, 25, 0.96);
}

@supports (-webkit-touch-callout: none) {
  .fwLpBottombar {
    align-items: flex-end;
  }
}

.fwLpActionBtn {
  flex: 1 1 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  border-radius: 14px;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.fwLpActionGroup {
  position: relative;
  flex: 1 1 0;
}

.fwLpActionGroup .fwLpActionBtn {
  width: 100%;
}

.fwLpOtherDockPopup {
  position: absolute;
  right: 0;
  bottom: calc(100% + 18px);
  z-index: 10080;
  width: max-content;
}

.fwLpOtherDockPopupCard {
  padding: 10px;
  border-radius: 16px;
  background: rgba(9, 14, 28, 0.96);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

.fwLpOtherPopupMenu {
  min-width: 184px;
}

.fwLpOtherPopupBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.fwLpOtherPopupBtnZone {
  background: #dc2626;
  border-color: #111111;
  color: #111111;
}

.fwLpOtherPopupBtnDecision {
  background: #ffffff;
  border-color: #111111;
  color: #111111;
}

.fwLpOtherPopupBtnHoldLine {
  background: #1d4ed8;
  border-color: #111111;
  color: #111111;
}

.fwLpOtherPopupBtnFreeDraw {
  background: #111111;
  border-color: #ffffff;
  color: #ffffff;
}


.fwLpFreeDrawToolbar {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 10070;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 5px;
  min-height: 56px;
  border-radius: 14px;
  background: rgba(9, 14, 28, 0.96);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  box-sizing: border-box;
}

.fwLpFreeDrawToolbar > .fwLpFreeDrawSelect,
.fwLpFreeDrawToolbar > .fwLpFreeDrawControlBtn {
  flex: 0 0 46px;
  width: 46px;
  min-width: 46px;
}

.fwLpFreeDrawSelect {
  position: relative;
}

.fwLpFreeDrawSelect > summary {
  list-style: none;
}

.fwLpFreeDrawSelect > summary::-webkit-details-marker {
  display: none;
}

.fwLpFreeDrawControlBtn {
  appearance: none;
  -webkit-appearance: none;
  min-width: 0;
  min-height: 46px;
  width: auto;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  padding: 0;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fwLpFreeDrawOptionBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  box-sizing: border-box;
}

.fwLpFreeDrawControlBtn.is-active,
.fwLpFreeDrawOptionBtn.is-active {
  background: rgba(74,163,255,0.28);
  border-color: rgba(74,163,255,0.65);
}

.fwLpFreeDrawControlMain {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  white-space: nowrap;
}

.fwLpFreeDrawToolbar > .fwLpFreeDrawSelect > .fwLpFreeDrawControlBtn,
.fwLpFreeDrawToolbar > .fwLpFreeDrawControlBtn {
  position: relative;
}

.fwLpFreeDrawToolbar > .fwLpFreeDrawSelect > .fwLpFreeDrawControlBtn .fwLpFreeDrawControlMain,
.fwLpFreeDrawToolbar > .fwLpFreeDrawControlBtn .fwLpFreeDrawControlMain {
  justify-content: center;
  gap: 0;
  width: 100%;
}

.fwLpFreeDrawToolbar > .fwLpFreeDrawSelect > .fwLpFreeDrawControlBtn .fwLpFreeDrawControlMain > span:last-child,
.fwLpFreeDrawToolbar > .fwLpFreeDrawControlBtn .fwLpFreeDrawControlMain > span:last-child {
  display: none;
}

.fwLpFreeDrawChevron {
  font-size: 12px;
  line-height: 1;
  opacity: 0.82;
}

.fwLpFreeDrawToolbar > .fwLpFreeDrawSelect > .fwLpFreeDrawControlBtn .fwLpFreeDrawChevron {
  position: absolute;
  right: 4px;
  bottom: 3px;
  font-size: 8px;
  line-height: 1;
  opacity: 0.78;
}

.fwLpFreeDrawSelectMenu {
  position: absolute;
  left: 0;
  bottom: calc(100% + 6px);
  min-width: 148px;
  max-height: min(42vh, 280px);
  overflow-y: auto;
  padding: 8px;
  border-radius: 14px;
  background: rgba(9, 14, 28, 0.98);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10090;
}

.fwLpFreeDrawSelect:not([open]) .fwLpFreeDrawSelectMenu {
  display: none;
}

.fwLpFreeDrawWeightPreview {
  width: 22px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.fwLpFreeDrawWeightPreview::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: var(--lp-free-draw-preview-weight, 6px);
  border-radius: 999px;
  background: #ffffff;
}

.fwLpFreeDrawColorPreview {
  width: 15px;
  height: 15px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.25);
  display: inline-block;
  box-sizing: border-box;
}

.fwLpFreeDrawShapeSvg {
  width: 22px;
  height: 16px;
  display: block;
  flex: 0 0 auto;
  color: #ffffff;
}

.fwLpFreeDrawMiniIcon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  flex: 0 0 auto;
}

.fwLpFreeDrawMiniIcon svg {
  width: 15px;
  height: 15px;
  display: block;
}

.fwLpFreeDrawTextMarker {
  background: transparent;
  border: 0;
}

.fwLpFreeDrawTextLabel {
  display: inline-block;
  width: max-content;
  max-width: none;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
  text-align: left;
  white-space: pre;
  word-break: normal;
  overflow-wrap: normal;
  transform: translate(-50%, -50%);
  text-shadow: none;
  pointer-events: auto;
}

.fwLpZoneSetupCard {
  width: min(92vw, 520px);
}

.fwLpZoneSetupHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.fwLpZoneSetupSection + .fwLpZoneSetupSection {
  margin-top: 14px;
}

.fwLpZoneSetupLabel {
  font-size: 13px;
  font-weight: 800;
  color: rgba(255,255,255,0.82);
  margin-bottom: 8px;
}

.fwLpZoneTypeGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.fwLpZoneTypeBtn {
  appearance: none;
  -webkit-appearance: none;
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.fwLpZoneTypeBtn.is-active {
  background: rgba(74,163,255,0.28);
  border-color: rgba(74,163,255,0.65);
}

.fwLpZoneSetupHint {
  margin-top: 14px;
  color: rgba(255,255,255,0.74);
  font-size: 13px;
  line-height: 1.4;
}

.fwLpZoneLabelMarker {
  background: transparent;
  border: 0;
  pointer-events: none;
}

.fwLpZoneLabel {
  display: inline-block;
  max-width: none;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  white-space: pre;
  word-break: normal;
  overflow-wrap: normal;
  pointer-events: none;
  text-shadow: none;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

@keyframes fwLpZonePulse {
  0% {
    filter: drop-shadow(0 0 0 rgba(255,255,255,0));
  }
  50% {
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.18));
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(255,255,255,0));
  }
}

.fwLpZoneLayer {
  animation: fwLpZonePulse 1.8s ease-in-out infinite;
}

.fwLpDecisionModalCard {
  width: min(94vw, 760px);
  max-width: 760px;
}

.fwLpDecisionModalHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.fwLpDecisionTable {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fwLpDecisionRow {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 10px;
  align-items: center;
}

.fwLpDecisionNumber {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  border: 2px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
}

.fwLpDecisionInput {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
}

.fwLpDecisionInput:disabled {
  opacity: 0.35;
}

.fwLpDecisionMoreBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.fwLpDecisionMoreBtn:disabled {
  opacity: 0.35;
  cursor: default;
}

.fwLpDecisionRowMenu {
  position: fixed;
  z-index: 120000;
  min-width: 180px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(9, 14, 28, 0.98);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fwLpDecisionRowMenuBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.fwLpDecisionRowMenuBtn:disabled {
  opacity: 0.35;
  cursor: default;
}

.fwLpDecisionRowMenuBtn.is-danger {
  background: #ef4444;
  color: #ffffff;
}

.fwLpDecisionMarker {
  background: transparent;
  border: 0;
}

.fwLpDecisionMarkerCircle {
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  border: 2px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 4px 14px rgba(0,0,0,0.28);
}

.fwLpJournalView {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #0b1020;
  overflow: hidden;
}

.fwLpJournalTop {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 14px;
  overflow: hidden;
}

.fwLpJournalHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.fwLpJournalIconBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
}

.fwLpJournalIconBtn svg {
  width: 20px;
  height: 20px;
  display: block;
}

.fwLpJournalTitle {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}

.fwLpJournalList {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 12px;
  box-sizing: border-box;
  touch-action: pan-y;
  overscroll-behavior: contain;
}

.fwLpJournalEmpty {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.fwLpJournalRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 10px;
  align-items: start;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
}

.fwLpJournalRowMain {
  min-width: 0;
}

.fwLpJournalRowMeta {
  margin-bottom: 4px;
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.fwLpJournalRowText {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
}

.fwLpJournalMoreBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fwLpJournalRow + .fwLpJournalRow {
  margin-top: 8px;
}

.fwLpJournalBottom {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 14px calc(8px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255,255,255,0.1);
  background: rgba(5, 10, 25, 0.96);
}

.fwLpJournalInput {
  width: 100%;
  min-height: 110px;
  resize: none;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  padding: 12px;
  font-size: 14px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  overscroll-behavior: contain;
}

.fwLpJournalSaveBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(74,163,255,0.45);
  background: rgba(74,163,255,0.22);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.fwLpExportModalCard {
  width: min(92vw, 560px);
  height: min(86vh, 720px);
  max-height: 86vh;
  min-height: 0;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  box-sizing: border-box;
}

.fwLpExportHead {
  flex: 0 0 auto;
  position: sticky;
  top: 0;
  z-index: 1;
  margin-bottom: 0;
  padding-bottom: 12px;
  background: inherit;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.fwLpExportBody {
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  box-sizing: border-box;
  touch-action: pan-y;
  overscroll-behavior: contain;
}

.fwLpExportFooter {
  flex: 0 0 auto;
  position: sticky;
  bottom: 0;
  z-index: 1;
  padding-top: 12px;
  background: inherit;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.fwLpExportFooterActions {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.fwLpExportHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.fwLpExportOptionList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fwLpExportOptionBlock {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fwLpExportCheckRow {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.fwLpExportCheckRow input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #4aa3ff;
}

.fwLpExportCheckText {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}

.fwLpExportSection {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
}

.fwLpExportSummary,
.fwLpExportMuted {
  color: rgba(255,255,255,0.74);
  font-size: 13px;
  line-height: 1.4;
}

.fwLpExportActionRow {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.fwLpExportMiniBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.fwLpExportMiniBtnPrimary {
  background: rgba(74,163,255,0.22);
  border-color: rgba(74,163,255,0.45);
}

.fwLpExportMapList {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.fwLpExportMapRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
}

.fwLpExportMapRowMain {
  min-width: 0;
}

.fwLpExportMapRowTitle {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.fwLpExportMapRowMeta {
  margin-top: 3px;
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  line-height: 1.3;
}

.fwLpExportRemoveBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fwLpExportMapTitleInput {
  min-height: 36px;
  height: 36px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.fwLpExportFormGrid {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.fwLpExportFormLabel,
.fwLpExportTextLabel {
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  font-weight: 800;
}

.fwLpExportTextLabel {
  margin-bottom: 8px;
}

.fwLpExportDownloadBtn:disabled {
  opacity: 0.45;
  cursor: default;
}

.fwLpExportMapSelectBar {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  z-index: 10090;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(5,10,25,0.96);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

.fwLpExportMapSelectText {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.fwLpExportMapSelectActions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.fwLpExportMapSelectBtn {
  appearance: none;
  -webkit-appearance: none;
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.fwLpExportMapSelectBtnConfirm {
  background: #16a34a;
}

.fwLpExportMapSelectBtnCancel {
  background: rgba(255,255,255,0.08);
}

@media (max-width: 640px) {
  .fwLpExportFormGrid {
    grid-template-columns: 1fr;
  }

  .fwLpExportMapSelectBar {
    flex-direction: column;
    align-items: stretch;
  }

  .fwLpExportMapSelectActions {
    width: 100%;
  }

  .fwLpExportMapSelectBtn {
    flex: 1 1 0;
  }
}

#fwLpMap .leaflet-control-attribution {
  font-size: 10px;
  opacity: 0.7;
  background: rgba(0,0,0,0.25);
  padding: 2px 6px;
  border-radius: 6px;
}

#fwLpMap .leaflet-control-attribution a {
  color: rgba(255,255,255,0.8);
}

.fwLpActionBtn.is-active {
  background: rgba(74,163,255,0.28);
  border-color: rgba(74,163,255,0.65);
}

.fwLpLeafletPopup .leaflet-popup-content-wrapper {
  background: rgba(9, 14, 28, 0.96);
  color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.30);
}

.fwLpLeafletPopup .leaflet-popup-tip {
  background: rgba(9, 14, 28, 0.96);
}

.fwLpLeafletPopup .leaflet-popup-content {
  margin: 7px;
}

.fwLpPointTypeMenu,
.fwLpMarkerMenu {
  min-width: 170px;
}

.fwLpPointTypeTitle,
.fwLpSymbolPickerTitle,
.fwLpMarkerMenuTitle {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 7px;
}

.fwLpPointTypeActions,
.fwLpMarkerMenuActions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fwLpPointTypeBtn,
.fwLpPopupCancelBtn,
.fwLpMarkerMenuBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  border-radius: 9px;
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.fwLpPointTypeBtnEreignis {
  background: #ef4444;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.fwLpPointTypeBtnIntervention {
  background: #3b82f6;
  color: #111111;
  border: 2px solid #ffffff;
}

.fwLpPointTypeBtnUmgebung {
  background: #111111;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.fwLpPointTypeBtnGefahren {
  background: #f97316;
  color: #111111;
  border: 2px solid #ffffff;
}

.fwLpPopupCancelBtn {
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.16);
}

.fwLpMarkerMenuMeta {
  font-size: 11px;
  line-height: 1.28;
  color: rgba(255,255,255,0.78);
  margin-bottom: 7px;
}

.fwLpMarkerMenuBtnDelete {
  background: #ef4444;
  color: #ffffff;
}

.fwLpSymbolModalCard {
  width: min(96vw, 980px);
  height: min(86vh, 820px);
  max-height: 820px;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.fwLpSymbolModalHead {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.fwLpSymbolModalBackBtn {
  width: auto;
  min-width: 92px;
  white-space: nowrap;
}

.fwLpSymbolModalBody {
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px 16px 16px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  overscroll-behavior: contain;
}

.fwLpSymbolSection + .fwLpSymbolSection {
  margin-top: 18px;
}

.fwLpSymbolSectionTitle {
  font-size: 14px;
  font-weight: 800;
  color: rgba(255,255,255,0.82);
  margin-bottom: 10px;
}

.fwLpSymbolGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
  gap: 10px;
}

.fwLpSymbolBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  cursor: pointer;
  text-align: center;
}

.fwLpSymbolBtnImgWrap {
  width: 74px;
  height: 74px;
  border-radius: 14px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.fwLpSymbolBtnImgWrap img {
  max-width: 58px;
  max-height: 58px;
  display: block;
}

.fwLpSymbolBtnText {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

.fwLpSvgMarker {
  background: transparent;
  border: 0;
}

.fwLpSvgMarker.is-line-anchor-selected .fwLpSvgMarkerInner {
  border-radius: 999px;
  box-shadow:
    0 0 0 3px rgba(34, 197, 94, 0.95),
    0 0 0 7px rgba(34, 197, 94, 0.25);
}

.fwLpSvgMarkerInner {
  position: relative;
  width: 64px;
  height: 64px;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.fwLpSvgVehicleCodeWrap {
  position: absolute;
  inset: 0;
  transform-origin: center center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgVehicleCode {
  position: absolute;
  left: 35.5%;
  top: 50%;
  width: 56%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  color: #18a3e0;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgFunkCodeWrap {
  position: absolute;
  inset: 0;
  transform-origin: center center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgFunkCode {
  position: absolute;
  left: 79%;
  top: 58%;
  min-width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%) scale(0.9);
  color: #18a3e0;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgAchtungTextWrap {
  position: absolute;
  inset: 0;
  transform-origin: center center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgAchtungText {
  position: absolute;
  left: 50%;
  top: 80%;
  width: 76%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  color: #f97316;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgAnzahlGeschosseWrap {
  position: absolute;
  inset: 0;
  transform-origin: center center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgAnzahlGeschosse {
  position: absolute;
  left: 18%;
  top: 27%;
  width: 46%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  color: #111111;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgEcktreppeValue1Wrap,
.fwLpSvgEcktreppeValue2Wrap {
  position: absolute;
  inset: 0;
  transform-origin: center center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgEcktreppeValue1,
.fwLpSvgEcktreppeValue2 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #04122b;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgEcktreppeValue1 {
  left: 8%;
  top: 22%;
  width: 28%;
  transform: translate(-50%, -50%);
}

.fwLpSvgEcktreppeValue2 {
  left: 84%;
  top: 86%;
  width: 28%;
  transform: translate(-50%, -50%);
}

.fwLpSvgTreppeValue1Wrap,
.fwLpSvgTreppeValue2Wrap {
  position: absolute;
  inset: 0;
  transform-origin: center center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgTreppeValue1,
.fwLpSvgTreppeValue2 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #04122b;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgTreppeValue1 {
  left: -80%;
  top: 50%;
  width: 22%;
  transform: translate(-50%, -50%);
}

.fwLpSvgTreppeValue2 {
  left: 180%;
  top: 50%;
  width: 22%;
  transform: translate(-50%, -50%);
}

.fwLpSvgWasserversorgungStaticPressureWrap,
.fwLpSvgWasserversorgungFlowWrap,
.fwLpSvgWasserversorgungOperatingPressureWrap {
  position: absolute;
  inset: 0;
  transform-origin: center center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgWasserversorgungStaticPressure,
.fwLpSvgWasserversorgungFlow,
.fwLpSvgWasserversorgungOperatingPressure {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  user-select: none;
}

.fwLpSvgWasserversorgungStaticPressure {
  left: 50%;
  top: 32%;
  width: 34%;
  transform: translate(-50%, -50%);
}

.fwLpSvgWasserversorgungFlow {
  left: 26%;
  top: 70%;
  width: 28%;
  transform: translate(-50%, -50%) scale(0.81);
  transform-origin: center center;
}

.fwLpSvgWasserversorgungOperatingPressure {
  left: 74%;
  top: 70%;
  width: 28%;
  transform: translate(-50%, -50%) scale(0.81);
  transform-origin: center center;
}

.fwLpSvgMarkerInner img {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  user-select: none;
  object-fit: contain;
}

.fwLpLocationMarker {
  background: transparent;
  border: 0;
}

.fwLpLocationDotOuter {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fwLpLocationDotInner {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2563eb;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.28);
}

.fwLpMarkerRotateRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 6px;
}

.fwLpMarkerMenuBtnRotate {
  background: #3b82f6;
  color: #ffffff;
}

.fwLpMarkerMenuBtnMove {
  background: #3b82f6;
  color: #ffffff;
}

#fwLpMoveCancelBtn,
#fwLpLineCancelBtn,
#fwLpZoneCancelBtn,
#fwLpDecisionPlaceCancelBtn,
#fwLpHoldLineCancelBtn,
#fwLpHoldLineModeCancelBtn,
#fwLpFreeDrawCancelBtn,
#fwLpFreeDrawItemCancelBtn {
  position: absolute;
  right: 12px;
  bottom: 45px;
  z-index: 10050;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(5,10,25,0.96);
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#fwLpFreeDrawCancelBtn {
  right: 12px;
  bottom: 74px;
  z-index: 10080;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 20px;
}

#fwLpLineFinishBtn,
#fwLpMoveSaveBtn,
#fwLpZoneFinishBtn,
#fwLpHoldLineFinishBtn,
#fwLpFreeDrawItemFinishBtn {
  position: absolute;
  right: 70px;
  bottom: 42px;
  z-index: 10050;
  width: 54px;
  height: 54px;
  padding: 0;
  margin: 0;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.22);
  background: #16a34a;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fwLpMarkerMenuBtnSize {
  background: #f59e0b;
  color: #ffffff;
}

.fwLpMarkerMenuBtnDescribe {
  background: #8b5cf6;
  color: #ffffff;
}

.fwLpDescriptionModalCard {
  width: min(92vw, 560px);
}

.fwLpDescriptionTextarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  padding: 12px;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  overscroll-behavior: contain;
}

.fwLpDescriptionColorWrap {
  margin-top: 14px;
}

.fwLpDescriptionColorTitle {
  font-size: 13px;
  font-weight: 800;
  color: rgba(255,255,255,0.82);
  margin-bottom: 8px;
}

.fwLpDescriptionColorGrid {
  display: grid;
  grid-template-columns: repeat(7, 32px);
  gap: 10px;
  align-items: center;
}

.fwLpDescriptionColorBtn {
  appearance: none;
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,0.20);
  cursor: pointer;
  padding: 0;
}

.fwLpDescriptionColorBtn.is-active {
  box-shadow: 0 0 0 3px rgba(255,255,255,0.22);
  border-color: #ffffff;
}

.fwLpSvgMarkerRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}

.fwLpSvgMarkerDescription {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #111111;
  font-weight: 500;
  line-height: 1.2;
  white-space: pre-line;
  word-break: break-word;
  pointer-events: none;
}

.fwLpLeafletPopup .leaflet-popup-close-button {
  top: -4px !important;
  right: 5px !important;
  color: rgba(255,255,255,0.92) !important;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 24px !important;
}

.fwLpLeafletPopup .leaflet-popup-close-button:hover {
  color: #ffffff !important;
}

.fwModalBackdrop {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0,0,0,.65);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
}

.fwModalCard {
  width: min(520px, 100%);
  background: #05064f;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.fwModalTitle {
  font-weight: 900;
  font-size: 18px;
  margin: 0 0 12px 0;
}

.fwModalActions {
  margin-top: 14px;
}

.fwModalOkBtn {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 999px;
  font-weight: 900;
  font-size: 15px;
  background: #d62828;
  color: #fff;
  cursor: pointer;
}

#fwLpDeleteAllModal .fwModalActions {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

#fwLpDeleteAllModal .fwModalCancelBtn,
#fwLpDeleteAllModal .fwModalOkBtn {
  flex: 1 1 0;
  width: auto;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
}

#fwLpDeleteAllModal .fwModalCancelBtn {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.92);
}

#fwLpDeleteAllModal .fwModalOkBtn {
  border: 0;
  background: #e10000;
  color: #ffffff;
}

.fwLpLineCheckRow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 7px 0 9px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.fwLpLineCheckRow input {
  width: 18px;
  height: 18px;
  accent-color: #38bdf8;
  margin: 0;
}

.fwLpLineLabelMarker {
  background: transparent;
  border: 0;
  pointer-events: none;
}

.fwLpLineLabel {
  display: inline-block;
  max-width: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
  white-space: pre;
  word-break: normal;
  overflow-wrap: normal;
  pointer-events: none;
  text-shadow: none;
  transform: translate(-50%, -44%);
  transform-origin: center center;
}

#fwLageplanScreen .fwLpDescriptionTextarea,
#fwLageplanScreen .fwLpDecisionInput,
#fwLageplanScreen .fwLpJournalInput {
  background: #ffffff;
  color: #111111;
  caret-color: #111111;
}

#fwLageplanScreen .fwLpDescriptionTextarea::placeholder,
#fwLageplanScreen .fwLpDecisionInput::placeholder,
#fwLageplanScreen .fwLpJournalInput::placeholder {
  color: rgba(17, 17, 17, 0.55);
}

