.blog-reports-content{background-color:var(--color-bg-500);padding:var(--space-32) var(--space-16)}.blog-reports-content__container{display:flex;flex-direction:column;gap:var(--space-32);width:100%}.blog-reports-content__header{width:100%}.blog-reports-content__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;max-width:250px}.blog-reports-content__grid,.report-card{display:flex;flex-direction:column;gap:var(--space-32)}.report-card{background-color:var(--color-report-card-bg);padding:var(--space-16);position:relative;text-decoration:none;transition:background-color var(--transition-base)}.report-card__arrow{height:24px;position:absolute;right:0;top:0;width:24px;z-index:2}.report-card__arrow svg{height:100%;width:100%}.report-card__arrow-bg,.report-card__arrow-path{transition:fill var(--transition-base)}.report-card:hover .report-card__arrow-bg{fill:var(--color-primary)}.report-card:hover .report-card__arrow-path{fill:#fff}.report-card__image{background-color:var(--color-bg-600);border:.46px dashed var(--color-stroke-500);flex-shrink:0;height:auto;overflow:hidden;width:105px}.report-card__image img{display:block;height:auto;width:100%}.report-card__image-placeholder{background-color:var(--color-bg-600);height:186px;width:100%}.report-card__content{display:flex;flex-direction:column;gap:var(--space-32)}.report-card__header{display:flex;flex-direction:column;gap:var(--space-8)}.report-card__type{color:var(--color-primary);font-family:var(--font-mono);font-size:var(--font-size-body-14);font-weight:var(--font-weight-semibold);letter-spacing:.5px;line-height:1.5;text-transform:uppercase}.report-card__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}.report-card__description{color:var(--color-text-400);font-family:var(--font-mono);font-size:var(--font-size-body-14);font-weight:var(--font-weight-regular);line-height:1.5;margin:0}@media (min-width:750px){.blog-reports-content{padding:var(--space-64) var(--space-32)}.blog-reports-content__grid{display:grid;gap:var(--space-16);grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.report-card{align-items:stretch;border:1px dashed var(--color-stroke-500);flex-direction:row;gap:0;padding:0}.report-card__arrow{height:32px;right:0;top:0;width:32px}.report-card__image{border:none;border-right:1px dashed var(--color-stroke-500);flex-shrink:0;height:auto;min-height:100%;width:228px}.report-card__image img{display:block;height:100%;object-fit:cover;object-position:top;width:100%}.report-card__content{flex:1;justify-content:space-between;padding:var(--space-24)}.report-card__description{margin-top:auto}}