.map-stage,
.project-map-wrap {
  position: relative;
}
.stage11-map-error {
  position: absolute;
  z-index: 12;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px;
  text-align: center;
  background: linear-gradient(180deg, rgba(248,250,251,.98), rgba(231,238,241,.98));
  color: #17384a;
}
.stage11-map-error strong { font-size: 1.05rem; }
.stage11-map-error span { max-width: 620px; color: #566f7c; line-height: 1.5; }
.stage11-map-error button {
  border: 0;
  border-radius: 999px;
  padding: 10px 17px;
  background: #087a64;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.stage11-map-error button:hover,
.stage11-map-error button:focus-visible { background: #075f50; }
