.gas-3gkem-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.gas-3gkem-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    white-space: nowrap;
    transition:
        background-color .2s ease,
        color .2s ease,
        border-color .2s ease,
        opacity .2s ease;
}

.gas-3gkem-badge:empty {
    display: none;
}
