.channel-html a.compare-button[href=""],
.channel-html a.compare-button[href="#"],
.channel-html a.compare-button.disabled,
.channel-html a.compare-button[aria-disabled="true"],
.channel-html a.compare-button:not([href]) {
  pointer-events: none;
  opacity: var(--sk-button-disabled-opacity, 0.42);
  cursor: default;
}
