/* Provider dashboards: source links are intentionally hidden from the UI.
   This applies to OpenRouter, Artificial Analysis, and LLM Stats headers only. */
#provider-dashboard .pd-head > a,
#openrouter-dashboard .pd-head > a {
  display: none !important;
}

/* Keep the header content aligned naturally after removing the CTA. */
#provider-dashboard .pd-head,
#openrouter-dashboard .pd-head {
  justify-content: flex-start !important;
}

#provider-dashboard .pd-head > div,
#openrouter-dashboard .pd-head > div {
  width: 100%;
}
