.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;
}
.toggle_content_section_button:after {
transform: rotate(180deg);
}
.content_section {
display: none
}
#description_block_home {
margin-top: 90px
}
.toggle_content_section_button.show:after {
transform: rotate(0deg);
}
#simple_page {
margin: 120px 0;
}
#simple_page p {
margin-bottom: 20px;
}
#simple_page h1 {
text-align: center;
color: #fff;
font-size: 3.6rem;
margin-bottom: 25px;
}
#simple_page ul {
color: #fff;
margin-left: 20px;
display: flex;
flex-wrap: wrap;
margin-bottom: 10px;
}
#simple_page ul li {
width: 25%;
margin-bottom: 10px;
}
#simple_page ul li a {
color: #fff;
text-decoration: none;
font-size: 1.6rem;
font-weight: 600;
transition: 0.5s;
}
#simple_page p a {
color: #fff;
text-decoration: none;
font-size: 2.4rem;
font-weight: 600;
transition: 0.5s;
}
#simple_page p a:hover {
color: #fffa5d;
}
#simple_page ul li a:hover {
color: #fffa5d;
}
.button_more_post_all {
margin-left: 50px;
cursor: pointer;
}
#description_block_home ul li a {
color: #fff;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: bold;
transition: 0.5s;
}
#description_block_home ul li a:hover {
border-bottom: 1px solid transparent;
}
#description_block_home a {
color: #fff;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: bold;
transition: 0.5s;
}
#description_block_home a:hover {
border-bottom: 1px solid transparent;
}
.list_casino_table_blocks > div:nth-child(8) {
min-height: 52px;
}
#page_not_found {
margin: 140px 0;
}
.post_not_found_text {
text-align: center;
margin-bottom: 75px;
}
.post_not_found_text h1 {
font-weight: bold;
font-size: 8rem;
color: #fff;
}
.post_not_found_text p {
color: #fff;
font-size: 2rem;
font-weight: bold;
}
.post_not_found_text p a {
color: #fff;
text-decoration: none;
border-bottom: 1px solid #fff;
transition: 0.5s;
}
.post_not_found_text p a:hover {
border-bottom: 1px solid transparent;
}
.post_populat_casino h2 {
font-size: 4rem;
color: #fff;
text-align: center;
margin-bottom: 50px;
}
#simple_page h2 {
color: #fff;
font-size: 4rem;
font-weight: bold;
margin-bottom: 20px;
}
#simple_page h3 {
color: #fff;
font-size: 3.2rem;
font-weight: bold;
margin-bottom: 20px;
}
#simple_page h4 {
color: #fff;
font-size: 2.6rem;
font-weight: bold;
margin-bottom: 20px;
}
#simple_page p {
color: #fff;
font-size: 1.8rem;
margin-bottom: 20px;
line-height: 1.3;
}
#simple_page ul {
margin-left: 20px;
}
#simple_page ul li {
color: #fff;
font-size: 1.8rem;
margin-bottom: 20px;
line-height: 1.3;
}
@media screen and (max-width: 900px) {
#simple_page ul li {
width: 33%;
margin-bottom: 10px;
}
}
@media screen and (max-width: 640px) {
#simple_page ul li {
width: 100%;
margin-bottom: 10px;
}
.button_bonus {
margin-left: 0;
}
#menu_footer>ul>li>a {
margin: 0 15px;
}
.review_hero_img {
width: 100%;
}
.review_hero_img img {
max-width: 100%;
max-height: 179px;
object-fit: cover;
width: 100%;
}
.line_table>div {
overflow-wrap: anywhere;
}
}