@import "./base.css";@import "../common/_to-top.css";.changelogs{text-align:center;grid-row-gap:10px;flex-wrap:wrap;justify-content:space-between;margin:16px 20% 4rem;display:flex;& a{&.update{background-image:var(--primary-gradient);color:#fff;text-align:center;text-shadow:2px 2px #0008;letter-spacing:.1rem;border:0;border-radius:5px;margin-bottom:1rem;font-size:16px;font-weight:400;&:hover{color:var(--default-text-color);background-image:var(--primary-gradient-lighter)}&:active{filter:brightness(1.5)}&.major{flex-basis:100%;align-content:center;min-height:50px;font-size:36px;line-height:38px}&.patch{flex-basis:49%;height:38px;font-size:28px;line-height:38px;display:inline-block}}}}.changelog-details{font-size:20px}article{color:#fff;text-align:left;overflow-wrap:break-word;font-size:20px;line-height:1.5;&*{cursor:text}& h1{text-align:center;margin-bottom:2rem;font-size:50px;font-weight:400}& h2{background-image:var(--primary-gradient);border-radius:5px;margin-top:3.5rem;margin-bottom:1.5rem;padding-top:1rem;padding-bottom:.8rem;padding-left:3.5rem;font-size:40px;font-weight:500}& h3{color:var(--primary-color);border-bottom:2px solid;margin-top:3rem;margin-bottom:1.2rem;padding-bottom:.5rem;padding-left:3.2rem;font-size:30px;font-weight:400;list-style-type:none}& h4{color:var(--primary-color);margin-top:3rem;margin-bottom:1.2rem;padding-bottom:.5rem;padding-left:3.2rem;font-size:25px;font-weight:300;list-style-type:none}& ul{margin-bottom:1.5rem;& ul{margin-top:1.1rem}& li{margin-bottom:1.25rem}}& p{margin:0}& img,& table{width:100%}& h2#toc+ul{column-count:min(round(down,calc(2 + (var(--chapters)/18))),3);column-fill:auto;max-height:calc(200px + (var(--chapters)/18)*200px)}}@media only screen and (width<=540px){.changelogs{margin:0 0 24px}a{&.update{&.patch{flex-basis:100%}}}.changelog-details{font-size:14px}article{margin-top:20px;font-size:14px;& h1{font-size:32px}& h2{border-radius:0;padding-left:1.5rem;font-size:24px}& h3{padding-left:1.2rem;font-size:18px}& h4{padding-left:1.2rem;font-size:14px}& ul{margin-right:12px}& h2#toc+ul{column-count:1;max-height:100%}}}