/**
 * Neutralizes text-decoration: underline from legacy public/style.css (unchanged here).
 * Must load after style.css. Does not remove :focus-visible outlines elsewhere.
 */

.sidebar-quota__buy-link:hover,
.prompt-history-card__hit:hover .prompt-history-card__cta,
.credit-shortage-link,
.credit-shortage-link:hover,
.output-empty-nav__link:hover,
.kling-history-panel a:hover,
.kling-job a:hover,
.flow-nav-hint__link:hover,
.empty-state__anchor:hover,
.footer a:hover,
.ml-lp__nav a:hover,
.ml-lp__footer-links a:hover,
.ml-lp__links a:hover,
.ml-lp__cta-sub a:hover,
.billing-usp-link:hover,
.btn.link-like,
.btn.link-like:hover,
.btn.link-like:active,
.results-step-head a:hover,
.admin-table-link:hover,
#page-history .guest-showcase-card__subcta:hover,
#page-prompts .guest-showcase-card__subcta:hover,
#page-text-video .guest-showcase-card__subcta:hover {
  text-decoration: none;
}
