/* Domain Cleaner – tool-specific styles (shared theme is in ../../assets/cleansilly.css) */
.results td.orig { min-width: 260px; max-width: 480px; word-break: break-word; }
.results .strike { color: var(--muted); text-decoration: line-through; text-decoration-color: var(--remove-bar); }
.results .hit { color: var(--ink); font-weight: 600; background: var(--teal-soft); border-radius: 3px; padding: 0 2px; text-decoration: underline; text-decoration-color: var(--brand-teal); text-underline-offset: 3px; }
.results td.dom a { color: var(--ink); font-weight: 500; text-decoration: none; white-space: nowrap; }
.results td.dom a:hover { text-decoration: underline; }
