/* PhotoBridge mobile shell v691 — print-only settings + full-bleed lab row + embedded guides.
   Mobile only. Keep the canonical identity/header geometry from v690; refine only the
   controls requested for the Print workspace. */
@media (max-width:820px){
  /* The settings gear is a Print-only mobile action. Store and all ordinary tabs omit it. */
  #photographerStoreRoleHeader .photographerMobileHeaderQuickActions>.mobileHeaderSettings,
  .photographerMain:not(.photographerPrintWorkspace)>.photographerHeaderRefined .photographerMobileHeaderQuickActions>.mobileHeaderSettings{
    display:none!important;
  }

  /* The selected/active lab strip under the shared header must touch both screen edges. */
  .photographerMain.photographerPrintWorkspace .photographerPrintModeHeader .photographerPrintTopLab{
    width:100vw!important;
    min-width:100vw!important;
    max-width:100vw!important;
    margin:0!important;
    justify-self:center!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  /* Print + Album are the two large actions. Guide buttons float INSIDE their visual cards
     (they remain sibling buttons in the DOM, so nested-button HTML is avoided). */
  .photographerMain.photographerPrintWorkspace .photographerPrintModeHeader .photographerPrintModeNav,
  .photographerMain.photographerPrintWorkspace .photographerPrintModeHeader .photographerPrintModeNav.pb569WorkflowGuideNavReady,
  body .photographerMain.photographerPrintWorkspace .photographerPrintModeHeader .photographerHeaderNav.photographerPrintModeNav,
  body .photographerMain.photographerPrintWorkspace .photographerPrintModeHeader .photographerHeaderNav.photographerPrintModeNav.pb569WorkflowGuideNavReady{
    position:relative!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-areas:"lab lab" "photo album"!important;
    grid-template-rows:44px 66px!important;
    gap:8px!important;
    padding:0 9px 10px!important;
    overflow:visible!important;
  }
  .photographerMain.photographerPrintWorkspace .photographerPrintModeHeader .photographerPrintModeNav:not(:has(.photographerPrintAlbumTab)){
    grid-template-areas:"lab lab" "photo photo"!important;
  }
  .photographerPrintWorkspace .photographerPrintModeNav>.rolePrimaryAction{
    height:66px!important;
    min-height:66px!important;
    max-height:66px!important;
    border-radius:13px!important;
    padding:0 12px 15px!important;
    font-size:13px!important;
  }
  .photographerPrintWorkspace .photographerPrintModeNav>.pb569WorkflowGuideButton{
    position:absolute!important;
    inset:auto!important;
    bottom:16px!important;
    z-index:12!important;
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    height:22px!important;
    min-height:22px!important;
    max-height:22px!important;
    margin:0!important;
    padding:0 6px!important;
    display:inline-flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
    border:1px solid rgba(49,94,251,.28)!important;
    border-radius:7px!important;
    background:rgba(255,255,255,.94)!important;
    color:#3157c8!important;
    box-shadow:0 1px 4px rgba(16,24,40,.10)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .photographerPrintWorkspace .photographerPrintModeNav>.pb569WorkflowGuideButton.print{left:15px!important;right:auto!important;}
  .photographerPrintWorkspace .photographerPrintModeNav>.pb569WorkflowGuideButton.album{right:15px!important;left:auto!important;}
  .photographerPrintWorkspace .pb569WorkflowGuideButton .pb569GuideArrow{display:none!important;}
  .photographerPrintWorkspace .pb569WorkflowGuideButton .pb569GuideLabel{
    display:block!important;
    margin:0!important;
    font-size:7.4px!important;
    font-weight:950!important;
    line-height:1!important;
    writing-mode:horizontal-tb!important;
  }

  /* Give the order-status chips breathing room below “چاپ عکس جدید”, while making the CTA
     slightly shorter than before. */
  .photographerPrintWorkspace>.photographerLabContextRail:not(.photographerCreateContextMode)>.photographerLabContextMain{
    row-gap:13px!important;
  }
  .photographerPrintWorkspace>.photographerLabContextRail:not(.photographerCreateContextMode) .photographerLabContextActions>.photographerContextAction.primary{
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
  }
}
