/* Find Your Studio — popup + toggle overrides */

.studio-location__left.slide-out,
.studio-location__right.slide-out {
  transform: translateY(100%) scale(0.1);
  opacity: 0;
  position: absolute;
}
.studio-location__left.slide-in,
.studio-location__right.slide-in {
  display: block;
  transform: translateY(0) scale(1);
  opacity: 1;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: var(--subtle-layer);
  color: var(--base);
}
.leaflet-popup-content-wrapper { border-radius: 12px; }
.leaflet-popup-content-wrapper > *:first-child { margin-bottom: var(--space-m); }
.leaflet-popup-content-wrapper > *:last-child  { margin-top: var(--space-m); }
.leaflet-popup-content-wrapper p { font-size: var(--text-s); }
.leaflet-popup-content-wrapper .btn--action { font-family: "Tenor Sans", sans-serif; }

.studio-popup__contact-details { display: flex; flex-direction: column; }