/* v588U — Fees page purpose-table tone rebalance.
   Root cause: legacy global nth-child(3) fee-table styling and v502G emphasis made the
   'How it applies' column red and overly bold, even though it is explanatory helper copy.
   Fix: keep price emphasis on fee cells only, and return the purpose explanation to normal body tone. */

body.fees-page .fees-table-purpose-v480G td:nth-child(3),
body.fees-page .fees-table-purpose-v480G td[data-label="How it applies"]{
  color:#475569 !important;
  font-weight:500 !important;
  font-size:15px !important;
  line-height:1.62 !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
}

body.fees-page .fees-table-purpose-v480G td:nth-child(3) strong,
body.fees-page .fees-table-purpose-v480G td[data-label="How it applies"] strong{
  color:inherit !important;
  font-weight:600 !important;
}

@media (max-width: 980px){
  body.fees-page main .fees-table-purpose-v480G td[data-label="How it applies"]{
    color:#475569 !important;
    font-weight:500 !important;
    font-size:15px !important;
    line-height:1.62 !important;
  }
}
