import styled from 'styled-components/native'; export const ADContainer = styled.View` display: flex; flex-direction: column; width: 100%; ` export const ADHeader = styled.View` display: flex; justify-content: flex-start; ` export const ADAddress = styled.View` display: flex; align-items: center; justify-content: space-between; flex-direction: row; ` export const ADMap = styled.View` width: 100%; border-radius: 7.6px; overflow: hidden; margin-vertical: 16px; `