<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html[lang="sv"] .article .slot--article-price .tws-api--price-current::before {
	content: "Från ";
}
html[lang="en"] .article .slot--article-price .tws-api--price-current::before {
	content: "From ";
}

.startpage .tws-content-box--inner-wrapper {
     transition: all 0.5s ease;
}
.startpage .tws-content-box--inner-wrapper:hover {
    background: rgba(0,0,0, 0.4);
     transition: all 0.5s ease;
}
</pre></body></html>