body.widget-snippet .scrapbook-button a:hover{
  background: #AB8F09;
}
body.widget-snippet .scrapbook-button a{
  margin: 0;
  padding:0;
  height:55px;
  line-height:50px;
}
body.widget-snippet .scrapbook-button{
  padding:30px;
}
.widget-snippet .scrapbook-button{
  max-width: 320px;
  margin: 0 auto;
}
  .widget-snippet .scrapbook-button a{
   background: #AB8F09;
 margin: 20px auto;
 text-align: center;
font-family: 'Suisse Int l';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
text-align: center;
color: #fff;
text-decoration: none;
  position: relative;
   padding: 15px;
     width: 320px;
    display: inline-block;
    transition:  all ease-in-out .2s;

} 
.widget-snippet .scrapbook-button a:hover{
  background: #000;
}
.widget-snippet .scrapbook-button a:after{
 
    content: "";
    background: url("/template/f0f3faf8/images/acordion-link-arrow.svg") no-repeat;
    width: 20px;
    height: 22px;
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    transition:  all ease-in-out .2s;
    background-size: 15px;
    background-position: 0 2px;
}
.widget-snippet .scrapbook-button a:focus,
.widget-snippet .scrapbook-button a:hover,
.widget-snippet .scrapbook-button a:active{
  color:#fff;
}
