/**
 * Overlay detalle material (configurador visitante) — variante O3 acotada.
 * Reutiliza clases de configurator-overlay + marketplace-project-overlay.
 */
body.vh-material-overlay-scroll-lock {
  overflow: hidden;
}

.vh-material-detail-overlay .vhivhe-configurator-overlay__toolbar {
  justify-content: flex-end;
}

.vh-material-detail-overlay__toolbar-link {
  color: #f8fafc;
  font-size: 0.875rem;
  text-decoration: underline;
  margin-right: 0.5rem;
}

.vh-material-detail-overlay__toolbar-link:hover {
  color: #fff;
}

.vh-material-detail-overlay__fallback {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  background: #fff;
  text-align: center;
}

.vh-material-detail-overlay__fallback-text {
  margin: 0;
  max-width: 28rem;
  color: #334155;
  font-size: 0.95rem;
}

.vh-material-detail-overlay__external-link {
  color: #0f172a;
  font-weight: 600;
  text-decoration: underline;
}
