/* Search magnifier motion — offsets applied via CSS vars from topbar-icon-hover.js */

html body .topbar-glass .search-open-btn.fp-search-hover-active::before,
html body .topbar-glass .topbar-left .search-open-btn.fp-search-hover-active::before {
    margin-left: var(--fp-search-before-ml) !important;
    margin-top: var(--fp-search-before-mt) !important;
    transform: none !important;
}

html body .topbar-glass .search-open-btn.fp-search-hover-active::after,
html body .topbar-glass .topbar-left .search-open-btn.fp-search-hover-active::after {
    margin-left: var(--fp-search-after-ml) !important;
    margin-top: var(--fp-search-after-mt) !important;
    transform: rotate(var(--fp-search-after-rot, 45deg)) !important;
}

.fp-wallet-coin {
    opacity: 0;
    pointer-events: none;
}
