.fnx-hotspot-tooltip .e-con-inner { position: relative; }
.fnx-tooltip-close { position: absolute !important; top: 12px; right: 12px; z-index: 3; }
.fnx-tooltip-close button.fnx-close { display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; font-size: 12px; font-weight: 700; color: #ffffff; padding: 0; background: rgba(255,255,255,0.25); border: none; border-radius: 50%; cursor: pointer; transition: background 0.15s; }
.fnx-tooltip-close button.fnx-close:hover { background: rgba(255,255,255,0.45); }