.boldest-maps-embed {
  box-sizing: border-box;
  width: 100%;
}

.boldest-maps-embed #bwBtnGroup {
  display: none !important;
}

.boldest-maps-embed--fullheight {
  height: 85vh;
}

.boldest-maps-embed--ratio {
  position: relative;
  aspect-ratio: 16 / 9;
  height: auto;
}

@media (max-width: 781px) {
  .boldest-maps-embed--ratio {
    aspect-ratio: auto;
    height: 90vh;
    max-height: 850px;
  }
}

.boldest-maps-embed--ratio #bWidgetMap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.boldest-maps-embed--fullheight #bWidgetMap {
  width: 100%;
  height: 100%;
}

.boldest-maps-embed--rounded {
  border-radius: 12px;
  overflow: hidden;
}

.boldest-maps-embed--empty,
.boldest-maps-embed--missing {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  margin: 0;
  padding: 1.5rem;
  border: 1px solid #2271b1;
  background: #fff;
  color: #1e1e1e;
  text-align: center;
}

.boldest-maps-embed--selected {
  position: relative;
  min-height: 320px;
  margin: 0;
  background-color: #dce3e8;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid var(--wp-admin-theme-color, #2271b1);
}

.boldest-maps-embed__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.boldest-maps-embed__overlay-title {
  margin: 0;
  color: #1e1e1e;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.boldest-maps-embed__overlay-subtitle {
  margin: 0;
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  opacity: 0.85;
}
