/* Viewer 3D (quando usado) */
.dks3d-wrap{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  line-height:0;
}
.dks3d-canvas{ width:100%; height:100%; }
.dks3d-fallback{ display:none; }
.dks3d-sr-only{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }

/* WebAR */
.dks3d-webar{
  position:relative;
  display:block;
  width:100%;
  margin:0;
  line-height:0;
}
model-viewer{
  display:block;
  width:100%;
  height:100%;
  background:transparent;
}

/* Botão padrão de AR (slot="ar-button") */
.dks3d-btn{
  -webkit-appearance:none;
  appearance:none;
  border:0;
  border-radius:10px;
  padding:8px 12px;
  background:#111827;
  color:#fff;
  font:500 13px/1.2 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  cursor:pointer;
}
.dks3d-btn-ar{}

/* Aviso para desktop */
.dks3d-ar-note{
  margin-top:8px;
  font:500 13px/1.35 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  color:#6b7280;
}

/* Compat: wrappers do editor/tema que metem espaço extra */
.wp-block-shortcode p { margin:0; }
.tab-content > .tab-pane,
[role="tabpanel"]{ min-height:0; height:auto; padding-top:0; }
#shortcode, #shortcode.mb-5{ min-height:0; height:auto; padding-top:0; }
