/* Pictag.ai production mobile composer position adjustment v1.6.101
   CSS ONLY. No composer/dedupe/Upscaler logic is changed.

   The restored production composer already has translateY(-20px).
   -70px therefore moves the SAME retained mobile composer exactly 50px higher.
*/
@media (max-width: 900px) {
  [data-pictag-canonical-mobile-composer-v1699="1"] {
    transform: translateY(-70px) !important;
  }
}
