/* Shared selected-state standard for navigation inside every workspace. */
@media screen {
  .page-content :is(.entry-tabs, .control-tabs, .workflow-tabs) > :is(button, a),
  .organization-workspace > .entry-tabs > :is(button, a) {
    background: #ffffff !important;
    border-color: #d5dfdc !important;
    color: #52605c !important;
  }

  .page-content :is(.entry-tabs, .control-tabs, .workflow-tabs) > :is(button, a):not(.active):not([aria-selected="true"]):hover,
  .organization-workspace > .entry-tabs > :is(button, a):not(.active):not([aria-selected="true"]):hover {
    background: #f3f7f5 !important;
    border-color: #9fb7ae !important;
    color: #173f34 !important;
  }

  .page-content :is(.entry-tabs, .control-tabs, .workflow-tabs) > :is(button, a).active,
  .page-content :is(.entry-tabs, .control-tabs, .workflow-tabs) > :is(button, a)[aria-selected="true"],
  .page-content :is(.entry-tabs, .control-tabs, .workflow-tabs) > :is(button, a)[aria-current="page"],
  .organization-workspace > .entry-tabs > :is(button, a).active,
  .organization-workspace > .entry-tabs > :is(button, a)[aria-selected="true"],
  .organization-workspace > .entry-tabs > :is(button, a)[aria-current="page"] {
    background: #164e3b !important;
    border-color: #164e3b !important;
    color: #ffffff !important;
  }

  .page-content :is(.entry-tabs, .control-tabs, .workflow-tabs) > :is(button, a).active:hover,
  .page-content :is(.entry-tabs, .control-tabs, .workflow-tabs) > :is(button, a)[aria-selected="true"]:hover,
  .page-content :is(.entry-tabs, .control-tabs, .workflow-tabs) > :is(button, a)[aria-current="page"]:hover,
  .organization-workspace > .entry-tabs > :is(button, a).active:hover,
  .organization-workspace > .entry-tabs > :is(button, a)[aria-selected="true"]:hover,
  .organization-workspace > .entry-tabs > :is(button, a)[aria-current="page"]:hover {
    background: #103f30 !important;
    border-color: #103f30 !important;
    color: #ffffff !important;
  }
}
