.wallet-connect-button {
    cursor: pointer;
    background-color: #512da8;
    color: white;
    padding: 8px 14px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    display: inline-block;
    white-space: nowrap;
}

.wallet-connect-button:hover {
    background-color: #311b92;
}

.wallet-disconnect-option {
    background: #fff;
    color: #512da8;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    z-index: 9999;
    margin-top: 5px;
}

/* Menüdeki > simgesini kaldır */
.menu-item a[href="#wallet-connect"]::after {
    content: none !important;
}
