/* Keep the guide map's visible crowns and hit areas aligned at every width. */
#pc-map-aurora .ai-aurora-tooth{
  width:calc(var(--w) * var(--dc-guide-scale,1))!important;
  height:calc(var(--h) * var(--dc-guide-scale,1))!important;
}
#pc-map-aurora .ai-aurora-tooth img{
  width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;
  object-fit:contain!important;pointer-events:none;
}
#pc-map-aurora .ai-aurora-tooth-num{pointer-events:none;bottom:-10px}
@media(max-width:640px){
  body.poradna-page .pc-system-grid{padding-left:10px!important;padding-right:10px!important}
  body.poradna-page #pc-map.pc-map-panel{padding-left:12px!important;padding-right:12px!important}
  body.poradna-page #pc-map-aurora{padding-left:6px!important;padding-right:6px!important}
  #pc-map-aurora .ai-aurora-tooth-num{font-size:9px;padding:1px 2px;bottom:-9px}
}
