.user-icon-but-box .icon-but-sxy-uce {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    padding: 6px 4px;
    color: inherit;
    text-decoration: none;
    border-radius: 6px;
}

.user-icon-but-box .icon-but-sxy-uce:hover,
.user-icon-but-box .icon-but-sxy-uce:focus {
    color: inherit;
    background: rgba(0, 0, 0, .06);
    outline: none;
}

.user-icon-but-box .icon-but-sxy-uce .em16 {
    line-height: 1.2;
}

.user-icon-but-box .icon-but-sxy-uce .px12 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.sxy-uce-switch-list {
    margin-top: 4px;
    border-top: 1px solid var(--main-border-color, rgba(0, 0, 0, .06));
}

.sxy-uce-r18-row {
    gap: 10px;
    min-height: 40px;
    padding: 7px 6px;
    border-radius: 6px;
}

.sxy-uce-r18-row:hover {
    background: rgba(0, 0, 0, .05);
}

.sxy-uce-r18-name {
    min-width: 0;
}

.sxy-uce-r18-name .px12 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sxy-uce-r18-control {
    flex: 0 0 auto;
}

.sxy-uce-r18-status {
    font-size: 13px;
    font-weight: 600;
}

.sxy-uce-r18-seg {
    flex: 0 0 auto;
    border: 1px solid var(--main-border-color, rgba(0, 0, 0, .12));
    border-radius: 8px;
    overflow: hidden;
}

.sxy-uce-r18-opt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1.4;
    color: var(--muted-color, #888);
    text-decoration: none;
    background: transparent;
    transition: background .15s ease, color .15s ease;
}

.sxy-uce-r18-opt + .sxy-uce-r18-opt {
    border-left: 1px solid var(--main-border-color, rgba(0, 0, 0, .12));
}

.sxy-uce-r18-opt:hover {
    background: rgba(0, 0, 0, .06);
}

.sxy-uce-r18-opt.sxy-uce-r18-active {
    color: #fff;
    background: var(--theme-color, #f04494);
}

@media (max-width: 767px) {
    .sxy-uce-r18-row {
        flex-wrap: wrap;
    }

    .sxy-uce-r18-control {
        width: 100%;
        justify-content: space-between;
    }
}
