.custom-dropdown{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:16px;min-width:200px}.custom-dropdown ul{list-style:none;margin:0;padding:0}.custom-dropdown ul li{display:flex;align-items:center;margin-bottom:12px}.custom-dropdown ul li img{width:40px;height:40px;border-radius:50%;margin-right:12px}.custom-dropdown ul li a{color:#000;text-decoration:none;font-weight:700}.custom-dropdown ul li a:hover{color:#1890ff}.custom-dropdown ul li:last-child{margin-bottom:0}.dropdown-trigger{font-size:14px;color:#000;text-decoration:none;cursor:pointer;display:flex;align-items:center;font-weight:500}.dropdown-trigger:hover{color:#1890ff}