.dropdown-menu{position:absolute;top:100%;left:auto;right:0;display:flex;flex-direction:column;background-color:#282828;border:1px solid #ddd;border-radius:4px;padding:10px 0;min-width:150px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.dropdown-item{padding:10px 20px;cursor:pointer;text-align:left;color:#eae6dc;white-space:nowrap}.dropdown-item:hover{background-color:#eae6dc;color:#282828}.dropdown-item:not(:last-child){border-bottom:1px solid #ddd}.dropdown-item:last-child{color:red}.dropdown-item:last-child:hover{background-color:#ffebeb;color:#282828}