.capsai-profile-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    flex-flow: row wrap;
    gap: 7px;
    width: auto;
}

.capsai-profile-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
}

.capsai-profile-badge--new-profile {
    color: #ffffff;
    background: #ca3422;
}

.capsai-profile-badge--new-photos {
    color: #0a2434;
    background: #fac668;
}
