.report-card{background:#fff;border-left:6px solid #00538a;border-radius:16px;box-shadow:0 4px 20px 0 rgba(9,22,35,.08);box-sizing:border-box;gap:15px;height:300px;margin-bottom:24px;opacity:1;padding:24px 32px;width:386.67px}.report-card,.report-card__header{display:flex;flex-direction:column}.report-card__header{flex-shrink:0;gap:10px;width:322.67px}.report-card__title{color:#000;font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:120%;margin:0}.report-card__meta{display:flex;flex-direction:column;gap:2px}.report-card__published{color:#00538a;font-family:Open Sans,sans-serif;font-size:14px;font-weight:700;line-height:120%;margin:0;text-transform:uppercase}.report-card__description{color:#000;flex:1;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;line-height:140%;overflow-x:hidden;overflow-y:auto;padding-right:8px}.report-card__description::-webkit-scrollbar{width:6px}.report-card__description::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.report-card__description::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.report-card__description::-webkit-scrollbar-thumb:hover{background:#555}.report-card__button{align-items:center;background:transparent;border:1px solid #004370;border-radius:8px;box-sizing:border-box;color:#004370;display:flex;flex-shrink:0;font-family:Open Sans,sans-serif;font-size:16px;font-weight:600;height:46px;justify-content:center;line-height:100%;margin-top:auto;padding:12px 24px;text-align:center;text-decoration:none;transition:background-color .2s ease;width:322.67px}.report-card__button:hover{background:rgba(0,67,112,.2);color:#004370;text-decoration:none}@media (max-width:768px){.report-card{max-width:386.67px;width:100%}.report-card__button,.report-card__header{width:100%}}