:root {
  --no-navy: #20398c;
  --no-blue: #05aee6;
  --no-pink: #ed168c;
  --no-orange: #f16d2f;
  --no-teal: #45b8ad;
  --no-purple: #5d3b9c;
  --no-ink: #18213a;
  --no-muted: #667085;
  --no-line: #e4e8f1;
  --no-bg: #f3f5fa;
  --no-white: #ffffff;
  --no-shadow: 0 22px 70px rgba(24, 33, 58, 0.18);
}

.no-map-app,
.no-map-app * {
  box-sizing: border-box;
}

/* ---- Isolation vis-à-vis du thème WordPress ----
   Reset CHIRURGICAL : neutralise UNIQUEMENT l'héritage typographique du thème
   (police, couleur, style de liste, soulignement de lien). Ne touche JAMAIS
   aux marges, paddings, backgrounds, display, flex/grid gérés par le plugin. */
.no-map-app {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--no-ink);
  line-height: 1.5;
  font-size: 16px;
}

button.no-map-control-button {
    padding:0px;
}

button.no-map-marker{
    background-image:none;
}
/* Titres : le thème impose souvent une taille/graisse énorme via `.entry-content h2`.
   On rétablit des valeurs neutres, que les règles du plugin (plus bas) préciseront. */
.no-map-app h2,
.no-map-app h3 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  line-height: 1.2;
}
.no-map-app h2 { font-size: 1.5em; font-weight: 800; }
.no-map-app h3 { font-size: 1.15em; font-weight: 800; }

/* Paragraphes et textes : pas de marge héritée du thème */
.no-map-app p,
.no-map-app small,
.no-map-app em,
.no-map-app strong {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
}

/* Listes : le thème ajoute puces + marges + padding-left ; on les retire */
.no-map-app ul,
.no-map-app li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  color: inherit;
}

/* Champs de formulaire : héritent de la police, pas du style du thème */
.no-map-app input,
.no-map-app button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}


/* Liens : pas de soulignement ni couleur du thème */
.no-map-app a {
  color: inherit;
  text-decoration: none;
}

/* ---- Protection des boutons contre les couleurs du thème ----
   Le thème force souvent un fond d'accent (ici rose) sur tout <button>.
   On réimpose les fonds/couleurs voulus par le plugin. !important ciblé. */
.no-map-app .no-map-zone-tab {
  background: #fff !important;
  color: #4f5c74 !important;
}
.no-map-app .no-map-zone-tab:hover {
  color: var(--no-navy) !important;
}
.no-map-app .no-map-zone-tab.is-active {
  background: var(--no-navy) !important;
  color: #fff !important;
}
.no-map-app .no-map-filter {
  background: #fff !important;
  color: #536077 !important;
}
.no-map-app .no-map-filter.is-active {
  background: var(--no-navy) !important;
  color: #fff !important;
}
.no-map-app .no-map-result-card {
  background: transparent !important;
  color: inherit !important;
}
.no-map-app .no-map-result-card.is-active {
  background: #f7f9fd !important;
}
.no-map-app .no-map-control-button,
.no-map-app .no-map-icon-button {
  background: rgba(255, 255, 255, 0.95) !important;
  color: var(--no-ink) !important;
  padding:0;
}
.no-map-app .no-map-icon-button {
  background: rgba(255, 255, 255, 0.13) !important;
  color: #fff !important;
}
.no-map-app .no-map-detail-button {
  background: var(--no-navy) !important;
  color: #fff !important;
}
.no-map-app .no-map-favorite {
  background: #fff !important;
  color: #4f5c74 !important;
}
.no-map-app .no-map-favorite.is-active {
  color: #fff !important;
}


/* Images/SVG : le thème force souvent max-width:100% ; ici on laisse le plugin gérer */
.no-map-app svg {
  max-width: none;
}




.no-map-app {
  width: 100%;
  min-height: 720px;
  color: var(--no-ink);
  background:
    radial-gradient(circle at 85% 10%, rgba(5, 174, 230, 0.11), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--no-bg) 100%);
  overflow: hidden;
  box-shadow: var(--no-shadow);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  position: relative;
  isolation: isolate;
}

.no-map-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(32, 57, 140, 0.98), rgba(28, 69, 166, 0.94)),
    radial-gradient(circle at right top, rgba(5, 174, 230, 0.55), transparent 34%);
}

.no-map-header__eyebrow {
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.78;
}

.no-map-header h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px) !important;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.no-map-header__subtitle {
  margin: 7px 0 0;
  font-size: 14px;
  opacity: 0.86;
}

.no-map-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.no-map-icon-button,
.no-map-control-button,
.no-map-close,
.no-map-favorite {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.no-map-icon-button {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.no-map-icon-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.22);
}

.no-map-icon-button svg,
.no-map-control-button svg,
.no-map-close svg,
.no-map-favorite svg {
  width: 21px;
  height: 21px;
}

.no-map-toolbar {
  min-height: 72px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--no-line);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 12;
}

.no-map-search {
  position: relative;
  flex: 0 1 360px;
  min-width: 220px;
}

.no-map-search svg {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  color: #7d879e;
  pointer-events: none;
}

.no-map-search input {
  width: 100%;
  height: 46px;
  border: 1px solid var(--no-line);
  border-radius: 15px;
  padding: 0 44px 0 44px;
  color: var(--no-ink);
  background: #f9fafd;
  outline: none;
  font: inherit;
  transition: border 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.no-map-search input:focus {
  border-color: rgba(5, 174, 230, 0.7);
  box-shadow: 0 0 0 4px rgba(5, 174, 230, 0.12);
  background: #fff;
}

.no-map-search__clear {
  position: absolute;
  right: 9px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 9px;
  background: transparent;
  cursor: pointer;
  color: #7d879e;
  display: none;
}

.no-map-search__clear.is-visible {
  display: grid;
  place-items: center;
}

.no-map-zone-tabs {
  min-width: 0;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px;
  scrollbar-width: none;
}

.no-map-zone-tabs::-webkit-scrollbar {
  display: none;
}

.no-map-zone-tab {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--no-line);
  border-radius: 13px;
  background: #fff;
  color: #4f5c74;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  transition: all 0.2s ease;
}

.no-map-zone-tab:hover {
  border-color: rgba(32, 57, 140, 0.32);
  color: var(--no-navy);
}

.no-map-zone-tab.is-active {
  color: #fff;
  border-color: var(--no-navy);
  background: var(--no-navy);
  box-shadow: 0 8px 20px rgba(32, 57, 140, 0.18);
}

.no-map-layout {
  min-height: 550px;
  height: min(70vh, 760px);
  display: grid;
  grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
}

.no-map-sidebar {
  background: rgba(255, 255, 255, 0.96);
  border-right: 1px solid var(--no-line);
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative;
  z-index: 10;
}

.no-map-sidebar__head {
  padding: 18px 18px 12px;
  border-bottom: 1px solid var(--no-line);
}

.no-map-sidebar__title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}

.no-map-sidebar__title {
  margin: 0;
  font-size: 16px !important;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.no-map-result-count {
  color: var(--no-muted);
  font-size: 12px;
  font-weight: 700;
}

.no-map-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.no-map-filter {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--no-line);
  border-radius: 999px;
  background: #fff;
  color: #536077;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  transition: all 0.18s ease;
}

.no-map-filter:hover {
  border-color: rgba(32, 57, 140, 0.25);
  color: var(--no-navy);
}

.no-map-filter.is-active {
  color: #fff;
  border-color: var(--no-navy);
  background: var(--no-navy);
}

.no-map-results {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}

.no-map-result-card {
  width: 100%;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  text-align: left;
  padding: 11px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: transparent;
  cursor: pointer;
  color: inherit;
  font: inherit;
  transition: background 0.18s ease, border 0.18s ease, transform 0.18s ease;
}

.no-map-result-card + .no-map-result-card {
  margin-top: 4px;
}

.no-map-result-card:hover,
.no-map-result-card.is-active {
  background: #f7f9fd;
  border-color: var(--no-line);
  transform: translateX(2px);
}

.no-map-result-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 8px 18px rgba(24, 33, 58, 0.12);
}

.no-map-result-card__icon svg {
  width: 21px;
  height: 21px;
}

.no-map-result-card__text {
  min-width: 0;
}

.no-map-result-card__text strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-map-result-card__text small {
  display: block;
  margin-top: 4px;
  color: var(--no-muted);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-map-result-card__arrow {
  color: #98a1b4;
  font-size: 19px;
}

.no-map-empty {
  padding: 34px 18px;
  text-align: center;
  color: var(--no-muted);
  font-size: 13px;
}

.no-map-viewer {
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(32, 57, 140, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 57, 140, 0.03) 1px, transparent 1px),
    #eef1f7;
  background-size: 28px 28px;
}

.no-map-viewport {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.no-map-viewport.is-dragging {
  cursor: grabbing;
}

.no-map-stage {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  will-change: transform;
}

.no-map-image {
  display: block;
  max-width: none;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 18px 34px rgba(30, 43, 81, 0.13));
}

.no-map-markers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.no-map-marker {
  --marker-color: var(--no-navy);
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  transform: translate(-50%, -100%);
  width: 54px;
  height: 64px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  filter: drop-shadow(0 8px 7px rgba(24, 33, 58, 0.25));
  transition: transform 0.18s ease, opacity 0.18s ease, filter 0.18s ease;
}

.no-map-marker:hover,
.no-map-marker:focus-visible,
.no-map-marker.is-active {
  transform: translate(-50%, -100%) scale(1.16);
  filter: drop-shadow(0 11px 10px rgba(24, 33, 58, 0.3));
  outline: none;
  z-index: 5;
}

button.no-map-marker.is-active {
 background-image:none;
}

button.no-map-close {
    background-image:none;
    padding:0;
}

.no-map-marker.is-dimmed {
  opacity: 0.13;
  pointer-events: none;
}

.no-map-marker__pin {
  width: 54px;
  height: 54px;
  border-radius: 50% 50% 50% 10px;
  transform: rotate(-45deg);
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--marker-color);
  border: 4px solid #fff;
}

.no-map-marker__pin svg {
  width: 26px;
  height: 26px;
  transform: rotate(45deg);
}

.no-map-marker__favorite {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: none;
  place-items: center;
  color: #fff;
  background: var(--no-pink);
  border: 2px solid #fff;
  font-size: 12px;
  font-weight: 900;
}

.no-map-marker.is-favorite .no-map-marker__favorite {
  display: grid;
}

.no-map-marker::after {
  content: attr(aria-label);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  transform: translateX(-50%) translateY(3px);
  width: max-content;
  max-width: 260px;
  padding: 10px 13px;
  border-radius: 10px;
  color: #fff;
  background: rgba(24, 33, 58, 0.94);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.no-map-marker:hover::after,
.no-map-marker:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.no-map-controls {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 8;
  display: grid;
  gap: 8px;
}

.no-map-control-button {
  width: 43px;
  height: 43px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: var(--no-ink);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(224, 228, 238, 0.9);
  box-shadow: 0 10px 24px rgba(24, 33, 58, 0.13);
  transition: transform 0.18s ease, color 0.18s ease;
}

.no-map-control-button:hover {
  transform: translateY(-2px);
  color: var(--no-navy);
}

.no-map-map-label {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 8;
  max-width: calc(100% - 150px);
  padding: 10px 14px;
  border-radius: 14px;
  color: var(--no-ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(224, 228, 238, 0.9);
  box-shadow: 0 10px 24px rgba(24, 33, 58, 0.11);
  backdrop-filter: blur(12px);
  display:none;
}

.no-map-map-label strong,
.no-map-map-label small {
  display: block;
}

.no-map-map-label strong {
  font-size: 13px;
  font-weight: 700;
}

.no-map-map-label small {
  margin-top: 2px;
  color: var(--no-muted);
  font-size: 12px;
}

.no-map-detail {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 15;
  width: min(390px, calc(100% - 36px));
  max-height: calc(100% - 100px);
  overflow-y: auto;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(224, 228, 238, 0.95);
  box-shadow: 0 24px 58px rgba(24, 33, 58, 0.24);
  backdrop-filter: blur(18px);
  transform: translateY(16px) scale(0.98);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.24s ease, opacity 0.24s ease, visibility 0.24s ease;
}

.no-map-detail.is-open {
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
}

.no-map-detail__top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.no-map-detail__category-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #fff;
}

.no-map-detail__category-icon svg {
  width: 24px;
  height: 24px;
}

.no-map-detail__heading {
  flex: 1;
  min-width: 0;
}

.no-map-detail__badge {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--no-navy);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.no-map-detail h3 {
  margin: 0;
  font-size: 21px !important;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.no-map-detail__location {
  margin: 6px 0 0;
  color: var(--no-muted);
  font-size: 12px;
}

.no-map-close {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #69748b;
  background: #f3f5fa;
}

.no-map-detail__summary {
  margin: 18px 0 0;
  color: #4f5c74;
  font-size: 14px;
  line-height: 1.55;
}

.no-map-detail__items {
  margin: 16px 0 0;
  padding: 14px 15px 14px 31px;
  border-radius: 15px;
  background: #f7f9fd;
  color: #40506a;
  font-size: 13px;
  line-height: 1.45;
}

.no-map-detail__items li + li {
  margin-top: 5px;
}

/* Interconnexion présence : point de statut devant chaque métier */
.no-map-detail__status {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-left: -16px;
  margin-right: 7px;
  vertical-align: 1px;
  background: #94a3b8;
}
.no-map-detail__eta {
  color: #c47f16;
  font-style: normal;
  font-weight: 600;
}

/* Pastille compteur de présence sur les marqueurs-familles */
.no-map-presence {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 3px 6px rgba(24, 33, 58, 0.28);
  pointer-events: none;
  z-index: 3;
}

.no-map-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.no-map-detail-button,
.no-map-favorite {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.no-map-detail-button {
  border: 0;
  color: #fff;
  background: var(--no-navy);
}

.no-map-detail-button:hover {
  background: #152d7d;
}

.no-map-favorite {
  border: 1px solid var(--no-line);
  color: #4f5c74;
  background: #fff;
}

.no-map-favorite.is-active {
  color: #fff;
  border-color: var(--no-pink);
  background: var(--no-pink);
}

.no-map-toast {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 25;
  max-width: calc(100% - 40px);
  padding: 11px 15px;
  border-radius: 12px;
  color: #fff;
  background: rgba(24, 33, 58, 0.94);
  box-shadow: 0 12px 30px rgba(24, 33, 58, 0.25);
  font-size: 12px;
  font-weight: 700;
  transform: translate(-50%, 12px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.no-map-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

.no-map-app.is-fullscreen {
  border-radius: 0;
  min-height: 100vh;
}

.no-map-app.is-fullscreen .no-map-layout {
  height: calc(100vh - 168px);
}

.no-map-app[data-editor="true"] .no-map-viewport::after {
  content: "Mode placement actif : cliquez sur le plan pour copier les coordonnées";
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 7;
  transform: translateX(-50%);
  padding: 9px 13px;
  border-radius: 11px;
  color: #fff;
  background: var(--no-pink);
  font-size: 12px;
  font-weight: 800;
  pointer-events: none;
}

@media (max-width: 980px) {
  .no-map-app {
    max-height: 100vh;
    border-radius: 0px;
  }

  .no-map-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .no-map-search {
    flex-basis: auto;
    width: 100%;
  }

  .no-map-layout {
    height: 690px;
    grid-template-columns: 1fr;
  }

  .no-map-sidebar {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 14;
    max-height: 46%;
    border: 1px solid var(--no-line);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(24, 33, 58, 0.18);
    transform: translateY(calc(100% - 69px));
    transition: transform 0.25s ease;
    overflow: hidden;
  }

  .no-map-sidebar::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 38px;
    height: 4px;
    border-radius: 99px;
    transform: translateX(-50%);
    background: #d6dbe7;
  }

  .no-map-sidebar.is-open {
    transform: translateY(0);
  }

  .no-map-sidebar__head {
    padding-top: 20px;
    cursor: pointer;
  }

  .no-map-viewer {
    grid-column: 1;
  }

  .no-map-detail {
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: auto;
    max-height: 60%;
  }
}


@media (max-width: 640px) {
  .no-map-header {
    max-height: 66px;
    padding-left: 18px;
  }

  .no-map-header__subtitle {
    display: none;
  }
  
  .no-map-viewport {
      height:84%;
  }
  
  .no-map-header__eyebrow {
        font-size:10px;
}
  .no-map-header h2 {
    font-size: 18px!important;
    text-transform: uppercase;
    font-weight:800!important;
  }

  .no-map-toolbar {
    padding: 11px;
    gap: 10px;
  }

  .no-map-zone-tab {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .no-map-layout {
    height: 620px;
  }

  .no-map-controls {
    right: 10px;
    top: 10px;
  }

  .no-map-control-button {
    width: 39px;
    height: 39px;
  }

  .no-map-map-label {
    left: 10px;
    top: 10px;
    max-width: calc(100% - 112px);
  }

  .no-map-marker {
    width: 46px;
    height: 56px;
  }

  .no-map-marker__pin {
    width: 46px;
    height: 46px;
  }

  .no-map-detail {
    padding: 16px;
    border-radius: 18px;
  }

  .no-map-detail h3 {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .no-map-app *,
  .no-map-app *::before,
  .no-map-app *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}