﻿.cbp-protected {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    text-decoration: inherit !important;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: text;
    display: inline;
}

    /* Use a CSS variable instead of per-element <style> blocks */
    .cbp-protected::before {
        content: var(--cbp, "");
    }
