/* Tax map embed: diseñado para iframe ~960×540 */
html.tax-map-embed,
body.tax-map-embed {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.tax-map-embed .embed-shell {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.tax-map-embed .embed-sidebar {
  width: 28%;
  min-width: 180px;
  max-width: 260px;
  flex-shrink: 0;
}

.tax-map-embed .embed-map-area {
  flex: 1;
  min-width: 0;
  min-height: 0;
}

.tax-map-embed .embed-map-header {
  pointer-events: none;
}

.tax-map-embed .embed-map-header a,
.tax-map-embed .embed-map-header select,
.tax-map-embed .embed-map-header .lang-switcher,
.tax-map-embed .embed-map-header .embed-view-complete-btn {
  pointer-events: auto;
}

.tax-map-embed .embed-view-complete-btn {
  max-width: none;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tax-map-embed #map-tap-overlay {
  display: none;
}

/* Modal embed (página principal) */
.embed-modal-backdrop {
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(6px);
}

.embed-modal-panel {
  max-height: min(92vh, 780px);
}
