.document-card{display:flex;flex-direction:column;height:100%;min-height:271px;border-radius:8px;background:var(--surface-secondary,#f2f5f8);position:relative;overflow:hidden;padding:0}.document-card__type{padding:6px 10px;border-radius:4px;background:var(--surface-primary,#fff)}.document-card__top{position:absolute;top:20px;width:calc(100% - 24px);left:50%;transform:translateX(-50%);display:flex;justify-content:space-between;z-index:2}.document-card__size{padding:6px 10px;border-radius:4px;background:var(--surface-primary,#fff)}.document-card__image{top:0;left:0;right:0;height:207px}.document-card__image img{width:100%;height:100%;object-fit:cover}.document-card__text{color:var(--ui-text-secondary,#222031);font-family:Roboto Flex;font-size:18px;font-weight:400;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden;text-overflow:ellipsis;padding:20px}