import { styled } from "../../utils/Theme"; export const StyledCard = styled.div` display: flex; flex-direction: column; padding: 16px; background: white; width: fit-content; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); border-radius: 14px; `;