/* ATP_HOTFIX_ATP_FACE_CLICK: tránh overlay chặn click card */
.atp-face a, #atp-face a, .atpface a { position: relative; z-index: 60; }

.atp-face .overlay, #atp-face .overlay, .atpface .overlay,
.atp-face .reel-overlay, #atp-face .reel-overlay {
  pointer-events: none !important;
}
