/** * External dependencies */ import styled from '@emotion/styled'; export const Container = styled.div` margin-top: ${({ theme }) => theme.spacing.section}; `;