/* One compact provenance label across independent shortcode styles, in both themes. */
html body .mg-official-specs-badge.mg-official-specs-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: .45em;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
    padding: .4em .7em;
    border: 1px solid #aec9ff;
    border-radius: 999px;
    background: #edf4ff;
    color: #164da8;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none;
    white-space: normal;
    vertical-align: middle;
    box-shadow: none;
}
html body .mg-official-specs-badge.mg-official-specs-badge > span {
    display: inline-grid;
    place-items: center;
    flex: 0 0 1.3em;
    width: 1.3em;
    height: 1.3em;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cfE1ff;
    color: inherit;
    font: inherit;
    font-style: normal;
}
