/* Extracted from Views/Kullanicilar/Profil.cshtml. */
    .kategori-kutu-link {
        text-decoration: none;
        color: inherit;
    }

    .profile-photo-wrapper .edit-icon {
        opacity: 0;
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity .3s ease;
        text-decoration: none;
    }

    .profile-photo-wrapper:hover .edit-icon {
        opacity: 1;
    }
