.cv-container{width:100%}.content-wrapper{max-width:800px;width:90%;margin:0 auto}.cv-entry{padding-bottom:1.5rem}.sectionSeparator{height:.35em;background-color:hsl(var(--foreground));border:none;margin-top:.5em;margin-bottom:.25em}.subsectionSeparator{height:.3em;border:none;border-top:2px dashed hsl(var(--foreground));margin-top:.4em;margin-bottom:.25em}.two-part-row{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between}.bullet-list{list-style-type:disc;padding-left:1.5rem;margin-top:.5rem}.underline-b{text-decoration:underline hsl(var(--foreground))}.underline-squiggle{text-decoration:underline wavy hsl(var(--foreground))}.section-container{width:100%;margin-top:1.5rem}.section-header-container{display:flex;justify-content:center;margin-bottom:1rem}.section-button{display:flex;align-items:center;justify-content:center;min-width:250px;padding:.75rem 2rem;background-color:hsl(var(--foreground));color:hsl(var(--background));font-family:sans-serif;font-size:1.5rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.section-button:hover{background-color:hsl(var(--foreground)/.8)}.section-title{flex-grow:1;text-align:center}.toggle-icon{margin-left:1rem;font-size:1.5rem;line-height:1}.section-content{overflow:hidden;transition:max-height .5s ease-in-out,opacity .5s ease-in-out}.section-content.closed{max-height:0;opacity:0}.section-content.open{max-height:5000px;opacity:1}