/* ===== TRAUMA-XP BACKGROUND TEXT ===== */
.txp-bg-scope .txp-bg-text {
    font-size: small;
    position: fixed;
    top: 0;
    left: 0;
    color: #000000;
    padding: 1rem;
    font-family: monospace;
    background: rgba(255, 255, 255, 0.8);
    z-index: 50;
    pointer-events: none;
}
