/* ANB Enterprise ERP v.617 - header/action stability and no-jitter controls */
#content .page-title-row{align-items:flex-start}
#content .page-title-row .actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px 12px;min-height:50px;contain:layout style}
#content .page-title-row .actions>button,
#content .page-title-row .actions>a{white-space:nowrap;flex:0 0 auto;min-height:50px;display:inline-flex;align-items:center;justify-content:center;transform:none!important;animation:none!important;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important}
#content .page-title-row .actions[data-stable-layout-v617="project"],
#content .page-title-row .actions[data-stable-layout-v617="tower"],
#content .page-title-row .actions[data-stable-layout-v617="unit"]{row-gap:14px}
#content .page-title-row .actions[data-stable-layout-v617="project"] .stable-back-v617,
#content .page-title-row .actions[data-stable-layout-v617="tower"] .stable-back-v617,
#content .page-title-row .actions[data-stable-layout-v617="unit"] .stable-back-v617{background:#fff!important;color:#173b67!important;border-color:#d8e0ea!important;font-weight:700!important}
#content .page-title-row .actions .stable-print-v617{background:#fff!important;color:#173b67!important;border-color:#d8e0ea!important;font-weight:700!important}
#content .page-title-row .actions .stable-action-v617{box-shadow:none!important}
#content .page-title-row .actions .universal-back-v522[data-stability-hidden-v618="1"]{display:none!important}
#content .page-title-row .actions .project-status-v434,
#content .page-title-row .actions .project-status-v521,
#content .page-title-row .actions .tower-status-v434,
#content .page-title-row .actions .tower-status-v521{display:none!important}
#content .row-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
#content .row-actions .btn{white-space:nowrap;transform:none!important;animation:none!important}
@media (max-width:1080px){
  #content .page-title-row .actions{justify-content:flex-start}
}
@media (max-width:760px){
  #content .page-title-row .actions{width:100%}
  #content .page-title-row .actions>button,
  #content .page-title-row .actions>a{flex:1 1 calc(50% - 12px)}
}
@media (max-width:520px){
  #content .page-title-row .actions>button,
  #content .page-title-row .actions>a{flex:1 1 100%}
}
