.gemi-user-center-trigger {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    height: 40px !important;
    max-width: 190px !important;
    margin: 0 !important;
    padding: 4px 12px 4px 6px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.08) !important;
    color: #fff !important;
    box-shadow: none !important;
    font: inherit !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    transition: background .18s ease, border-color .18s ease, transform .18s ease !important;
}
.gemi-user-center-trigger:hover,
.gemi-user-center-trigger:focus-visible {
    background: rgba(255,255,255,.18) !important;
    border-color: rgba(255,255,255,.42) !important;
    outline: none !important;
}
.gemi-user-center-trigger:active { transform: scale(.98); }
.gemi-user-avatar {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e7f4eb;
    color: #0b6d3a;
    font-size: 13px;
    font-weight: 800;
}
.gemi-user-center-trigger #displayName {
    display: block;
    min-width: 0;
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff !important;
}
.gemi-user-chevron { font-size: 9px; opacity: .62; margin-left: 1px; }
@media (max-width: 720px) {
    .gemi-user-center-trigger { height: 38px !important; max-width: 140px !important; gap: 6px !important; padding: 4px 9px 4px 5px !important; }
    .gemi-user-avatar { width: 28px; height: 28px; flex-basis: 28px; }
    .gemi-user-center-trigger #displayName { max-width: 76px; font-size: 14px; }
}
