import styled from '../../styled-components'; export const ResponseSamplesWrap = styled.div` position: relative; margin-bottom: 10px; background-color: rgb(82, 96, 109); border-radius: 4px; `;