/* Vô hiệu hóa triệt để tất cả các liên kết */
a,
a[href],
[href],
.css-4rbku5,
div[role="link"],
div[role="button"],
.css-1dbjc4n[role="link"],
.css-1dbjc4n[role="button"],
.css-18t94o4,
.css-4rbku5,
.r-1loqt21,
*[onclick],
*[data-href],
*[data-link],
*[data-url],
[class*="link"],
[class*="btn"],
[tabindex="0"] {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  touch-action: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* Ngăn chặn điều hướng */
a, 
a[href], 
[href] {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}

/* Vô hiệu hóa các sự kiện click */
a *, 
[href] *, 
.css-4rbku5 *, 
.css-18t94o4 * {
  pointer-events: none !important;
}

/* Vô hiệu hóa các thuộc tính tương tác */
a, [href] {
  pointer-events: none !important;
  cursor: default !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  touch-action: none !important;
}

/* Màu chữ trắng cho footer */
footer *,
[data-testid="footerWrapper"] *,
.r-1o44xyg * {
  color: #ffffff !important;
}

/* Chặn tất cả các sự kiện trên các phần tử có thể click */
*[style*="cursor: pointer"],
*[style*="cursor:pointer"],
*[onmousedown],
*[onmouseup],
*[onclick],
*[onmouseover],
*[onmouseout] {
  pointer-events: none !important;
  cursor: default !important;
} 

