.ProfileBadge-root-xZasE {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    padding: 12px;
    border-radius: 12px;
    color: var(--badge-font-color);
    background-color: var(--badge-bgcolor);
}

.ProfileBadge-root-xZasE + .ProfileBadge-root-xZasE {
    margin-top: 4px;
}

.ProfileBadge-root-xZasE:hover {
    background-color: var(--badge-hover-bgcolor);
}

.ProfileBadge-activatable-THLtH {
    cursor: pointer;
}

.ProfileBadge-aside-nosgU {
    min-width: 16px;
    min-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    border-radius: 5px;
    overflow: hidden;
}

.ProfileBadge-content-ICSxM {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ProfileBadge-icon-wrap-rLTP2 {
    width: 16px;
    height: 16px;
}

.ProfileBadge-icon-wrap-animation-Agd8a {
    height: 16px;
    margin: auto 0;
    border-radius: 50%;
    animation: ProfileBadge-loading-gOAX3 1s infinite;
    background-color: rgba(0, 0, 0, 0.06);
}

.ProfileBadge-icon-szvBj {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    background: transparent;
}

.ProfileBadge-icon-hidden-_Noe0 {
    display: none;
}

.ProfileBadge-title-g7Y38 {
    font-size: 13px;
    line-height: 18px;
}

.ProfileBadge-narrow-Yci3z .ProfileBadge-title-g7Y38 {
    font-size: 14px;
    line-height: 18px;
}

.ProfileBadge-description-uIuhs {
    font-size: 13px;
    line-height: 18px;
}

@keyframes ProfileBadge-loading-gOAX3 {
    from {
        background-color: rgba(0, 0, 0, 0.04);
    }

    to {
        background-color: rgba(0, 0, 0, 0.06);
    }
}

.ProfileBadgeWidget-root-_eVW_ {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}

.ProfileBadgeWidget-item-9tXqk {
    padding: 3px;
}

.LightCollapse-module-showMoreButton-wZ__e {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.ArrowExpandMore-module-mask-Jw2RV {
  --module-icon-mask-url: url(/static/public-profile/assets/../assets/e770b53a390a4c5b.svg);
}

