/* Only the normal-anatomy workspace is visible in the NDX embed. */
html[data-embed="anatomy"],html[data-embed="anatomy"] body{height:100%;margin:0;overflow:hidden}
html[data-embed="anatomy"] .header,html[data-embed="anatomy"] main>:not(.workspace),html[data-embed="anatomy"] .study-panel,html[data-embed="anatomy"] .mode-switch,html[data-embed="anatomy"] .layer-controls,html[data-embed="anatomy"] .viewer-bottom,html[data-embed="anatomy"] #movie-button,html[data-embed="anatomy"] #movie-panel,html[data-embed="anatomy"] .anatomy-note{display:none!important}
html[data-embed="anatomy"] main{height:100%;max-width:none;margin:0;padding:0}
html[data-embed="anatomy"] .workspace{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr);height:100%;min-height:0;border:0;border-radius:0;box-shadow:none;align-items:stretch}
html[data-embed="anatomy"] .viewer{height:100%;min-height:0}
html[data-embed="anatomy"] .anatomy-panel{height:100%;min-height:0;overflow:auto;overscroll-behavior:contain}
html[data-embed="anatomy"] #anatomy-list{max-height:none;min-height:180px}
html[data-embed="anatomy"] #normal-layers{bottom:16px}
@media(max-width:640px){html[data-embed="anatomy"] .workspace{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(420px,60%) minmax(0,1fr)}html[data-embed="anatomy"] .anatomy-panel{padding:22px 20px}html[data-embed="anatomy"] #anatomy-list{flex:none;min-height:210px}}
