/**
 * Findar V46156 — exact-address experience.
 * Scoped to the publish flow. No global layout, archive or PDP mutation.
 */

/* Four-stage horizontal progress navigation. The existing five internal
 * panels stay intact; Photos is safely grouped inside "Informations". */
.fmpv5 .fpv5-shell {
  grid-template-columns: minmax(0, 1fr);
  max-width: 1180px;
  gap: 16px;
}

.fmpv5 .fpv5-stepper {
  position: sticky;
  z-index: 80;
  top: 72px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  overflow: visible;
  padding: 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 34px rgba(15, 35, 65, .08);
  backdrop-filter: blur(16px);
}

.fmpv5 .fpv5-step {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 64px;
  align-items: center;
  gap: 11px;
  padding: 10px 13px;
  border: 1px solid transparent;
  border-radius: 11px;
  text-align: left;
}

.fmpv5 .fpv5-step:hover {
  border-color: #dce5f1;
  background: #f7f9fc;
}

.fmpv5 .fpv5-step.is-active {
  border-color: #cbdcff;
  background: #eef5ff;
  box-shadow: inset 0 0 0 1px rgba(22, 93, 245, .03);
}

.fmpv5 .fpv5-step.is-done {
  background: #fbfcff;
}

.fmpv5 .fpv5-step-num {
  width: 32px;
  height: 32px;
  border-width: 1.5px;
  font-size: 12px;
}

.fmpv5 .fpv5-step-info {
  min-width: 0;
}

.fmpv5 .fpv5-step-info strong {
  overflow: hidden;
  color: #536176;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fmpv5 .fpv5-step-info small {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  color: #8792a2;
  font-size: 10.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fmpv5 .fpv5-step.is-active .fpv5-step-info strong {
  color: #0b2249;
}

.fmpv5 .fpv5-step.is-active .fpv5-step-info small {
  color: #42669d;
}

.fmpv5 .fpv5-step-sep,
.fmpv5 .fpv5-trust {
  display: none;
}

.fmpv5 .fpv5-main {
  min-width: 0;
}

.fmpv5 .fpv5-location-experience {
  --loc-blue: #165df5;
  --loc-blue-dark: #0b3fb8;
  --loc-blue-soft: #eef5ff;
  --loc-ink: #0b1220;
  --loc-muted: #637083;
  --loc-line: #dce4ef;
  --loc-soft: #f7f9fc;
  --loc-green: #168447;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, .96fr);
  min-height: 570px;
  border: 1px solid #dbe4f0;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 35, 65, .10), 0 3px 12px rgba(15, 35, 65, .05);
  font-family: Outfit, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.fmpv5 .fpv5-location-copy {
  position: relative;
  z-index: 3;
  padding: clamp(24px, 3.5vw, 42px);
  background: #fff;
}

.fmpv5 .fpv5-location-copy::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--loc-blue);
}

.fmpv5 .fpv5-location-kicker,
.fmpv5 .fpv5-location-map-topline,
.fmpv5 .fpv5-location-details-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fmpv5 .fpv5-location-kicker > span:first-child {
  color: var(--loc-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.fmpv5 .fpv5-exact-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid #c9dafd;
  border-radius: 999px;
  background: var(--loc-blue-soft);
  color: var(--loc-blue-dark);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.fmpv5 .fpv5-exact-badge svg,
.fmpv5 .fpv5-address-icon,
.fmpv5 .fpv5-location-selected svg,
.fmpv5 .fpv5-map-guidance svg,
.fmpv5 .fpv5-confirm-location svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fmpv5 .fpv5-location-copy h3 {
  max-width: 480px;
  margin: 22px 0 9px;
  color: var(--loc-ink);
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.fmpv5 .fpv5-location-intro {
  max-width: 520px;
  margin: 0 0 26px;
  color: var(--loc-muted);
  font-size: 14px;
  line-height: 1.65;
}

.fmpv5 .fpv5-address-field {
  position: relative;
  z-index: 25;
}

.fmpv5 .fpv5-address-field > label {
  margin-bottom: 3px;
  color: #283548;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .01em;
}

.fmpv5 .fpv5-address-combobox {
  position: relative;
}

.fmpv5 .fpv5-address-combobox .fpv5-address-icon {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  color: var(--loc-blue);
  transform: translateY(-50%);
  pointer-events: none;
}

.fmpv5 .fpv5-address-combobox input#fpv5-adresse {
  width: 100%;
  height: 58px;
  padding: 0 76px 0 48px;
  border: 1.5px solid #cbd6e4;
  border-radius: 14px;
  outline: 0;
  background: #fff;
  color: var(--loc-ink);
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 58px;
  box-shadow: 0 7px 24px rgba(18, 45, 83, .06);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.fmpv5 .fpv5-address-combobox input#fpv5-adresse::placeholder {
  color: #95a0af;
  font-weight: 500;
}

.fmpv5 .fpv5-address-combobox input#fpv5-adresse:focus {
  border-color: var(--loc-blue);
  box-shadow: 0 0 0 4px rgba(22, 93, 245, .11), 0 10px 28px rgba(18, 45, 83, .08);
}

.fmpv5 .fpv5-address-field.has-error .fpv5-address-combobox input#fpv5-adresse {
  border-color: #dc2626;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, .08);
}

.fmpv5 .fpv5-address-clear {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 12px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #eef2f7;
  color: #627083;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .15s ease, color .15s ease;
}

.fmpv5 .fpv5-address-clear:hover {
  background: #e1e8f1;
  color: var(--loc-ink);
}

.fmpv5 .fpv5-address-clear svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.fmpv5 .fpv5-address-loader {
  position: absolute;
  z-index: 5;
  top: calc(50% - 9px);
  right: 19px;
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid #d8e2ef;
  border-top-color: var(--loc-blue);
  border-radius: 50%;
  animation: fpv5LocationSpin .65s linear infinite;
}

.fmpv5 .fpv5-location-experience.is-loading .fpv5-address-loader {
  display: block;
}

.fmpv5 .fpv5-location-experience.is-loading .fpv5-address-clear {
  display: none;
}

@keyframes fpv5LocationSpin {
  to { transform: rotate(360deg); }
}

.fmpv5 .fpv5-address-suggestions {
  position: absolute;
  z-index: 80;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  overflow: hidden;
  padding: 7px;
  border: 1px solid #d9e2ed;
  border-radius: 15px;
  background: rgba(255, 255, 255, .985);
  box-shadow: 0 24px 58px rgba(15, 31, 57, .17), 0 4px 12px rgba(15, 31, 57, .08);
  backdrop-filter: blur(16px);
}

.fmpv5 .fpv5-address-suggestions[hidden],
.fmpv5 .fpv5-address-clear[hidden] {
  display: none;
}

.fmpv5 .fpv5-address-option {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  width: 100%;
  padding: 10px 11px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--loc-ink);
  text-align: left;
  cursor: pointer;
}

.fmpv5 .fpv5-address-option:hover,
.fmpv5 .fpv5-address-option.is-active {
  background: var(--loc-blue-soft);
}

.fmpv5 .fpv5-address-option-pin {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  background: #edf3ff;
  color: var(--loc-blue);
}

.fmpv5 .fpv5-address-option-pin svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.fmpv5 .fpv5-address-option-copy {
  min-width: 0;
}

.fmpv5 .fpv5-address-option-copy strong,
.fmpv5 .fpv5-address-option-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fmpv5 .fpv5-address-option-copy strong {
  color: #172235;
  font-size: 13.5px;
  font-weight: 750;
  line-height: 1.35;
}

.fmpv5 .fpv5-address-option-copy small {
  margin-top: 2px;
  color: #738096;
  font-size: 11.5px;
  line-height: 1.35;
}

.fmpv5 .fpv5-geoapify-attribution {
  display: flex;
  justify-content: flex-end;
  padding: 7px 9px 3px;
  border-top: 1px solid #edf1f6;
  color: #6b7280;
  font-family: Outfit, Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.fmpv5 .fpv5-geoapify-attribution a {
  margin-left: 3px;
  color: #285f94;
  font-weight: 750;
  text-decoration: none;
}

.fmpv5 .fpv5-address-empty {
  padding: 14px;
  color: #68758a;
  font-size: 12.5px;
  line-height: 1.5;
  text-align: center;
}

.fmpv5 #fpv5-address-hint {
  min-height: 18px;
  margin-top: 2px;
  color: #718096;
  font-size: 11.5px;
}

.fmpv5 #fpv5-address-hint.is-error {
  color: #b42318;
  font-weight: 650;
}

.fmpv5 #fpv5-address-hint.is-success {
  color: var(--loc-green);
  font-weight: 650;
}

.fmpv5 .fpv5-location-selected {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  margin-top: 15px;
  padding: 11px 13px;
  border: 1px solid #bde5cd;
  border-radius: 12px;
  background: #f1fbf5;
}

.fmpv5 .fpv5-location-selected[hidden] {
  display: none;
}

.fmpv5 .fpv5-location-selected-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #d9f4e3;
  color: var(--loc-green);
}

.fmpv5 .fpv5-location-selected small,
.fmpv5 .fpv5-location-selected strong {
  display: block;
}

.fmpv5 .fpv5-location-selected small {
  margin-bottom: 2px;
  color: #5a6b62;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.fmpv5 .fpv5-location-selected strong {
  overflow: hidden;
  color: #173c26;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fmpv5 .fpv5-location-details {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e7edf4;
}

.fmpv5 .fpv5-location-details-head {
  margin-bottom: 12px;
}

.fmpv5 .fpv5-location-details-head strong {
  color: #2b374a;
  font-size: 12px;
  font-weight: 800;
}

.fmpv5 .fpv5-location-details-head span {
  color: #8792a2;
  font-size: 10.5px;
}

.fmpv5 .fpv5-location-details .fpv5-row {
  margin-bottom: 11px;
}

.fmpv5 .fpv5-location-details input,
.fmpv5 .fpv5-location-details select {
  height: 44px;
  border-radius: 10px;
  background: #fbfcfe;
  font-family: inherit;
  font-size: 13px;
}

.fmpv5 .fpv5-location-map-shell {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
  background: #edf3f9;
}

.fmpv5 .fpv5-location-map-topline {
  position: relative;
  z-index: 6;
  margin-bottom: 12px;
}

.fmpv5 .fpv5-location-map-topline > span:first-child {
  color: #223047;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.fmpv5 .fpv5-location-map-topline > span:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 9px;
  border: 1px solid #d5dfeb;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #68758a;
  font-size: 10.5px;
  font-weight: 700;
}

.fmpv5 .fpv5-location-experience.has-position .fpv5-location-map-topline > span:last-child {
  border-color: #c5d8fd;
  background: #fff;
  color: var(--loc-blue-dark);
}

.fmpv5 .fpv5-location-experience.is-confirmed .fpv5-location-map-topline > span:last-child {
  border-color: #bce2c9;
  color: var(--loc-green);
}

.fmpv5 .fpv5-location-map {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #d6e0eb;
  border-radius: 17px;
  background: #dfe8f1;
  box-shadow: 0 13px 34px rgba(20, 42, 73, .10);
}

.fmpv5 .fpv5-location-map .leaflet-control-zoom {
  overflow: hidden;
  border: 0;
  border-radius: 11px;
  box-shadow: 0 5px 18px rgba(21, 38, 64, .16);
}

.fmpv5 .fpv5-location-map .leaflet-control-zoom a {
  width: 34px;
  height: 34px;
  color: #233147;
  font: 700 18px/34px Outfit, Inter, sans-serif;
}

.fmpv5 .fpv5-location-map .leaflet-control-attribution {
  padding: 2px 5px;
  background: rgba(255, 255, 255, .82);
  color: #748094;
  font-size: 8px;
}

.fmpv5 .fpv5-exact-marker-wrap {
  background: transparent;
  border: 0;
}

.fmpv5 .fpv5-exact-marker {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50% 50% 50% 8px;
  background: var(--loc-blue);
  box-shadow: 0 7px 20px rgba(9, 58, 175, .34);
  transform: rotate(-45deg);
}

.fmpv5 .fpv5-exact-marker::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: rotate(45deg);
}

.fmpv5 .fpv5-location-experience.is-confirmed .fpv5-exact-marker {
  background: var(--loc-green);
  box-shadow: 0 7px 20px rgba(22, 132, 71, .30);
}

.fmpv5 .fpv5-map-guidance {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  padding: 10px 12px;
  border: 1px solid #d7e2ef;
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
  color: #637083;
  font-size: 11px;
  line-height: 1.4;
}

.fmpv5 .fpv5-map-guidance > svg {
  width: 23px;
  height: 23px;
  color: var(--loc-blue);
}

.fmpv5 .fpv5-map-guidance strong {
  display: block;
  color: #26344a;
  font-size: 11.5px;
}

.fmpv5 .fpv5-confirm-location {
  position: relative;
  z-index: 5;
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: var(--loc-blue);
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 9px 22px rgba(22, 93, 245, .22);
  transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.fmpv5 .fpv5-confirm-location:hover:not(:disabled) {
  background: var(--loc-blue-dark);
  box-shadow: 0 11px 26px rgba(22, 93, 245, .28);
  transform: translateY(-1px);
}

.fmpv5 .fpv5-confirm-location:disabled {
  background: #b7c3d2;
  cursor: not-allowed;
  box-shadow: none;
}

.fmpv5 .fpv5-location-provider {
  position: relative;
  z-index: 5;
  align-self: center;
  margin-top: 9px;
  color: #718096;
  font-size: 9.5px;
  font-weight: 600;
  text-decoration: none;
}

.fmpv5 .fpv5-location-provider:hover {
  color: #285f94;
  text-decoration: underline;
}

.fmpv5 .fpv5-location-experience.is-confirmed .fpv5-confirm-location {
  background: var(--loc-green);
  box-shadow: 0 9px 22px rgba(22, 132, 71, .20);
}

.fmpv5 .fpv5-location-experience.is-unavailable .fpv5-location-map-shell {
  background: #f1f4f8;
}

.fmpv5 .fpv5-location-experience.is-unavailable #fpv5-address-hint {
  color: #8a5a12;
}

@media (max-width: 1100px) {
  .fmpv5 .fpv5-location-experience {
    grid-template-columns: 1fr;
  }

  .fmpv5 .fpv5-location-map-shell {
    min-height: 470px;
  }

  .fmpv5 .fpv5-location-map {
    min-height: 340px;
  }
}

@media (max-width: 700px) {
  .fmpv5 .fpv5-shell {
    gap: 12px;
  }

  .fmpv5 .fpv5-stepper {
    top: 62px;
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 7px;
    border-radius: 13px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .fmpv5 .fpv5-stepper::-webkit-scrollbar {
    display: none;
  }

  .fmpv5 .fpv5-step {
    flex: 0 0 158px;
    min-height: 56px;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    text-align: left;
    scroll-snap-align: start;
  }

  .fmpv5 .fpv5-step-num {
    width: 29px;
    height: 29px;
  }

  .fmpv5 .fpv5-step-info small {
    display: block;
  }

  .fmpv5 .fpv5-location-experience {
    min-height: 0;
    border-radius: 16px;
    box-shadow: 0 14px 42px rgba(15, 35, 65, .09);
  }

  .fmpv5 .fpv5-location-copy {
    padding: 23px 17px 20px;
  }

  .fmpv5 .fpv5-location-kicker {
    align-items: flex-start;
  }

  .fmpv5 .fpv5-location-copy h3 {
    margin-top: 18px;
    font-size: 27px;
  }

  .fmpv5 .fpv5-location-intro {
    margin-bottom: 21px;
    font-size: 13px;
  }

  .fmpv5 .fpv5-address-combobox input#fpv5-adresse {
    height: 54px;
    padding-right: 62px;
    font-size: 14px;
    line-height: 54px;
  }

  .fmpv5 .fpv5-location-details .fpv5-row.col2 {
    grid-template-columns: 1fr;
  }

  .fmpv5 .fpv5-location-map-shell {
    min-height: 0;
    padding: 16px;
  }

  .fmpv5 .fpv5-location-map {
    min-height: 310px;
  }

  .fmpv5 .fpv5-address-option {
    padding: 9px 8px;
  }
}

[dir="rtl"] .fmpv5 .fpv5-address-combobox .fpv5-address-icon {
  right: 16px;
  left: auto;
}

[dir="rtl"] .fmpv5 .fpv5-address-combobox input#fpv5-adresse {
  padding-right: 48px;
  padding-left: 76px;
  text-align: right;
}

[dir="rtl"] .fmpv5 .fpv5-address-clear,
[dir="rtl"] .fmpv5 .fpv5-address-loader {
  right: auto;
  left: 12px;
}

[dir="rtl"] .fmpv5 .fpv5-address-option {
  text-align: right;
}

[dir="rtl"] .fmpv5 .fpv5-step {
  text-align: right;
}

[dir="rtl"] .fmpv5 .fpv5-geoapify-attribution {
  justify-content: flex-start;
}
