.post-box .btn {
    text-decoration: none !important;
}

.post-box img {
	max-width: 100%;
	width: auto;
}

.tabs-content {
    display: none;
}
.mainEntity p {
	margin-bottom: 25px !important;
}
.tabs-content:first-child {
    display: block;
}
.sort-table__game span {
	text-align: left;
}
.hide-winners {
    display: none;
}
ol {
	padding-left: 20px;
}
ol li {
    list-style: auto;
}
.games-item__content {
	background: transparent;
}
/* .legal-page {
	padding-top: 60px;
} */
.legal-page .post-box h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}
.legal-page .post-box img {
	border-radius: 10px;
}

.post-box ul a, .post-box ol a {
	font-weight: 600;
	text-decoration: underline;
}

/* .table-winers__all tr {
	overflow: hidden;
	max-height: 0;
	transition: all 1s;
	display: flex;
} */
/* .table-winers__all td {
	flex-grow: 1;
} */
/* .table-winers__all tr.active {
	max-height: 200px;
} */

/* .table-winers__all td, .table-winers__all th {
	width: 190px;
}
.table-winers__all td:nth-child(1), .table-winers__all th:nth-child(1) {
    width: 252px;
} */

.hide-arrow .menu-list > li.has-dropdown > a::before {
	display: none;
}
.hide-arrow .sub-menu {
	display: none;
}
.hide-arrow .menu-list > li.has-dropdown > a {border-radius: 10px;}


.casin-list li {
    font-size: 14px;
    color: #9789cd;
    font-weight: 400;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.page-error {
	padding: 70px 0 150px;
}
.page-error img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .casin-list a {
        font-size: 12px;
    }
	.page-error {
		padding: 40px 0;
	}
}


@media only screen and (max-width: 767px) {
	.legal-page .post-box h2 {
		font-size: 16px;
		line-height: 1.25;
	}
}