.lws-pc-map {
  --pc-ink: #171a1f;
  --pc-muted: #69717d;
  --pc-line: #d9dde3;
  --pc-paper: #f7f7f5;
  --pc-accent: #DBAF5C;
  --pc-accent-soft: #f6e8dc;
  --pc-shadow: 0 18px 55px rgba(22, 26, 31, 0.09);
  position: relative;
  margin: clamp(24px, 4vw, 48px) 0;
  color: var(--pc-ink);
  font-family: Inter, "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}
.lws-pc-map__toolbar {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  justify-content: space-between;
  color: #f4f0ea;
}
.lws-pc-map__toolbar-label {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}
.lws-pc-map__toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.lws-pc-map__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 240, 234, 0.35);
  background: transparent;
  color: #f4f0ea;
  text-decoration: none;
  font: inherit;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}
.lws-pc-map__btn--primary {
  background: #DBAF5C;
  border-color: #DBAF5C;
  color: #1a1412;
}
.lws-pc-map__btn:hover,
.lws-pc-map__btn:focus-visible {
  border-color: #E8C070;
}
.lws-pc-map__btn[hidden] {
  display: none !important;
}
.lws-pc-map__attribution {
  margin: 0;
  width: 100%;
  font-size: 0.82rem;
  color: rgba(244, 240, 234, 0.65);
}
.lws-pc-map__attribution a {
  color: inherit;
  text-decoration: none;
}
.lws-pc-map__attribution a:hover,
.lws-pc-map__attribution a:focus-visible {
  color: #E8C070;
  outline: none;
  text-decoration: underline;
}
.lws-pc-map__surface {
  position: relative;
  width: min(1200px, calc(100% - 1.5rem));
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid #dfe2e7;
  background: radial-gradient(circle at 50% 46%, #fff 0 15%, transparent 40%), var(--pc-paper);
  box-shadow: var(--pc-shadow);
  overflow: hidden;
  min-height: 560px;
  height: min(86vh, 900px);
}
.lws-pc-map__brand-mark {
  display: none;
  position: absolute;
  z-index: 40;
  top: 12px;
  left: 16px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(23, 26, 31, 0.45);
  font-weight: 700;
  pointer-events: none;
}
.lws-pc-map__stage {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 0;
  height: 100%;
}
.lws-pc-map__diagram {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
  padding: 2.6vh 2.4vw 2.8vh;
  overflow: hidden;
}
.lws-pc-map__map-inner {
  position: relative;
  width: 100%;
  height: 100%;
  container-type: size;
  container-name: diagram;
}
@container diagram (max-width: 760px) {
  .lws-pc-map__center {
    width: clamp(120px, 30cqi, 200px);
    padding: 18px 20px;
  }
  .lws-pc-map__center-copy {
    display: none;
  }
  .lws-pc-map__node {
    width: clamp(108px, 22cqi, 150px);
    min-height: 56px;
    padding: 8px 10px;
    gap: 8px;
  }
  .lws-pc-map__hint {
    display: none;
  }
  .lws-pc-map__node--ram {
    left: 0.5%;
    top: 36%;
  }
  .lws-pc-map__node--vram {
    right: 0.5%;
    top: 36%;
  }
}
@container diagram (max-width: 560px) {
  .lws-pc-map__icon {
    display: none;
  }
  .lws-pc-map__center {
    width: clamp(96px, 26cqi, 150px);
    padding: 12px;
  }
  .lws-pc-map__node {
    width: clamp(88px, 20cqi, 130px);
    min-height: 48px;
    padding: 7px 8px;
    border-radius: 14px;
  }
  .lws-pc-map__name {
    font-size: 12px;
  }
}
.lws-pc-map__wires {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.lws-pc-map__wire {
  fill: none;
  stroke: var(--pc-line);
  stroke-width: 1.4;
  stroke-dasharray: 4 6;
  vector-effect: non-scaling-stroke;
  transition: stroke 0.2s, stroke-width 0.2s;
}
.lws-pc-map__wire.is-active {
  stroke: var(--pc-accent);
  stroke-width: 2.2;
  stroke-dasharray: none;
}
@media (prefers-reduced-motion: reduce) {
  .lws-pc-map__wire,
  .lws-pc-map__node,
  .lws-pc-map__center,
  .lws-pc-map__panel {
    transition: none !important;
  }
}
.lws-pc-map__node {
  position: absolute;
  z-index: 3;
  width: clamp(128px, 24cqi, 190px);
  min-height: clamp(64px, 18cqh, 82px);
  border: 1px solid #dfe2e7;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 22px rgba(30, 35, 42, 0.045);
  padding: 14px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  color: inherit;
  font: inherit;
  translate: var(--pc-dx, 0px) var(--pc-dy, 0px);
  transition: transform 0.22s ease, border-color 0.22s, box-shadow 0.22s, translate 0.2s ease;
  outline: none;
}
.lws-pc-map__node:hover,
.lws-pc-map__node:focus-visible,
.lws-pc-map__node.is-active {
  transform: translateY(-4px);
  border-color: #e0b089;
  background: #fff;
  box-shadow: 0 14px 35px rgba(219, 175, 92, 0.13);
}
.lws-pc-map__node.is-active {
  box-shadow: 0 0 0 3px var(--pc-accent-soft), 0 14px 35px rgba(219, 175, 92, 0.14);
}
.lws-pc-map__icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #f6eee6;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--pc-accent);
  transition: background 0.22s, transform 0.22s;
}
.lws-pc-map__icon svg,
.lws-pc-map__center-icon svg,
.lws-pc-map__panel-icon svg,
.lws-pc-map__close svg {
  width: 22px;
  height: 22px;
  display: block;
}
.lws-pc-map__node:hover .lws-pc-map__icon,
.lws-pc-map__node.is-active .lws-pc-map__icon {
  background: var(--pc-accent-soft);
  transform: scale(1.04);
}
.lws-pc-map__name {
  display: block;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: -0.02em;
}
.lws-pc-map__hint {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: var(--pc-muted);
  line-height: 1.35;
}
.lws-pc-map__hint b,
.lws-pc-map__center-copy b {
  color: var(--pc-accent);
  font-weight: 700;
}
.lws-pc-map__center {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  width: clamp(168px, 36cqi, 280px);
  aspect-ratio: 1;
  border: 1px solid #ccd1d9;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--pc-shadow);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 32px 36px;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}
.lws-pc-map__center:hover,
.lws-pc-map__center:focus-visible,
.lws-pc-map__center.is-active {
  transform: translate(-50%, -50%) scale(1.02);
  border-color: #e0b089;
  box-shadow: 0 0 0 3px var(--pc-accent-soft), 0 22px 70px rgba(22, 26, 31, 0.13);
}
.lws-pc-map__center-ring {
  position: absolute;
  inset: 7px;
  border: 1px dashed #d8dce2;
  border-radius: 50%;
  pointer-events: none;
}
.lws-pc-map__center-inner {
  position: relative;
  z-index: 1;
  width: 68%;
  max-width: 68%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.lws-pc-map__center-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 9px;
  color: var(--pc-accent);
  display: grid;
  place-items: center;
}
.lws-pc-map__center-icon svg {
  width: 34px;
  height: 34px;
}
.lws-pc-map__center-title {
  font-size: clamp(15px, 3.8cqi, 22px);
  font-weight: 780;
  letter-spacing: -0.04em;
}
.lws-pc-map__center-copy {
  margin: 7px auto 0;
  max-width: 12em;
  color: var(--pc-muted);
  font-size: 10.5px;
  line-height: 1.4;
  text-wrap: balance;
}
.lws-pc-map__node--choice {
  left: 50%;
  top: 2%;
  transform: translateX(-50%);
  width: clamp(196px, 32cqi, 300px);
  border-radius: 22px;
  border-color: #e8d4c2;
  background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}
.lws-pc-map__node--choice:hover,
.lws-pc-map__node--choice:focus-visible,
.lws-pc-map__node--choice.is-active {
  transform: translateX(-50%) translateY(-4px);
}
.lws-pc-map__node--cpu { left: 5%; top: 6%; }
.lws-pc-map__node--gpu { right: 5%; top: 6%; }
.lws-pc-map__node--ram { left: 2.5%; top: 42%; }
.lws-pc-map__node--vram { right: 2.5%; top: 42%; }
.lws-pc-map__node--storage { left: 5%; bottom: 6%; }
.lws-pc-map__node--power { right: 5%; bottom: 6%; }
.lws-pc-map__node--cooling {
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
  width: clamp(168px, 38cqi, 280px);
}
.lws-pc-map__node--cooling:hover,
.lws-pc-map__node--cooling:focus-visible,
.lws-pc-map__node--cooling.is-active {
  transform: translateX(-50%) translateY(-4px);
}
.lws-pc-map__panel {
  position: relative;
  z-index: 30;
  flex: 0 0 0;
  width: 0;
  min-width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-left: 0 solid var(--pc-line);
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: flex-basis 0.42s cubic-bezier(0.22, 0.8, 0.22, 1), width 0.42s cubic-bezier(0.22, 0.8, 0.22, 1), opacity 0.25s ease, padding 0.42s ease;
}
.lws-pc-map__panel.is-open {
  flex: 0 0 clamp(280px, 32vw, 400px);
  width: clamp(280px, 32vw, 400px);
  opacity: 1;
  pointer-events: auto;
  border-left-width: 1px;
  padding: clamp(28px, 4vh, 48px) clamp(24px, 3vw, 42px);
  box-shadow: -22px 0 70px rgba(27, 31, 37, 0.12);
}
.lws-pc-map__panel-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding-right: 8px;
  scrollbar-gutter: stable;
}
/* Scrollbars de l’outil PC uniquement — le * global du site reste #1c181b hors de .lws-pc-map */
.lws-pc-map,
.lws-pc-map * {
  scrollbar-width: thin;
  scrollbar-color: #DBAF5C #ffffff;
}
.lws-pc-map::-webkit-scrollbar,
.lws-pc-map *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.lws-pc-map::-webkit-scrollbar-track,
.lws-pc-map *::-webkit-scrollbar-track {
  background: #ffffff;
}
.lws-pc-map::-webkit-scrollbar-thumb,
.lws-pc-map *::-webkit-scrollbar-thumb {
  background: #DBAF5C;
  border-radius: 8px;
  border: 2px solid #ffffff;
}
.lws-pc-map::-webkit-scrollbar-thumb:hover,
.lws-pc-map *::-webkit-scrollbar-thumb:hover {
  background: #E8C070;
}
.lws-pc-map::-webkit-scrollbar-corner,
.lws-pc-map *::-webkit-scrollbar-corner {
  background: #ffffff;
}
.lws-pc-map__close {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--pc-line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  color: var(--pc-ink);
  display: grid;
  place-items: center;
  z-index: 2;
}
.lws-pc-map__close:hover,
.lws-pc-map__close:focus-visible {
  background: #f2f3f5;
  outline: 2px solid var(--pc-accent);
  outline-offset: 2px;
}
.lws-pc-map__kicker {
  margin-top: 3vh;
  font-size: 11px;
  color: var(--pc-accent);
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lws-pc-map__panel-icon {
  margin-top: 18px;
  width: 62px;
  height: 62px;
  border-radius: 19px;
  background: var(--pc-accent-soft);
  color: var(--pc-accent);
  display: grid;
  place-items: center;
}
.lws-pc-map__panel-icon svg {
  width: 32px;
  height: 32px;
}
.lws-pc-map__panel-title {
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 22px 0 8px;
}
.lws-pc-map__panel-alias {
  color: var(--pc-muted);
  font-size: 14px;
  margin: 0;
}
.lws-pc-map__panel-analogy {
  margin: 24px 0 0;
  padding: 18px;
  border-radius: 16px;
  background: #f5f6f8;
  border: 1px solid #e7e9ed;
  font-size: 14px;
  line-height: 1.5;
}
.lws-pc-map__panel-analogy strong {
  color: var(--pc-accent);
}
.lws-pc-map__panel-body {
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.62;
  margin: 22px 0 0;
  color: #3d434c;
}
.lws-pc-map__panel-body ul {
  margin: 14px 0 0;
  padding-left: 18px;
}
.lws-pc-map__panel-body li {
  margin: 10px 0;
}
.lws-pc-map__fiche-block {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #e7e9ed;
  background: #fafaf8;
}
.lws-pc-map__fiche-block-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pc-accent);
  margin: 0;
}
.lws-pc-map__panel-priority {
  margin-top: 28px;
  border-top: 1px solid var(--pc-line);
  padding-top: 22px;
}
.lws-pc-map__priority-label {
  font-size: 10px;
  font-weight: 800;
  color: var(--pc-muted);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.lws-pc-map__panel-priority p {
  margin: 9px 0 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 640;
}
.lws-pc-map__official {
  margin-top: 1rem;
}
.lws-pc-map__official a {
  color: var(--pc-accent);
  font-weight: 700;
}
.lws-pc-map__official-note {
  margin: 0.5rem 0 0;
  font-size: 0.88rem;
  color: var(--pc-muted);
}
.lws-pc-map__noscript {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 1.5rem auto 0;
  color: #f4f0ea;
}
.lws-pc-map__noscript-title {
  margin: 0 0 1rem;
  font-size: 1.15rem;
}
.lws-pc-map__noscript-list {
  display: grid;
  gap: 1rem;
}
.lws-pc-map__fiche {
  padding: 1.1rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(244, 240, 234, 0.18);
  background: rgba(20, 16, 15, 0.55);
}
.lws-pc-map__fiche h4 {
  margin: 0 0 0.4rem;
}
.lws-pc-map__fiche-alias,
.lws-pc-map__fiche-analogy {
  color: rgba(244, 240, 234, 0.75);
}
.lws-pc-map__fiche-priority {
  margin-top: 0.75rem;
}
.lws-pc-map__noscript .lws-pc-map__fiche-block {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(244, 240, 234, 0.2);
}
.lws-pc-map__noscript .lws-pc-map__fiche,
.lws-pc-map__noscript .lws-pc-map__fiche p,
.lws-pc-map__noscript .lws-pc-map__fiche li {
  color: #f4f0ea;
}
.lws-pc-map.is-interactive .lws-pc-map__noscript {
  display: none !important;
}
/* Presentation mode — class on html.
   !important : la charte pose position:relative / overflow:clip sur main et
   ses enfants [data-module], ce qui cassait le plein écran et collait le X à gauche. */
html.is-presentation .mod-header,
html.is-presentation [data-module="site-header"],
html.is-presentation .mod-header-float__menu,
html.is-presentation .mod-header-float__top,
html.is-presentation .mod-header-modal,
html.is-presentation .mod-footer,
html.is-presentation .site-footer,
html.is-presentation .lws-content-hero-charte,
html.is-presentation .lws-pc-map__noscript,
html.is-presentation .lws-ressource-prose,
html.is-presentation .lws-accordion-charte,
html.is-presentation .lws-cta-band-charte,
html.is-presentation .lws-split-feature-charte,
html.is-presentation .lws-video-embed-charte,
html.is-presentation .lws-glossary-slides,
html.is-presentation .skip-link {
  display: none !important;
}
html.is-presentation,
html.is-presentation body,
html.is-presentation body.site-body {
  overflow: hidden !important;
  height: 100% !important;
  background: var(--pc-paper) !important;
}
html.is-presentation body.site-body main.theme-mineral,
html.is-presentation body.site-body main.page-ressources.theme-mineral,
html.is-presentation body.site-body main.page-editorial.theme-mineral,
html.is-presentation .site-main {
  isolation: auto !important;
  overflow: visible !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  height: 100% !important;
}
html.is-presentation body.site-body main.theme-mineral > [data-module="pc-hardware-map-charte"],
html.is-presentation body.site-body main.theme-mineral > .lws-pc-map,
html.is-presentation .lws-pc-map {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10050 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 100% !important;
  background: var(--pc-paper) !important;
  color: var(--pc-ink);
  overflow: hidden !important;
}
html.is-presentation .lws-pc-map__toolbar {
  display: none !important;
}
.lws-pc-map__quit {
  display: none;
}
html.is-presentation .lws-pc-map__diagram {
  position: relative;
}
html.is-presentation .lws-pc-map__quit:not([hidden]) {
  display: grid !important;
  place-items: center;
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 8 !important;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  border-radius: 6px;
  border: 1.5px dotted rgba(23, 26, 31, 0.45);
  background: transparent;
  color: rgba(23, 26, 31, 0.45);
  box-shadow: none;
  cursor: pointer;
}
.lws-pc-map__quit svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}
html.is-presentation .lws-pc-map__quit:hover,
html.is-presentation .lws-pc-map__quit:focus-visible {
  background: transparent;
  color: rgba(23, 26, 31, 0.72);
  border-color: rgba(23, 26, 31, 0.72);
  outline: none;
}
html.is-presentation .lws-pc-map__panel.is-open {
  position: relative;
  z-index: 30;
  background: #fff;
}
html.is-presentation .lws-pc-map__surface {
  flex: 1 1 auto !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
html.is-presentation .lws-pc-map__stage {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  min-height: 0;
}
html.is-presentation .lws-pc-map__diagram {
  overflow: hidden;
}
html.is-presentation .lws-pc-map__map-inner {
  width: 100%;
  height: 100%;
}
html.is-presentation .lws-pc-map__brand-mark {
  display: block;
}
html.is-presentation .lws-pc-map__attribution {
  display: none;
}
html.is-presentation .lws-pc-map.is-fiche-open .lws-pc-map__quit {
  display: none !important;
}
.lws-pc-map__stage.is-fiche-overlay {
  display: block;
}
.lws-pc-map__stage.is-fiche-overlay .lws-pc-map__diagram {
  width: 100%;
  height: 100%;
}
.lws-pc-map__stage.is-fiche-overlay .lws-pc-map__panel.is-open {
  position: absolute;
  inset: 0;
  z-index: 50;
  flex: none;
  flex-basis: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  border-left: 0;
  background: #fff;
  box-shadow: none;
}
@media (max-width: 900px) {
  .lws-pc-map__diagram {
    padding: 1.8vh 2.2vw;
  }
  .lws-pc-map__node {
    padding: 10px;
  }
  .lws-pc-map__icon {
    width: 35px;
    height: 35px;
  }
  .lws-pc-map__icon svg {
    width: 18px;
    height: 18px;
  }
  .lws-pc-map__node--cpu,
  .lws-pc-map__node--storage {
    left: 3%;
  }
  .lws-pc-map__node--gpu,
  .lws-pc-map__node--power {
    right: 3%;
  }
  .lws-pc-map__node--ram {
    left: 2%;
  }
  .lws-pc-map__node--vram {
    right: 2%;
  }
}
@media (max-height: 700px) {
  .lws-pc-map__diagram {
    padding: 1.4vh 2.2vw 2vh;
  }
  .lws-pc-map__node {
    min-height: 62px;
    padding: 9px 12px;
  }
  .lws-pc-map__icon {
    width: 34px;
    height: 34px;
  }
  .lws-pc-map__node--cpu,
  .lws-pc-map__node--gpu {
    top: 3%;
  }
  .lws-pc-map__node--storage,
  .lws-pc-map__node--power {
    bottom: 3%;
  }
  .lws-pc-map__node--cooling {
    bottom: 1%;
  }
  .lws-pc-map__center-icon {
    margin-bottom: 4px;
  }
  .lws-pc-map__center-icon svg {
    width: 26px;
    height: 26px;
  }
  .lws-pc-map__panel.is-open {
    padding-top: 22px;
  }
  .lws-pc-map__kicker {
    margin-top: 2vh;
  }
  .lws-pc-map__panel-icon {
    margin-top: 12px;
  }
  .lws-pc-map__panel-title {
    margin-top: 15px;
  }
  .lws-pc-map__panel-analogy {
    margin-top: 19px;
    padding: 14px;
  }
  .lws-pc-map__panel-body {
    margin-top: 15px;
  }
}
@media (max-width: 680px) {
  .lws-pc-map__toolbar-actions {
    width: 100%;
  }
  .lws-pc-map__surface {
    min-height: 500px;
    height: min(92vh, 720px);
  }
  html.is-presentation .lws-pc-map__surface {
    min-height: 0 !important;
    height: auto !important;
  }
  .lws-pc-map__diagram {
    padding: 1vh 1.5vw;
  }
  .lws-pc-map__node {
    border-radius: 14px;
    padding: 8px;
  }
  .lws-pc-map__icon {
    display: none;
  }
  .lws-pc-map__name {
    font-size: 12px;
  }
  .lws-pc-map__hint {
    font-size: 9px;
  }
  .lws-pc-map__center {
    padding: 22px 24px;
  }
  .lws-pc-map__center-icon svg {
    width: 22px;
    height: 22px;
  }
  .lws-pc-map__center-copy {
    display: none;
  }
  .lws-pc-map__panel.is-open {
    flex-basis: min(260px, 42vw);
    width: min(260px, 42vw);
    padding: 18px 16px;
  }
}
