/* GUEST-ACCOUNT-ICON-V3 */

.editorial-guest-account-v3,
.editorial-guest-account-v3 *,
.editorial-guest-dropdown-v3 {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.editorial-guest-account-v3 {
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    float: none !important;
}

/* Misafir üyelik bağlantıları her durumda görünmesin */
a[href$="/login"],
a[href*="/login?"],
a[href$="/register"],
a[href*="/register?"],
a[href$="/password/reset"],
a[href*="/password/reset?"] {
    display: none !important;
}
