/* horc */
:root
{
--show-glass:RGBA(0,0,0,.2);
--show-back:RGBA(0,15,30,.80);
}
task.hosted { font-family:barlow; color:#CDE; }
task.hosted main>header { text-shadow:none; }
task.hosted picture.logo { width:9em; height:9em; display:inline-block; }
task.hosted H1 { font-family:rubik; font-weight:bold; margin:0; padding-bottom:.1em; }
task.hosted picture.produkt
{ display:flex; width:8em; height:10em; margin:auto; margin-bottom:1em;
padding:1em; border-radius:.2em;
box-shadow:0 0 2em var(--shade);
background-color:#F24;
}
task.hosted img.produkt { display:block; width:100%; margin:auto; height:auto; }
task.hosted tail { opacity:.6; }