.wasatch-booth-map{
  position:relative;
  margin:1.25rem 0;
  border:1px solid #c7ced6;
  border-radius:10px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 3px 16px rgba(0,0,0,.08);
}
@media(min-width:1000px){
  .wasatch-booth-map{
    width:calc(100vw - 64px);
    margin-left:calc(50% - 50vw + 32px);
    margin-right:calc(50% - 50vw + 32px);
  }
}
/* Controls float over the map instead of consuming a header row. */
.wasatch-booth-map__toolbar{
  position:absolute;
  z-index:5;
  top:8px;
  left:8px;
  right:8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  pointer-events:none;
}
.wasatch-booth-map__status{
  margin:0;
  padding:6px 9px;
  border-radius:6px;
  background:rgba(255,255,255,.94);
  box-shadow:0 1px 5px rgba(0,0,0,.16);
  color:#374151;
  font-size:.94rem;
  font-weight:650;
  pointer-events:auto;
}
.wasatch-booth-map__full,.wasatch-booth-map-link{
  display:inline-block;border:0;border-radius:6px;padding:6px 10px;background:#1769aa;
  color:#fff!important;text-decoration:none;cursor:pointer;font-weight:650;white-space:nowrap;font-size:.9rem;
}
.wasatch-booth-map__full{pointer-events:auto;box-shadow:0 1px 5px rgba(0,0,0,.16)}
.wasatch-booth-map__full[hidden]{display:none!important}
.wasatch-booth-map__viewport{
  height:clamp(560px,76vh,var(--wasatch-map-max-height,1000px));
  overflow:hidden;
  background:#fff;
}
.wasatch-booth-map__svg{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
}
.wasatch-booth-map__booth{
  fill:transparent;stroke:transparent;stroke-width:5;cursor:pointer;outline:none;vector-effect:non-scaling-stroke;
}
.wasatch-booth-map__booth.is-occupied:hover,.wasatch-booth-map__booth.is-occupied:focus{fill:rgba(76,175,80,.34);stroke:#1b7f32}
.wasatch-booth-map__booth:not(.is-occupied):hover,.wasatch-booth-map__booth:not(.is-occupied):focus{fill:rgba(189,189,189,.48);stroke:#6b7280}
.wasatch-booth-map__booth.is-highlighted.is-occupied{fill:rgba(76,175,80,.62);stroke:#16812f;stroke-width:7;filter:drop-shadow(0 0 7px rgba(22,129,47,.55))}
.wasatch-booth-map__booth.is-highlighted:not(.is-occupied){fill:rgba(189,189,189,.68);stroke:#6b7280;stroke-width:7;filter:drop-shadow(0 0 6px rgba(75,85,99,.35))}
.wasatch-booth-map__booth.is-secondary-highlight.is-occupied{fill:rgba(76,175,80,.43);stroke:#16812f;stroke-width:5}
.wasatch-booth-map__booth.is-secondary-highlight:not(.is-occupied){fill:rgba(189,189,189,.52);stroke:#6b7280;stroke-width:5}
@media(max-width:999px){.wasatch-booth-map{width:auto;margin-left:0;margin-right:0}}
@media(max-width:700px){
  .wasatch-booth-map__viewport{height:72vh;min-height:420px}
  .wasatch-booth-map__toolbar{top:5px;left:5px;right:5px;gap:.4rem}
  .wasatch-booth-map__status{font-size:.82rem;padding:5px 7px;max-width:68%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .wasatch-booth-map__full{font-size:.8rem;padding:5px 7px}
}


/* 1.1.11 public exhibitor directory */
.wasatch-booth-map__directory{
  position:absolute;
  z-index:4;
  top:52px;
  left:8px;
  width:min(310px,calc(100% - 16px));
  max-height:min(58vh,560px);
  padding:10px;
  border:1px solid #c7ced6;
  border-radius:8px;
  background:rgba(255,255,255,.96);
  box-shadow:0 2px 10px rgba(0,0,0,.12);
  overflow:hidden;
}
.wasatch-booth-map__directory-label{
  display:block;
  margin:0 0 6px;
  color:#27313a;
  font-size:.95rem;
  font-weight:700;
}
.wasatch-booth-map__filter-row{
  display:flex;
  align-items:stretch;
  gap:7px;
  width:100%;
  margin:0 0 8px;
}
.wasatch-booth-map__filter{
  display:block;
  box-sizing:border-box;
  flex:1 1 auto;
  min-width:0;
  width:auto;
  margin:0;
  padding:7px 9px;
  border:1px solid #aeb8c2;
  border-radius:6px;
  background:#fff;
  color:#20252a;
  font:inherit;
}
.wasatch-booth-map__filter-clear{
  flex:0 0 auto;
  min-width:58px;
  margin:0;
  padding:7px 10px;
  border:1px solid #8da1b3;
  border-radius:6px;
  background:#f4f7f9;
  color:#27313a;
  font:inherit;
  font-size:.88rem;
  font-weight:650;
  cursor:pointer;
}
.wasatch-booth-map__filter-clear:hover:not(:disabled),
.wasatch-booth-map__filter-clear:focus-visible:not(:disabled){
  background:#e8eef2;
  border-color:#667b8e;
}
.wasatch-booth-map__filter-clear:disabled{
  opacity:.45;
  cursor:default;
}
.wasatch-booth-map__filter:focus{
  outline:2px solid #1769aa;
  outline-offset:1px;
}
.wasatch-booth-map__directory-list{
  max-height:calc(min(58vh,560px) - 86px);
  overflow:auto;
  overscroll-behavior:contain;
}
.wasatch-booth-map__exhibitor{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  width:100%;
  padding:7px 5px;
  border:0;
  border-bottom:1px solid #edf0f2;
  border-radius:4px;
  background:transparent;
  color:#26313a;
  text-align:left;
  cursor:pointer;
  font:inherit;
}
.wasatch-booth-map__exhibitor:hover,
.wasatch-booth-map__exhibitor:focus{
  background:#eef7ee;
  outline:none;
}
.wasatch-booth-map__exhibitor-name{
  min-width:0;
  font-weight:650;
  line-height:1.25;
}
.wasatch-booth-map__exhibitor-booths{
  flex:0 0 auto;
  color:#5d6872;
  font-size:.82rem;
  line-height:1.35;
  white-space:nowrap;
}
.wasatch-booth-map__directory-empty{
  margin:8px 2px 2px;
  color:#606a73;
  font-size:.88rem;
}
@media(max-width:700px){
  .wasatch-booth-map__directory{
    top:46px;
    width:min(280px,calc(100% - 10px));
    left:5px;
    max-height:42vh;
  }
  .wasatch-booth-map__directory-list{
    max-height:calc(42vh - 86px);
  }
}


/* 1.1.12: hide the status chip when there is no active booth/exhibitor message. */
.wasatch-booth-map__status:empty{
  display:none;
}


/* 1.1.13: multi-booth exhibitor highlighting uses one outer group border.
   Individual selected cells retain fill but do not draw interior borders. */
.wasatch-booth-map__booth.is-highlighted.is-occupied,
.wasatch-booth-map__booth.is-secondary-highlight.is-occupied{
  stroke:transparent;
  filter:none;
}
.wasatch-booth-map__group-outline{
  fill:none;
  stroke:#16812f;
  stroke-width:7;
  vector-effect:non-scaling-stroke;
  pointer-events:none;
  filter:drop-shadow(0 0 7px rgba(22,129,47,.45));
}


/* 1.1.17 responsive public floor plan.
   Desktop (1000px+) retains the established floating-directory layout. */
.wasatch-booth-map__directory-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.wasatch-booth-map__directory-toggle{
  display:none;
  border:0;
  border-radius:6px;
  padding:6px 9px;
  background:#1769aa;
  color:#fff;
  font:inherit;
  font-size:.82rem;
  font-weight:650;
  cursor:pointer;
}

@media(max-width:999px){
  .wasatch-booth-map{
    display:flex;
    flex-direction:column;
    width:100%;
    margin:1rem 0;
    overflow:visible;
    border:0;
    box-shadow:none;
    background:transparent;
  }

  .wasatch-booth-map__directory{
    position:relative;
    order:1;
    z-index:6;
    top:auto;
    left:auto;
    width:100%;
    max-height:none;
    box-sizing:border-box;
    margin:0 0 10px;
    padding:10px;
    overflow:visible;
    background:#fff;
  }
  .wasatch-booth-map__directory-heading{min-height:34px}
  .wasatch-booth-map__directory-label{margin:0;font-size:1rem}
  .wasatch-booth-map__directory-toggle{display:inline-block}
  .wasatch-booth-map__directory-body{display:none;margin-top:8px}
  .wasatch-booth-map__directory.is-open .wasatch-booth-map__directory-body{display:block}
  .wasatch-booth-map__directory-list{
    max-height:34vh;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }
  .wasatch-booth-map__filter{
    min-height:42px;
    font-size:16px; /* prevents iOS form zoom */
  }
  .wasatch-booth-map__filter-clear{
    min-height:42px;
  }
  .wasatch-booth-map__exhibitor{
    min-height:42px;
    padding:9px 6px;
  }

  .wasatch-booth-map__viewport{
    order:2;
    position:relative;
    width:100%;
    height:min(68vh,760px);
    min-height:500px;
    overflow:hidden;
    border:1px solid #c7ced6;
    border-radius:8px;
    background:#fff;
    touch-action:pan-y;
  }
  .wasatch-booth-map__svg{
    width:100%;
    height:100%;
  }

  .wasatch-booth-map__toolbar{
    order:3;
    top:auto;
    bottom:8px;
    left:8px;
    right:8px;
  }
  .wasatch-booth-map__status{
    max-width:65%;
    font-size:.84rem;
    white-space:normal;
  }
  .wasatch-booth-map__full{
    margin-left:auto;
  }
}

@media(max-width:700px){
  .wasatch-booth-map__directory{
    top:auto;
    left:auto;
    width:100%;
    max-height:none;
  }
  .wasatch-booth-map__directory-list{
    max-height:30vh;
  }
  .wasatch-booth-map__viewport{
    height:62vh;
    min-height:430px;
  }
  .wasatch-booth-map__toolbar{
    top:auto;
    bottom:6px;
    left:6px;
    right:6px;
  }
  .wasatch-booth-map__status{
    max-width:62%;
    font-size:.78rem;
  }
}

@media(max-width:480px){
  .wasatch-booth-map__viewport{
    height:58vh;
    min-height:390px;
  }
  .wasatch-booth-map__exhibitor-name{font-size:.92rem}
  .wasatch-booth-map__exhibitor-booths{font-size:.78rem}
}


/* 1.1.18: the exhibitor rows use display:flex, which can override the
   browser's default [hidden] rule. Explicitly honor the filter state. */
.wasatch-booth-map__exhibitor[hidden],
.wasatch-booth-map__directory-empty[hidden]{
  display:none !important;
}


/* 1.1.60 public floor-plan presentation */
.wasatch-booth-map{--wasatch-public-gap:26px}
.wasatch-booth-map__public-layout{
  display:grid;
  grid-template-columns:minmax(270px,310px) minmax(520px,680px);
  justify-content:center;
  align-items:start;
  gap:var(--wasatch-public-gap);
  width:100%;
  box-sizing:border-box;
  padding:18px 22px;
}
.wasatch-booth-map__public-layout > .wasatch-booth-map__directory{
  position:relative;
  top:auto;
  left:auto;
  width:100%;
  max-height:none;
  height:clamp(560px,76vh,var(--wasatch-map-max-height,1000px));
  box-sizing:border-box;
  margin:0;
  overflow:hidden;
}
.wasatch-booth-map__directory--left{grid-column:1;grid-row:1}
.wasatch-booth-map__directory--right{display:none}
.wasatch-booth-map__public-layout > .wasatch-booth-map__viewport{
  grid-column:2;
  grid-row:1;
  position:relative;
  width:100%;
  height:clamp(560px,76vh,var(--wasatch-map-max-height,1000px));
  min-height:0;
  border:1px solid #d5dadd;
  border-radius:8px;
  overflow:hidden;
}
.wasatch-booth-map__directory-body{height:calc(100% - 34px);min-height:0}
.wasatch-booth-map__directory--left .wasatch-booth-map__directory-body{display:flex;flex-direction:column}
.wasatch-booth-map__directory-list{max-height:none;height:calc(100% - 2px)}
.wasatch-booth-map__directory--left .wasatch-booth-map__directory-list{flex:1 1 auto;height:auto;min-height:0}
.wasatch-booth-map__directory--right .wasatch-booth-map__directory-list{height:100%}

.wasatch-booth-map__exhibitor{
  transition:background .12s ease,border-color .12s ease,box-shadow .12s ease,transform .12s ease;
  border:1px solid transparent;
  border-bottom-color:#edf0f2;
}
.wasatch-booth-map__exhibitor:hover,
.wasatch-booth-map__exhibitor:focus,
.wasatch-booth-map__exhibitor.is-previewed{
  position:relative;
  z-index:2;
  background:#fff3b8;
  border-color:#d99d00;
  box-shadow:0 2px 9px rgba(90,64,0,.22);
  transform:translateX(2px);
  outline:none;
}
.wasatch-booth-map__exhibitor.is-selected{
  position:relative;
  z-index:2;
  background:#ffe28a;
  border-color:#b97800;
  box-shadow:0 2px 10px rgba(90,64,0,.28);
}
.wasatch-booth-map__exhibitor.is-previewed .wasatch-booth-map__exhibitor-name,
.wasatch-booth-map__exhibitor.is-selected .wasatch-booth-map__exhibitor-name{
  font-weight:800;color:#171717
}
.wasatch-booth-map__exhibitor.is-previewed .wasatch-booth-map__exhibitor-booths,
.wasatch-booth-map__exhibitor.is-selected .wasatch-booth-map__exhibitor-booths{
  color:#5f3b00;font-weight:750
}
.wasatch-booth-map__booth.is-highlighted.is-occupied,
.wasatch-booth-map__booth.is-secondary-highlight.is-occupied{fill:rgba(255,193,7,.78)}
.wasatch-booth-map__group-outline{
  stroke:#c46f00;
  stroke-width:10;
  filter:drop-shadow(0 0 10px rgba(196,111,0,.72));
}
.wasatch-booth-map__callout{
  position:absolute;
  z-index:8;
  min-width:220px;
  max-width:min(320px,42%);
  padding:10px 13px;
  border:2px solid #9a5a00;
  border-radius:8px;
  background:#fff8d8;
  box-shadow:0 5px 18px rgba(0,0,0,.28);
  pointer-events:none;
  color:#1f2933;
  line-height:1.2;
}
.wasatch-booth-map__callout[hidden]{display:none!important}
.wasatch-booth-map__callout-company{display:block;margin-bottom:4px;font-size:1rem;font-weight:850}
.wasatch-booth-map__callout-booth{display:block;color:#744300;font-size:.94rem;font-weight:800}

@media(min-width:1500px){
  .wasatch-booth-map__public-layout{
    grid-template-columns:minmax(260px,300px) minmax(560px,690px) minmax(260px,300px);
    gap:24px;
  }
  .wasatch-booth-map__directory--right{
    display:block;
    grid-column:3;
    grid-row:1;
  }
  .wasatch-booth-map__directory--right .wasatch-booth-map__directory-heading{
    min-height:28px;
    padding-bottom:6px;
  }
}
@media(max-width:999px){
  .wasatch-booth-map__public-layout{
    display:flex;
    flex-direction:column;
    width:100%;
    padding:0;
    gap:0;
  }
  .wasatch-booth-map__public-layout > .wasatch-booth-map__directory--left{
    order:1;
    height:auto;
  }
  .wasatch-booth-map__directory--right{display:none!important}
  .wasatch-booth-map__public-layout > .wasatch-booth-map__viewport{
    order:2;
    width:100%;
    height:min(68vh,760px);
    min-height:500px;
  }
  .wasatch-booth-map__directory-body{height:auto}
  .wasatch-booth-map__directory-list{height:auto}
  .wasatch-booth-map__callout{min-width:180px;max-width:55%;padding:8px 10px}
  .wasatch-booth-map__callout-company{font-size:.9rem}
  .wasatch-booth-map__callout-booth{font-size:.84rem}
}
@media(max-width:700px){
  .wasatch-booth-map__public-layout > .wasatch-booth-map__viewport{height:62vh;min-height:430px}
}
@media(max-width:480px){
  .wasatch-booth-map__public-layout > .wasatch-booth-map__viewport{height:58vh;min-height:390px}
  .wasatch-booth-map__callout{min-width:150px;max-width:62%}
}


/* 1.1.61 public floor-plan theme refinement
   Color-only update: replace amber/yellow active treatments with Wasatch green. */
.wasatch-booth-map__exhibitor:hover,
.wasatch-booth-map__exhibitor:focus,
.wasatch-booth-map__exhibitor.is-previewed{
  background:#eaf6ec;
  border-color:#4f9a5f;
  box-shadow:0 2px 9px rgba(31,111,55,.18);
}

.wasatch-booth-map__exhibitor.is-selected{
  background:#d7eddb;
  border-color:#2f7d45;
  box-shadow:0 2px 10px rgba(31,111,55,.22);
}

.wasatch-booth-map__exhibitor.is-previewed .wasatch-booth-map__exhibitor-booths,
.wasatch-booth-map__exhibitor.is-selected .wasatch-booth-map__exhibitor-booths{
  color:#235f35;
}

.wasatch-booth-map__booth.is-highlighted.is-occupied,
.wasatch-booth-map__booth.is-secondary-highlight.is-occupied{
  fill:rgba(76,175,80,.82);
}

.wasatch-booth-map__group-outline{
  stroke:#1f7a3b;
  stroke-width:10;
  filter:drop-shadow(0 0 9px rgba(31,122,59,.55));
}

.wasatch-booth-map__callout{
  border-color:#2f7d45;
  background:#f0f8f2;
  box-shadow:0 4px 14px rgba(31,111,55,.18);
}

.wasatch-booth-map__callout-booth{
  color:#235f35;
}
