export const docRowWrapStyle = 'display: flex; flex-wrap: wrap; gap: 24px 32px; align-items: flex-end;' export const docRowColumnStyle = 'display: flex; flex-direction: column; gap: 24px;' export const docCellStyle = 'display: flex; flex-direction: column; gap: 10px; align-items: flex-start; justify-content: space-between; align-self: stretch;' export const docLabelStyle = 'font-size: 12px; color: #6b7280;'