.widget_aaaf{
  margin-bottom: 20px;
}
.widget_aaaf .widget-post-title{
  padding-left: 30px;
  margin-bottom: 15px;
}
.widget_aaaf .widget-bonus-list{
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 0;
  flex-wrap: wrap;
}
.widget_aaaf h3{
  width: 30%;
  min-width: 300px;
  text-decoration: none;
  font-weight: 500;
}
.widget_aaaf h3 a{
  color: black;
  font-size: 17px;
}
.widget_aaaf h3 a:hover{
  text-decoration: underline;
}

.widget_aaaf .widget-post-title > span{
  background-color: #D4FD10;
  color: black;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0;
  text-transform: uppercase;
  position: relative;
}
.widget_aaaf .widget-post-title span:before {
  content: " ";
  background: #D4FD10;
  position: absolute;
  top:0;
  left:-10px;
  right:-10px;
  bottom:0;
  z-index: -1;
  transform: skewX(-15deg);
}
.aaaf-button{
  padding-left: 20px;
  margin-top: 30px;
}
.aaaf-button a{
  background-color: #000;
  padding: 7px 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.aaaf-button span{
  font-weight: 600;
}
.aaaf-button a:hover{
  background-color: #D4FD10;
  color: #000;
}
