1@charset "UTF-8";
2.lb-grid--no-gutter:after, .lb-grid:after {
3 clear: both
4}
5
6.lb-chat-message a, .lb-chat-messages-item--faq-item > span {
7 text-decoration: underline
8}
9
10.lb-widget-chat {
11 -webkit-box-sizing: content-box;
12 box-sizing: content-box;
13 text-align: left
14}
15
16.lb-widget-chat *, .lb-widget-chat [type=email], .lb-widget-chat [type=tel], .lb-widget-chat [type=text], .lb-widget-chat textarea[rows] {
17 -webkit-box-sizing: inherit;
18 box-sizing: inherit;
19 font-family: Roboto, sans-serif;
20 font-style: normal;
21 text-transform: none;
22 letter-spacing: normal;
23 font-weight: 400;
24 border-radius: 0;
25 margin: auto;
26 padding: 0;
27 -webkit-box-shadow: none;
28 box-shadow: none;
29 background: 0 0;
30 color: inherit;
31 width: auto;
32 height: auto;
33 text-decoration: none;
34 border: none
35}
36
37.lb-button, .lb-chat-enter__button {
38 min-width: initial !important;
39 letter-spacing: initial !important
40}
...
</html>