@charset "UTF-8";
/* Wildcat Studio Map — [wildcat_studio_map]
   Source file. Compile: sass studio-map.scss studio-map.css */
/* ---------- Tokens ---------- */
/* Shared easing for all interactive transitions. */
/* ---------- Mixins ---------- */
/* Condensed display type — the one recurring typographic voice. */
/* Strip native button chrome. */
/* Hard-reset against theme button styles (backgrounds, borders, shadows,
   also on :hover) that would otherwise bleed into our buttons. */
/* ---------- Keyframes ---------- */
@keyframes wsm-pulse {
  0% {
    transform: scale(0.5);
    opacity: 0.6;
  }
  70% {
    opacity: 0;
  }
  100% {
    transform: scale(2.6);
    opacity: 0;
  }
}
@keyframes wsm-hint-bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}
@keyframes wsm-fade {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* ---------- Root ---------- */
.wsm {
  display: flex;
  width: 100%;
  max-width: unset;
  height: 100vh;
  min-height: 420px;
  overflow: hidden;
  background: #000;
  color: #fff;
  font-family: Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.wsm *, .wsm *::before, .wsm *::after {
  box-sizing: border-box;
}
.wsm {
  /* Several hideable elements are display:flex — make hidden win anyway. */
}
.wsm [hidden] {
  display: none !important;
}
.wsm {
  /* Single visible focus treatment; mouse/touch focus stays quiet. */
}
.wsm button:focus,
.wsm a:focus,
.wsm input:focus {
  outline: none;
}
.wsm button:focus-visible,
.wsm a:focus-visible,
.wsm input:focus-visible {
  outline: 2px solid #EC417A;
  outline-offset: 2px;
}

/* ---------- Sidebar ---------- */
.wsm-sidebar {
  width: 384px;
  min-width: 384px;
  height: 100%;
  background: #0b0b0c;
  border-right: 1px solid #1b1b1e;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.wsm-accent {
  height: 4px;
  background: #EC417A;
  width: 100%;
  flex: none;
}

.wsm-sidebar-close {
  appearance: none;
  border: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  display: none;
  color: #9a9aa0;
  font-size: 22px;
  line-height: 1;
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.wsm-head {
  padding: 30px 30px 22px;
}

.wsm-logo {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 38px;
  letter-spacing: 0.01em;
  line-height: 0.8;
  color: #fff;
}
.wsm-logo span {
  color: #EC417A;
}

.wsm-tagline {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.42em;
  color: #6b6b70;
  margin-top: 7px;
}

.wsm-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 31px;
  text-transform: uppercase;
  line-height: 0.96;
  color: #fff;
  margin-top: 22px;
}

.wsm-quote {
  font-family: Lato, sans-serif;
  font-style: italic;
  font-size: 13.5px;
  color: #EC417A;
  margin-top: 11px;
}

.wsm-stats {
  display: flex;
  gap: 9px;
  margin-top: 18px;
}

.wsm-stat {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  border: 1px solid #2a2a2e;
  border-radius: 3px;
  padding: 7px 12px 6px;
  color: #fff;
}
.wsm-stat span {
  color: #7d7d82;
}

/* ---------- Search ---------- */
.wsm-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 30px 6px;
  padding: 0 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  flex: none;
}
.wsm-search:focus-within {
  background: rgba(255, 255, 255, 0.09);
}

.wsm-search-icon {
  color: #6b6b70;
  flex: none;
}

.wsm-search-input {
  appearance: none;
  border: 0 !important;
  box-shadow: none !important;
  background: none;
  width: 100%;
  min-height: 44px;
  padding: 11px 0 10px;
  font-family: Lato, sans-serif;
  font-size: 13.5px;
  color: #fff;
  /* The wrapper's :focus-within border is the focus indicator here. */
}
.wsm-search-input:focus-visible {
  outline: none;
}
.wsm-search-input::placeholder {
  color: #6b6b70;
}
.wsm-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* ---------- Studio list ---------- */
.wsm-list {
  flex: 1;
  overflow-y: auto;
  padding: 4px 18px 20px;
  scrollbar-width: thin;
  scrollbar-color: #2b2b2f transparent;
}
.wsm-list::-webkit-scrollbar {
  width: 7px;
}
.wsm-list::-webkit-scrollbar-track {
  background: transparent;
}
.wsm-list::-webkit-scrollbar-thumb {
  background: #2b2b2f;
  border-radius: 4px;
}

.wsm-group {
  margin-bottom: 14px;
}

.wsm-group-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 12px 8px;
}

.wsm-group-label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #5f5f64;
}

.wsm-group-line {
  flex: 1;
  height: 1px;
  background: #1a1a1d;
}

.wsm-group-count {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #EC417A;
}

/* List entries are <button> elements — theme-proof so theme button styles
   cannot bleed in. */
.wsm-item, .wsm-item:hover, .wsm-item:focus, .wsm-item:active {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.wsm-item {
  appearance: none;
  margin: 0;
  width: 100%;
  text-align: left;
  font: inherit;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 11px 12px;
  min-height: 44px;
  border-radius: 5px;
  cursor: pointer;
}
.wsm-item.is-active .wsm-item-bar {
  background: #EC417A;
}
.wsm-item.is-active .wsm-item-dot {
  background: #EC417A;
  box-shadow: 0 0 9px rgba(236, 65, 122, 0.9);
  transform: scale(1.25);
}
.wsm-item.is-active .wsm-item-city {
  color: #EC417A;
}

.wsm-item-bar {
  display: block;
  width: 3px;
  align-self: stretch;
  border-radius: 2px;
  background: transparent;
  flex: none;
  transition: background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.wsm-item-dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #5a5a60;
  flex: none;
  transition: background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.wsm-item-body {
  display: block;
  flex: 1;
  min-width: 0;
}

.wsm-item-city {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  color: #fff;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.wsm-item-street {
  display: block;
  font-family: Lato, sans-serif;
  font-size: 12px;
  color: #75757a;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wsm-item-hq {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  display: block;
  color: #EC417A;
  border: 1px solid #EC417A;
  border-radius: 3px;
  padding: 3px 6px 2px;
  flex: none;
}

.wsm-noresults {
  padding: 26px 12px;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 13.5px;
  color: #6b6b70;
}

.wsm-foot {
  padding: 16px 30px;
  border-top: 1px solid #1b1b1e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wsm-hashtag {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #EC417A;
}

.wsm-domain {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #5f5f64;
}

/* ---------- Map area ---------- */
.wsm-main {
  flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #050505;
}

.wsm-map {
  position: absolute;
  inset: 0;
}
.wsm-map .gm-style {
  font-family: Lato, sans-serif;
}

.wsm-viewswitch {
  position: absolute;
  top: 26px;
  left: 28px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(8, 8, 9, 0.72);
  backdrop-filter: blur(6px);
  z-index: 4;
}

.wsm-view {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 10px 20px 9px;
  min-height: 44px;
  cursor: pointer;
  color: #76767c;
  background: transparent;
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.wsm-view:hover, .wsm-view:focus, .wsm-view:active {
  background: transparent;
  color: #76767c;
  box-shadow: none;
}
.wsm-view:focus-visible {
  outline-offset: -2px;
}
.wsm-view.is-active, .wsm-view.is-active:hover, .wsm-view.is-active:focus, .wsm-view.is-active:active {
  color: #fff;
  background: #EC417A;
}

.wsm-claim {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.24em;
  position: absolute;
  top: 30px;
  right: 32px;
  color: #55555c;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  z-index: 4;
  pointer-events: none;
}

.wsm-mobilebar {
  display: none;
  position: absolute;
  top: 20px;
  right: 16px;
  gap: 8px;
  z-index: 4;
}

.wsm-mbtn {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: rgba(8, 8, 9, 0.72);
  backdrop-filter: blur(6px);
  color: #fff;
  min-height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
.wsm-mbtn svg {
  display: block;
  width: 18px;
  height: 18px;
  max-width: none;
  flex: none;
}

.wsm-nokey,
.wsm-maperror {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #75757a;
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  z-index: 3;
}

/* ---------- Markers (HTML overlays, <button> elements) ---------- */
.wsm-marker, .wsm-marker:hover, .wsm-marker:focus, .wsm-marker:active {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.wsm-marker {
  appearance: none;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  /* JS positions via inline transform (translate(-50%,-50%) + pixel offset). */
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
  transition: opacity 0.2s ease;
}
.wsm-marker.is-selected {
  z-index: 3;
}
.wsm-marker.is-selected .wsm-marker-dot {
  width: 32px;
  height: 32px;
  border-width: 3.4px;
}
.wsm-marker.is-selected .wsm-marker-label {
  background: #EC417A;
  border-color: #EC417A;
}

/* Marker visibility during the zoom animation (class toggled from JS on
   zoom_changed/idle). 1 = always fully visible; lower it (e.g. .3, or 0 to
   hide) to mask the marker lurch the raster zoom animation causes. */
.wsm.is-zooming .wsm-marker {
  opacity: 1;
}

.wsm-marker-dot {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #EC417A;
  border: 2.2px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1), height 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.wsm-marker-ring {
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 2.4px solid #EC417A;
  animation: wsm-pulse 2.7s ease-out infinite;
  pointer-events: none;
}

.wsm-marker-label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin: 0 auto 7px;
  width: max-content;
  max-width: 200px;
  color: #fff;
  background: rgba(8, 8, 9, 0.85);
  border: 1.4px solid #33333a;
  border-radius: 4px;
  padding: 5px 11px 4px;
  text-align: center;
  transition: background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.wsm-marker--cluster .wsm-marker-dot {
  width: 46px;
  height: 46px;
  border-width: 0;
  font-size: 24px;
}
.wsm-marker--cluster .wsm-marker-label {
  margin: 7px auto 0;
}

/* ---------- Detail card ---------- */
.wsm-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: 312px;
  max-width: calc(100% - 56px);
  max-height: calc(100% - 56px);
  overflow-y: auto;
  background: #0b0b0c;
  border: 1px solid #232327;
  border-top: 3px solid #EC417A;
  border-radius: 6px;
  padding: 15px 17px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.6);
  animation: wsm-fade 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 6;
}

/* Full-bleed studio photo at the top of the card (optional per studio). */
.wsm-card-media {
  margin: -15px -17px 14px;
  overflow: hidden;
  border-bottom: 1px solid #232327;
}

.wsm-card-img {
  display: block;
  width: 100%;
  height: 150px;
  max-width: none;
  object-fit: cover;
}

.wsm-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
}

.wsm-card-country {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC417A;
  padding-top: 6px;
}

.wsm-card-close {
  appearance: none;
  border: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  color: #5e5e63;
  font-size: 17px;
  line-height: 1;
  min-width: 40px;
  min-height: 40px;
  padding: 8px;
  margin: -8px -12px 0 0;
}

.wsm-card-city {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 29px;
  text-transform: uppercase;
  line-height: 0.92;
  color: #fff;
}

.wsm-card-name {
  font-family: Lato, sans-serif;
  font-size: 13px;
  color: #83838a;
  margin-top: 3px;
}

.wsm-card-sep {
  height: 1px;
  background: #1c1c1f;
  margin: 12px 0 11px;
}

.wsm-card-addr {
  display: flex;
  gap: 11px;
  margin-bottom: 10px;
}

.wsm-card-addr-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #EC417A;
  margin-top: 6px;
  flex: none;
}

.wsm-card-addr-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #d8d8db;
  overflow-wrap: break-word;
  min-width: 0;
}
.wsm-card-addr-text .wsm-zip {
  color: #9a9aa0;
}
.wsm-card-addr-text .wsm-note {
  color: #6f6f75;
  font-size: 12.5px;
}

.wsm-card-hours {
  margin-bottom: 11px;
}

.wsm-card-hours-label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f6f75;
  margin-bottom: 7px;
}

.wsm-card-hours-rows {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wsm-card-hours-row {
  display: flex;
  justify-content: space-between;
  font-family: Lato, sans-serif;
  font-size: 13px;
  color: #d8d8db;
}
.wsm-card-hours-row span:first-child {
  color: #9a9aa0;
}

.wsm-card-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 13px;
}
.wsm-card-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 2px 0;
  text-decoration: none;
  color: #d8d8db;
  font-family: Lato, sans-serif;
  font-size: 13.5px;
  overflow-wrap: anywhere;
}
.wsm-card-links a span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #6f6f75;
  width: 46px;
  flex: none;
}

/* Phone-only scroll cue (see mobile block); desktop never shows it. */
.wsm-card-scrollhint {
  display: none;
}

.wsm-card-route {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  background: #EC417A;
  color: #fff;
  padding: 12px 10px;
  min-height: 44px;
  border-radius: 4px;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.wsm-card-route:hover {
  background: #d8356c;
  color: #fff;
}

/* ---------- Mobile ---------- */
@media (max-width: 900px) {
  .wsm {
    height: 100dvh;
  }
  /* Sidebar becomes a fullscreen overlay, hidden until opened. */
  .wsm-sidebar {
    position: absolute;
    inset: 0;
    width: 100%;
    min-width: 0;
    z-index: 8;
    border-right: 0;
    transform: translateX(-102%);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.32s;
    visibility: hidden;
  }
  .wsm.is-panel-open .wsm-sidebar {
    transform: none;
    visibility: visible;
  }
  .wsm-sidebar-close {
    display: block;
  }
  .wsm-head {
    padding: 22px 24px 14px;
  }
  .wsm-title {
    font-size: 26px;
    margin-top: 14px;
  }
  .wsm-search {
    margin: 0 24px 6px;
  }
  .wsm-main {
    width: 100%;
  }
  .wsm-claim {
    display: none;
  }
  .wsm-mobilebar {
    display: flex;
  }
  .wsm-viewswitch {
    top: 20px;
    left: 16px;
  }
  /* Phone card: capped at half the screen and scrollable. The studio photo
     moves below the info (flex order) — text first, image after. */
  .wsm-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: none;
    max-height: 50%;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .wsm-card > * {
    flex: none;
  }
  /* Country + close stay pinned while the card content scrolls beneath —
     the ✕ is always in the top right corner. */
  .wsm-card-top {
    position: sticky;
    top: 0;
    z-index: 2;
    margin: 0 -17px;
    padding: 12px 17px 6px;
    background: linear-gradient(180deg, #0b0b0c 72%, rgba(11, 11, 12, 0));
  }
  .wsm-card-media {
    order: 10;
    position: relative;
    margin: 14px -17px -15px;
    border-bottom: 0;
    border-top: 1px solid #232327;
    /* Blend the photo into the dark card above it. */
  }
  .wsm-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 11, 12, 0.55), rgba(11, 11, 12, 0) 45%);
    pointer-events: none;
  }
  .wsm-card-img {
    height: 170px;
  }
  /* Scroll cue: floats on a fade at the card's bottom edge (sticky), only
     while the card overflows (has-scroll) and wasn't scrolled yet. */
  .wsm-card.has-scroll .wsm-card-scrollhint {
    display: flex;
  }
  .wsm-card-scrollhint {
    order: 20;
    position: sticky;
    bottom: 0;
    justify-content: center;
    align-items: flex-end;
    margin: 0 -17px;
    padding: 30px 0 10px;
    background: linear-gradient(0deg, #0b0b0c 30%, rgba(11, 11, 12, 0));
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .wsm-card.is-scrolled .wsm-card-scrollhint {
    opacity: 0;
  }
  .wsm-card-scrollhint-pill {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #EC417A;
    animation: wsm-hint-bob 1.8s ease-in-out infinite;
  }
  .wsm-card-scrollhint-pill svg {
    display: block;
    max-width: none;
  }
}
/* Very narrow screens (~320px): keep view switch and Studios button from
   overlapping in the top bar. */
@media (max-width: 380px) {
  .wsm-viewswitch {
    left: 10px;
    top: 14px;
  }
  .wsm-view {
    padding: 10px 12px 9px;
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  .wsm-mobilebar {
    right: 10px;
    top: 14px;
  }
  .wsm-mbtn {
    padding: 0 12px;
  }
}
/* ---------- Animations off ----------
   Applies for prefers-reduced-motion AND for the per-device ANIMATE config in
   studio-map.js (which sets .wsm-no-anim on the root). */
@media (prefers-reduced-motion: reduce) {
  .wsm-marker-ring {
    animation: none;
    display: none;
  }
  .wsm-card-scrollhint-pill {
    animation: none;
  }
  .wsm-sidebar,
  .wsm-card-scrollhint,
  .wsm-item-bar,
  .wsm-item-dot,
  .wsm-item-city,
  .wsm-view,
  .wsm-marker,
  .wsm-marker-dot,
  .wsm-marker-label,
  .wsm-card,
  .wsm-card-route {
    transition: none;
  }
  .wsm-card {
    animation: none;
  }
}
.wsm.wsm-no-anim .wsm-marker-ring {
  animation: none;
  display: none;
}
.wsm.wsm-no-anim .wsm-card-scrollhint-pill {
  animation: none;
}
.wsm.wsm-no-anim .wsm-sidebar,
.wsm.wsm-no-anim .wsm-card-scrollhint,
.wsm.wsm-no-anim .wsm-item-bar,
.wsm.wsm-no-anim .wsm-item-dot,
.wsm.wsm-no-anim .wsm-item-city,
.wsm.wsm-no-anim .wsm-view,
.wsm.wsm-no-anim .wsm-marker,
.wsm.wsm-no-anim .wsm-marker-dot,
.wsm.wsm-no-anim .wsm-marker-label,
.wsm.wsm-no-anim .wsm-card,
.wsm.wsm-no-anim .wsm-card-route {
  transition: none;
}
.wsm.wsm-no-anim .wsm-card {
  animation: none;
}
.wsm.wsm-no-anim .wsm-item-dot {
  transform: none;
}

/*# sourceMappingURL=studio-map.css.map */
