﻿/* Since the links using the ai-link-span class are created manually via the ConvertToMarkupText method, css-isolationm does not work there.
    A better solution needs to be found in the future, so that these css classes can be moved to the isolated css file (maybe use razor components instead of creating the links manually via strings).
*/

.ai-link-span {
    font: bold;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

    .ai-link-span img {
        max-width: 600px;
        max-height: 400px;
        object-fit: contain;
    }

