@charset "UTF-8";
details > summary { cursor: pointer; background:#efefef; padding:.2em; margin-bottom: 0px; border-top-right-radius:8px; border-top-left-radius:8px; transition: ease-in-out .2s; }
details[open] > summary { cursor: pointer; background: #DFDFDF; color:#039; font-weight:600; padding:.2em ; transition: ease-in-out .2s; text-decoration:none;}
summary:hover {background: #DFDFDF;}
details[open] {background: #efefef; box-shadow: 2px 2px 8px #666; transition: all 1s; }
summary { position: relative;}
summary::marker { color: transparent;}
summary::before { content:"📺 "; transition: all 0.5s;} 
details[open] summary::before { content:"📺 ";}
details { transition: all 0.5s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom:3px; border-radius:8px;}
details > div { padding: 8px; }