/* MTG Shared Render Matrix: mtg-autolink-blue-style */

        a.mtg-autolink-blue {
            color: #2563eb !important;
            font-weight: 800 !important;
            text-decoration: underline !important;
            text-decoration-thickness: 2px !important;
            text-underline-offset: 3px !important;
            transition: color .18s ease, background-color .18s ease;
        }

        a.mtg-autolink-blue:hover {
            color: #1d4ed8 !important;
            background: rgba(37, 99, 235, .08) !important;
            border-radius: 5px !important;
        }
    