.office-door-location {
  margin-bottom: 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.office-door-location a {
  display: inline-block;
  padding-block: 0.35rem;
}

.contact-street-view h2 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.street-view {
  width: 100%;
  margin-top: 1rem;
  border: 1px solid var(--line);
  background: var(--surface-muted);
}

.street-view__prompt {
  display: flex;
  min-height: 260px;
  padding: 1.15rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}

.street-view__prompt p {
  max-width: 32ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.street-view__prompt .button {
  white-space: normal;
}

.street-view__frame iframe {
  display: block;
  width: 100%;
  height: clamp(280px, 30vw, 380px);
  border: 0;
}

.street-view__link {
  margin: 0.9rem 0 0;
}

.street-view [hidden] {
  display: none !important;
}
