.playground-page .section__content{row-gap:3.2rem}.playground-page main{row-gap:1.6rem}.playground-page .playground--header .section__content{row-gap:.8rem;background:hsl(var(--main-text-color), 80%);color:hsl(var(--main-background-color));padding-block:.8rem;box-shadow:6px 6px 6px -4px hsl(var(--base-h), 20%, 20%, 0.75)}.playground-page .playground--header .dates--wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}.playground-page section:nth-child(even){padding-block:3.2rem}.playground-page ul{padding-left:3.2rem}.playground-page p{line-height:1.6}@supports(animation-timeline: scroll(block nearest)){.playground-page .scroller{position:fixed;top:0;background:hsl(var(--base-h), 50%, 70%);height:.8rem;overflow:hidden;text-align:right;animation:linear forwards fill-scroller;animation-timeline:scroll(root)}}@keyframes fill-scroller{from{width:0%}to{width:100%}}