body.widget-snippet .top-link{
  background: #000;
  padding: 20px;
}
body.widget-snippet .top-link a{
  opacity: unset;
}
.top-link{
  display: flex;
  text-align: right;
  flex-direction: row;
}
.top-link a {
  color: #FFF;
  text-align: right;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.13px;
  padding: 0 18px 0 0;
  margin: 0;
  opacity: 0.82;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.top-link a:hover{
  opacity: unset;
  color: #fff;
  text-decoration: none;
}
.top-link a:last-of-type{
  padding: 0;
}
