@media only screen and (min-width:0rem){#legal-content{background-color:var(--background);padding:var(--sectionPadding)}#legal-content .cs-container{color:var(--bodyTextColor);margin:auto;max-width:50rem;width:100%}#legal-content h2,#legal-content h3{color:var(--headerColor);font-weight:700;margin-bottom:1rem}#legal-content h2{font-size:clamp(1.5rem,4vw,2rem)}#legal-content h3{font-size:clamp(1.25rem,3vw,1.5rem);margin-top:2rem}#legal-content li,#legal-content p{line-height:1.5em;margin-bottom:1rem}#legal-content ul{list-style:disc;padding-left:1.25rem}#legal-content a{color:var(--primary);text-decoration:none}#legal-content a:hover{text-decoration:underline}body.dark-mode #legal-content{background-color:var(--darkBackgroundLight)}body.dark-mode #legal-content .cs-container{color:var(--bodyTextColor)}body.dark-mode #legal-content h2,body.dark-mode #legal-content h3{color:var(--headerColor)}body.dark-mode #legal-content a{color:var(--primary)}}