/**
 * TG-License Custom Element Styles
 *
 * Provides fixed-width badge styling for <tg-license> elements.
 */

tg-license {
    display: inline-block;
    min-width: 90px;
    text-align: center;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #818181;
    border: 0.25px solid #818181;
    border-radius: 0.25em;
    white-space: nowrap;
    vertical-align: baseline;
}

tg-license:empty {
    display: none;
}

tg-license tg-icon {
    vertical-align: middle;
    margin-top: -1px;
}
