.native-source-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 22px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.native-source-badge.is-public {
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.88);
}

.native-source-badge.is-private {
    background: rgba(75, 181, 67, 0.22);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

a .native-source-badge {
    margin-left: 7px;
    vertical-align: middle;
}

h3 .native-source-badge,
h4 .native-source-badge,
strong .native-source-badge {
    margin-left: 7px;
}