.report-card-grid{display:grid;grid-gap:1rem;gap:1rem}.report-card-grid--no-thumbnail,.report-card-grid--with-thumbnail{grid-template-columns:1fr}@media (min-width:640px){.report-card-grid--with-thumbnail{grid-template-columns:160px 1fr}}@media (min-width:1024px){.report-card-grid--with-thumbnail{grid-template-columns:200px 1fr}}.report-card-thumbnail{position:relative;width:100%;aspect-ratio:16/9;border-radius:.5rem;overflow:hidden;background-color:#101010}@media (max-width:639px){.report-card-thumbnail{max-height:180px}}@media (min-width:1024px){.report-card-thumbnail{width:200px;height:140px}}