.sc-widget__text{width:calc(100%-160px);padding:0 10px;font:100% "Open Sans", sans-serif;color:#654d3b;line-height:1.5;text-align:center;}
.sc-widget__buttons{display:flex;justify-content:center;gap:10px 20px;margin-top:10px;}
.sc-widget__button{cursor:pointer;border:1px solid #ccc;background:#f0f0f0;border-radius:5px;}
.sc-widget__button:hover{background:#654d3b;color:#fff;}
.sc-widget{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;min-width:300px;position:fixed;z-index:1000;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fffae2;padding:10px;-webkit-box-shadow:0 -3px 10px rgba(0,0,0, 0.1);box-shadow:0 -3px 10px rgba(0,0,0, 0.1);}
.sc-widget *{-webkit-box-sizing:border-box;box-sizing:border-box;}
.sc-widget__img{width:40px;}
.sc-widget__text a{color:#654d3b;text-decoration:underline;}
.sc-widget__text a:visited{color:#654d3b;}
.sc-widget__text a:hover{color:#f6b778;}
.sc-widget__button{font:bold 14px "Open Sans",sans-serif;border-radius:3px;width:100px;height:30px;border:none;background:#f6b778;text-transform:uppercase;color:#654d3b;cursor:pointer;}
@media(max-width:768px){
.sc-widget{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;}
.sc-widget__img{margin-bottom:10px;}
.sc-widget__text{margin-bottom:10px;text-align:center;width:100%;}
}
