import styled from 'styled-components/native' export const Item = styled.View` width: 30%; max-width: 250px; flex-direction: column; align-items: center; justify-content: center; margin: 15px 1.5%; ` export const Details = styled.View` flex-direction: column; justify-content: flex-start; margin: 15px 0; width: 100%; min-height: 90px; ` export const CloseUpselling = styled.View` margin-vertical: 10px; width: 100%; ` export const CloseUpsellingLand = styled.View` margin-top: 25%; margin-vertical: 10px; width: 100%; `