/*!
 * Mobile-specific overrides for Doka Image Editor
 * Ensures Doka editor is responsive and properly sized on mobile devices
 */@media (max-width: 767px){.doka--root[data-style-layout-mode~=modal]{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;margin:0!important;padding:0!important;background:#000000f2!important;z-index:9999!important}.doka--root[data-style-layout-mode~=modal] .doka--editor{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;margin:0!important;border-radius:0!important;box-shadow:none!important}.doka--root[data-style-layout-mode~=modal] .doka--content{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important}.doka--root[data-style-layout-mode~=modal] .doka--utils{max-width:100%!important;overflow-x:auto!important}.doka--root[data-style-layout-mode~=modal] .doka--button{min-width:44px!important;min-height:44px!important;padding:8px!important}}@media (min-width: 768px) and (max-width: 1023px){.doka--root[data-style-layout-mode~=modal] .doka--editor{width:90vw!important;height:90vh!important;max-width:90vw!important;max-height:90vh!important}}@media (max-width: 375px){.doka--root[data-style-layout-mode~=modal]{padding-top:env(safe-area-inset-top,0)!important;padding-bottom:env(safe-area-inset-bottom,0)!important;padding-left:env(safe-area-inset-left,0)!important;padding-right:env(safe-area-inset-right,0)!important}.doka--root[data-style-layout-mode~=modal] .doka--editor{top:env(safe-area-inset-top,0)!important;bottom:env(safe-area-inset-bottom,0)!important;left:env(safe-area-inset-left,0)!important;right:env(safe-area-inset-right,0)!important;width:calc(100vw - env(safe-area-inset-left,0) - env(safe-area-inset-right,0))!important;height:calc(100vh - env(safe-area-inset-top,0) - env(safe-area-inset-bottom,0))!important}}@media (max-width: 767px) and (orientation: landscape){.doka--root[data-style-layout-mode~=modal] .doka--editor{height:100vh!important;max-height:100vh!important}}
