import styled from 'styled-components'; export const StyledModalDescriptionContainer = styled.div` padding: var(--margins-md); max-width: 500px; `;