.map-viewport {
  --floor-strip-height: 4.75rem;
}

/* Reserve space above the map so the floor label never covers a route. */
#floor-map {
  top: var(--floor-strip-height);
  height: calc(100% - var(--floor-strip-height));
}

.map-floor-indicator {
  position: absolute;
  inset: 0 0 auto;
  height: var(--floor-strip-height);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background: #fff;
  border-bottom: 1px solid #e4ece8;
  pointer-events: none;
}

.map-floor-indicator span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #526c60;
}

.map-floor-indicator strong {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 800;
  color: #09694d;
  font-variant-numeric: tabular-nums;
}

#load-error {
  position: relative;
  margin-top: var(--floor-strip-height);
}

.experience-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  color: white;
  background: #09694d;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
