.mdprofiletag {
    border-radius: 6px;
    padding: 5px 15px;
    background: #E8E8E8;
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
}

.mdprofiletag span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 700;
    color: #1A1A1A;

    font-size: 11px;
    letter-spacing: .25px;
    line-height: 13.13px;
}

/* Variantes de plano */
.mdprofiletag.plan-pro {
    background: #0000FF;
}

.mdprofiletag.plan-ia {
    background: #7A1AF9;
}

.mdprofiletag.plan-pro span,
.mdprofiletag.plan-ia span {
    color: #FFF;
}
