/* V9.4 FIX1D: Pricing uses the shared blue active-nav state; Account remains the action pill. */
.tsl-compatible-header .tsl-header-pricing-link {
  color: var(--tsl-header-muted) !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.tsl-compatible-header .tsl-header-pricing-link:hover {
  color: var(--tsl-header-blue) !important;
}

.tsl-compatible-header .tsl-header-pricing-link[aria-current="page"] {
  color: var(--tsl-header-blue) !important;
  box-shadow: none;
}

@media (max-width: 980px) {
  .tsl-compatible-header .tsl-compatible-nav {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .tsl-compatible-header .tsl-compatible-nav > a:not(.tsl-header-pricing-link) {
    display: none !important;
  }

  .tsl-compatible-header .tsl-header-pricing-link {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 0 8px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 380px) {
  .tsl-compatible-header .tsl-header-pricing-link {
    padding: 0 4px !important;
    font-size: 12px !important;
  }
}
