<style>
.redacted {
    background: linear-gradient(90deg, #1e293b 0%, #0f172a 100%) !important;
    color: transparent !important;
    padding: 2px 8px;
    border-radius: 3px;
    display: inline-block;
    user-select: none;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-shadow: none;
    font-style: normal;
}
.redacted * {
    color: transparent !important;
    background: transparent !important;
    text-shadow: none !important;
}

</style>