.bg-gradient{background-color:#fbab7e;background-image:linear-gradient(60deg,#fbab7e,#f7ce68)}.answer{overflow:hidden;transition:height .5s ease}.answer>h1{font-size:2rem;line-height:2.8rem;margin-top:1rem}.answer>h1,.answer>h2{font-weight:400;margin-bottom:1rem}.answer>h2{font-size:1.8rem;line-height:2.2rem}.answer>h3{font-size:1.5rem;line-height:2rem;font-weight:500}.answer>h3,.answer>ol,.answer>p,.answer>pre,.answer>ul{margin-bottom:.5rem}.answer>ol{list-style-type:decimal}.answer>ol,.answer>ul{list-style-position:inside}.answer>ul{list-style-type:disc}.square-loader{display:inline-block;width:.7em;height:.7em;animation:squareLoader 1s ease-in-out infinite;transform-origin:bottom}@keyframes squareLoader{0%{transform:scaleY(1)}50%{transform:scaleY(.4)}to{transform:scaleY(1)}}.code-spinner:after{content:"-";display:inline-block;animation:code-spinner-animate .6s infinite;font-family:monospace;font-weight:800;margin-left:.3rem}@keyframes code-spinner-animate{0%{content:"-"}25%{content:"\\"}50%{content:"|"}75%{content:"/"}}.transition-height{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s ease}.transition-height>div{overflow:hidden}.transition-height.expanded{grid-template-rows:1fr}