import { styled } from '@project44-manifest/react-styles';

export const StyledCardBody = styled('div', {
  alignItems: 'inherit',
  display: 'flex',
  flex: '1 1 auto',
  flexDirection: 'column',
  height: 'auto',
  justifyContent: 'inherit',
  position: 'relative',
  padding: '$large',
  typography: '$body',
  width: '100%',
});
