.listing_bonus_main_block .bonus_block {
display: none;
}
.listing_bonus_main_block .bonus_block:nth-child(-n+10)  {
display: block;
}
.custom_pagination {
display: flex;
align-items: center;
justify-content: center;
}
.custom_pagination .button_more_post {
cursor: pointer;
}
.listing_bonus_main_block .bonus_block.active {
display: block;
}
.rating-stars {
font-size: 23px;
}
.rating-stars .star.full {
color: #fffa5d;
}
.rating-stars .star.empty {
color: #fff;
opacity: 0.5;
}
.rating-stars .star.half {
background: linear-gradient(to right, #FFD700 50%, #fff 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.rating-stars-wrapper {
display: flex;
margin-top: 10px;
align-items: center;
}
.rating-number {
font-size: 20px;
font-weight: bold;
color: #fffa5d;
margin-right: 10px;
position: relative;
top: 2px;
}
.button_bonus {
margin-left: 32px;
display: flex
;
flex-direction: column;
align-items: center;
gap: 14px;
}
.content_section table td a {
padding: 10px;
color: #fff;
text-decoration: none;
}