// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders without throwing 1`] = ` .c0 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } .c2 { font-weight: 400; display: inline-block; font-size: 0.9375rem; line-height: 1.6; margin-right: 1.4375rem; } .c3 { font-weight: 400; text-decoration: none; cursor: pointer; } .c3.active { cursor: default; } .c1 { list-style-type: none; padding: 0; margin: 1.125rem 0 0 0; }
`;