/* v40R26: 전략세트 작성 OFF는 탭을 숨기지 않고 동일 위치에서 비활성화한다. */
html[data-auth-role="branchStaff"][data-strategy-manage-permission="off"] .tab[data-tab="strategySets"]{
  display:inline-flex!important;
  opacity:.46!important;
  filter:grayscale(.72)!important;
  cursor:not-allowed!important;
  color:#8f8881!important;
  background:#f3f0eb!important;
  border-bottom-color:transparent!important;
  box-shadow:none!important;
}
html[data-auth-role="branchStaff"][data-strategy-manage-permission="off"] .tab[data-tab="strategySets"]:hover{
  color:#8f8881!important;
  background:#f3f0eb!important;
}
