/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    This file contains rules for
    NEWS
    that implement the UU design system specifically for Sitevision

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* When news was imported from Nyhetsbanken some problem with the styling occurred. This is a
   temporary fix to make the news look like it should. This should be removed when the news has
   been imported again. The fix will only apply to some of the news templates and only when the
   page is in published mode. */

/* Do not show image with alt text "21-9" since it is a template image */
*:is(.sv-template-nyhet---forskarprofilen, .sv-template-nyhet---kronika, .sv-template-nyhet---meddelande-notis, .sv-template-nyhet---nyhetsartikel, .sv-template-nyhet---reportage):not(.sv-edit-mode) .sv-image-portlet:has(img[alt="21-9"]) {
    display: none;
}

/* Line breaks should not be visible in content with name "Länkruta innehåll" */
*:is(.sv-template-nyhet---forskarprofilen, .sv-template-nyhet---kronika, .sv-template-nyhet---meddelande-notis, .sv-template-nyhet---nyhetsartikel, .sv-template-nyhet---reportage):not(.sv-edit-mode) .sv-text-portlet:has(#Lankrutainnehall) br {
    display: none;
}
