/**
 * [tc_master_badge] — "sold by master" text note for B2C/guest users.
 *
 * Plain inline note shown on master-only products (_sell_masters_only=yes),
 * in Elementor product loops and on the single product page. Restyle freely
 * via the .tc-master-badge class.
 */

.tc-master-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #0969da;
    line-height: 1.3;
}
