/* Prime Store v370 - final mobile treatment for TAX FREE document actions.
   The generated document remains a canonical A4 PDF; this layer only keeps the workspace usable on phones. */
@media (max-width: 720px) {
  body[data-route="admin_taxfree_view"] {
    padding-bottom:calc(96px + env(safe-area-inset-bottom, 0px))!important;
  }
  body[data-route="admin_taxfree_view"] .taxfree-page-actions-v3341 {
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:8px!important;
    width:100%!important;
    max-width:none!important;
    align-items:stretch!important;
  }
  body[data-route="admin_taxfree_view"] .taxfree-page-actions-v3341 > .btn {
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    padding:10px 12px!important;
    justify-content:center!important;
    white-space:normal!important;
    text-align:center!important;
    touch-action:manipulation;
  }
  body[data-route="admin_taxfree_view"] .taxfree-page-actions-v3341 > .btn:first-child {
    grid-column:1 / -1!important;
    order:3!important;
  }
  body[data-route="admin_taxfree_view"] .taxfree-page-actions-v3341 > .btn.btn-red {
    order:1!important;
  }
  body[data-route="admin_taxfree_view"] .taxfree-page-actions-v3341 > .btn[target="_blank"] {
    order:2!important;
  }
  body[data-route="admin_taxfree_view"] :where(.taxfree-doc-actions-v83,.taxfree-puesc-actions-v129) {
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
  }
  body[data-route="admin_taxfree_view"] :where(.taxfree-doc-actions-v83,.taxfree-puesc-actions-v129) > :where(a,button,.btn) {
    min-width:0!important;
    width:100%!important;
    min-height:46px!important;
    padding:10px 12px!important;
    white-space:normal!important;
    justify-content:center!important;
    text-align:center!important;
    touch-action:manipulation;
  }
  body[data-route="admin_taxfree_view"] :where(.taxfree-doc-card,.taxfree-workspace-card,.taxfree-panel) {
    max-width:100%!important;
    min-width:0!important;
  }
}
@media (max-width: 430px) {
  body[data-route="admin_taxfree_view"] .taxfree-page-actions-v3341,
  body[data-route="admin_taxfree_view"] :where(.taxfree-doc-actions-v83,.taxfree-puesc-actions-v129) {
    grid-template-columns:1fr!important;
  }
  body[data-route="admin_taxfree_view"] .taxfree-page-actions-v3341 > .btn:first-child {
    grid-column:auto!important;
  }
}
