.yl-cta-disabled {
  opacity: 0.45;
  cursor: not-allowed !important;
}

/* Prevent interaction while keeping visibility */
a.yl-cta-disabled,
button.yl-cta-disabled,
img.yl-cta-disabled,
.yl-cta-disabled a,
.yl-cta-disabled button {
  pointer-events: none !important;
}

