/* Sitewide Explore pill remover */
.ecy-explore-launcher,
.ecy-explore-floating,
.ecy-floating-explore,
.ecy-sitewide-explore,
.eye-c-you-explore-floating,
.explore-eye-c-you-floating,
a.ecy-explore-btn,
button.ecy-explore-btn {
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
}

/* Preserve site preview/login logo links */
a[href*="eye-c-you-preview"],
a[href*="eye-c-you-site-preview"],
a[href*="site-preview"],
a[href*="preview"] {
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
}
