/*
 * Country flags are images, not Unicode regional-indicator glyphs.
 * Chrome on Windows may render a flag pair as "SA"/"AE" when no emoji font
 * is available, while Firefox can find a different fallback.  Keeping this
 * contract in one stylesheet makes the site and ACP render identically.
 */
.btrb-country-flag {
    display: inline-block;
    width: 1.25em;
    height: .875em;
    max-width: 1.25em;
    object-fit: cover;
    vertical-align: -.12em;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgb(15 23 42 / 12%);
}

.btrb-flagged-label {
    display: inline;
}

.btrb-flagged-label .btrb-country-flag {
    margin-inline: .08em .28em;
}

.mn-sub-link .btrb-flagged-label {
    display: inline-flex;
    align-items: center;
}
