.report-post-content{padding:var(--space-32) var(--space-16)}.report-post-content__wrapper{display:flex;flex-direction:column;gap:var(--space-16)}.report-post-content__body,.report-post-content__sections{display:flex;flex-direction:column;gap:var(--space-32)}.report-post-content__body{color:var(--color-text-400);font-family:var(--font-mono);font-size:18px;line-height:1.5}.report-post-content__section{border:1px dashed var(--color-stroke-500);display:flex;flex-direction:column;gap:var(--space-32);padding:var(--space-16)}.report-post-content__section-title h1,.report-post-content__section-title h2,.report-post-content__section-title h3,.report-post-content__section-title h4,.report-post-content__section-title h5,.report-post-content__section-title h6{margin:0}.report-post-content__body h1,.report-post-content__body h2,.report-post-content__body h3,.report-post-content__body h4,.report-post-content__body h5,.report-post-content__body h6{color:var(--color-text-450);font-family:var(--font-sans);font-weight:var(--font-weight-medium);margin:0;text-transform:capitalize}.report-post-content__body h3{font-size:48px;line-height:1.1;margin-top:0}.report-post-content__section-text{display:flex;flex-direction:column;gap:var(--space-32)}.report-post-content__section-text p{margin:0}.report-post-content__body ul{display:flex;flex-direction:column;gap:var(--space-16);list-style:none;padding-left:0}.report-post-content__body ul li{line-height:1.5;margin-bottom:0;padding-left:32px;position:relative}.report-post-content__body ul li:before{background-color:var(--color-primary);content:"";height:20px;left:0;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m13 17 5-5-5-5M6 17l5-5-5-5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m13 17 5-5-5-5M6 17l5-5-5-5'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;top:4px;width:20px}.report-post-content__quote{background-color:transparent;border-left:none;border:1px dashed var(--color-stroke-500);color:var(--color-text-450);display:flex;flex-direction:column;font-family:var(--font-sans);gap:var(--space-32);padding:var(--space-32);position:relative}.report-post-content__quote-icon{display:block;height:32px;width:38px}.report-post-content__quote-text{font-size:var(--font-size-h4);font-weight:var(--font-weight-medium);line-height:var(--line-height-headlines);margin:0}.report-post-content__quote-author{color:var(--color-text-400);font-family:var(--font-mono);font-size:var(--font-size-body-14)}.report-post-content__body b,.report-post-content__body strong{font-family:var(--font-mono);font-weight:600}.report-post-content__body ul li b,.report-post-content__body ul li strong{color:var(--color-text-450)}.report-post-content__sidebar,.report-post-content__sidebar-inner{display:flex;flex-direction:column;gap:var(--space-24)}.report-post-content__form{background-color:var(--color-bg-500);border:1px dashed var(--color-primary);display:flex;flex-direction:column;padding:var(--space-16)}.report-post-content__form-title{color:var(--color-text-450);font-family:var(--font-sans);font-size:var(--font-size-h4);font-weight:var(--font-weight-medium);line-height:1.1;margin:0;text-transform:capitalize}@media (min-width:1190px){.report-post-content{padding:var(--space-80) var(--space-32)}.report-post-content__wrapper{align-items:flex-start;flex-direction:row;gap:var(--space-64)}.report-post-content__main{flex:2}.report-post-content__sidebar{flex:1}.report-post-content__section{padding:var(--space-48)}.report-post-content__form{padding:var(--space-32)}}