span.identity_badge{
    display: block;
    font-size: 10px;
    color: #1964a3;
    letter-spacing: .3px;
    white-space: nowrap;
    font-weight: bold;
    border: 1px solid #e1e7ed;
    padding: 2px 6px 1px;
    border-radius: 4px;
    background: #eff7ff;
    width: fit-content;
}
span.identity_badge.passport {
    color: #a94442;
    border: 1px solid #ffd4d3;
    background: #fff3f3;
}
