#wcb.carbonbadge {
    --b1: #0e11a8;
    --b2: #00ffbc;
    font-size: 15px;
    text-align: center;
    color: var(--b1);
    line-height: 1.15;
    /* Custom Properties */
    transform: scale(0.7);
    transform-origin: center;
    white-space: nowrap;
    overflow-x: auto; 
}
#wcb.carbonbadge sub {
    vertical-align: middle;
    position: relative;
    top: 0.3em;
    font-size: 0.7em;
}
#wcb #wcb_2, #wcb #wcb_a, #wcb #wcb_g {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    text-decoration: none;
    margin: 0.2em 0;
    /* Custom Properties */
    flex-shrink: 0;
    white-space: nowrap;
}
#wcb #wcb_a, #wcb #wcb_g {
    padding: 0.3em 0.5em;
    border: 0.13em solid var(--b2);
}
#wcb #wcb_g {
    border-radius: 0.3em 0 0 0.3em;
    background: #fff;
    border-right: 0;
    min-width: 8.2em;
}
#wcb #wcb_a {
    border-radius: 0 0.3em 0.3em 0;
    background: var(--b1);
    color: #fff;
    font-weight: 700;
    border-color: var(--b1);
}
#wcb.wcb-d #wcb_a {
    color: var(--b1);
    background: var(--b2);
    border-color: var(--b2);
}
#wcb.wcb-d #wcb_2 {
    color: #fff;
}
/* Custom Properties */
@media screen and (max-width: 600px) {
    #wcb #wcb_a,
    #wcb #wcb_g {
        padding: 0.2em 0.3em;
        font-size: 0.9em;
    }

    #wcb.carbonbadge {
        transform: scale(0.8);
        transform-origin: center;
    }
}