import styled from 'styled-components'; export const StyledWrapper = styled.div` background-color: #f9fafa; padding: 8px 16px; `;