.mw-0a658114-wrapper {
    position: relative;
    display: inline-block;
}

.mw-0a658114-trigger {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.mw-0a658114-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    padding: 0 4px;
}

.mw-0a658114-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    width: 250px;
    z-index: 999;
    border-radius: 4px;
}

.mw-0a658114-dropdown.active {
    display: block;
}

.mw-0a658114-dropdown-inner {
    padding: 15px;
}

.mw-0a658114-empty-text {
    margin: 0;
    font-size: 14px;
    color: #777;
    text-align: center;
}

.mw-0a658114-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mw-0a658114-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.mw-0a658114-list li:last-child {
    border-bottom: none;
}