.bh-find-us {
  display: flex;
  gap: 64px;
  align-items: flex-start;
  width: 100%;
}

/* --- Map ------------------------------------------------------------ */
.bh-find-us .bh-find-us__map {
  border-radius: 4px;
  flex: 1;
  min-height: 424px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.bh-find-us .bh-find-us__iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: inherit;
  width: 100%;
}

/* --- Info column ----------------------------------------------------- */
.bh-find-us .bh-find-us__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  width: 380px;
}

.bh-find-us .bh-find-us__heading {
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 45px;
  margin: 0 0 32px;
}

.bh-find-us .bh-find-us__rows {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 36px;
}

.bh-find-us .bh-find-us__row {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}

.bh-find-us .bh-find-us__row-icon {
  align-items: center;
  background-color: #fffbeb;
  border-radius: 4px;
  color: #f0af24;
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  margin-top: 2px;
  width: 40px;
}
.bh-find-us .bh-find-us__row-icon i { font-size: inherit; }
.bh-find-us .bh-find-us__row-icon svg { fill: currentColor; width: 16px; height: 16px; }

.bh-find-us .bh-find-us__row-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.bh-find-us .bh-find-us__row-label {
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.bh-find-us .bh-find-us__row-detail {
  color: #444;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.25px;
  margin-top: 4px;
}

.bh-find-us .bh-find-us__row-highlight {
  color: #c08c1c;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 4px;
}

/* --- CTA ------------------------------------------------------------- */
.bh-find-us .bh-find-us__cta {
  align-items: center;
  align-self: flex-start;
  background-color: #f0af24;
  border-radius: 2px;
  color: #000;
  display: inline-flex;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  height: 48px;
  justify-content: center;
  line-height: 20px;
  padding: 0 28px;
  text-decoration: none;
  transition: background-color 200ms ease;
  white-space: nowrap;
}
.bh-find-us .bh-find-us__cta:hover { background-color: #c08c1c; color: #000; }

.bh-find-us .bh-find-us__cta-icon { display: inline-flex; font-size: 14px; line-height: 1; }
.bh-find-us .bh-find-us__cta-icon i { font-size: inherit; }
.bh-find-us .bh-find-us__cta-icon svg { fill: currentColor; width: 14px; height: 14px; }

/* --- Responsive ------------------------------------------------------ */
@media (max-width: 768px) {
  .bh-find-us {
    flex-direction: column;
    gap: 40px;
  }
  .bh-find-us .bh-find-us__info {
    width: 100%;
  }
  .bh-find-us .bh-find-us__heading {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bh-find-us .bh-find-us__map-btn,
  .bh-find-us .bh-find-us__cta { transition: none; }
}
