/*
Theme Name: bet-theme
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bet-theme
*/
.wp-block-heading {
	margin: 20px 0 10px;
}
.wp-block-list li {
	margin: 10px 0;
}
.players_ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
}
.players_ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.players_ul > li > strong {
	display: block;
	margin-bottom: 10px;
}
.wp-block-gallery {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px;
}

.review-page__content h2 {
	color: rgb(0, 0, 0);
	background-color: transparent;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	vertical-align: baseline;
	white-space: pre-wrap;
	line-height: 1.295;
	margin-top: 35px;
}

.review-page__content h3 {
	line-height: 1.295;
	margin-top: 5px;
	margin-bottom: 10px;
	color: rgb(0, 0, 0);
	background-color: transparent;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	vertical-align: baseline;
	white-space: pre-wrap;
}

.review-page__content h1 {
	color: rgb(0, 0, 0);
	background-color: transparent;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	vertical-align: baseline;
	white-space: pre-wrap;
	line-height: 1.295;
	margin-bottom: 24px !important;
	font-family: Exo2, sans-serif !important;
	font-size: 30px !important;
}

.page-navigation {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
	flex-wrap: wrap;
}

.page-nav {
	display: flex;
	align-items: center;

	flex-wrap: wrap;
	margin-top: 8px;
}

.page-numbers {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: 0.3s ease-out all;
	height: 48px;
	padding: 0 20px 0px 20px;
	border-radius: 12px;
	border: none;
	user-select: none;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: -0.004em;
	color: #141825;
	background: rgba(226, 226, 226, 0.5);
	margin: 0  4px;
}

.prev.page-numbers,.next.page-numbers {
	padding: 0 13px;
}

.page-numbers.nav-pages__current {
	color: #fff;
	background: #2D80F9;
	cursor: default;
}

.page-numbers:hover {
	color: #fff;
	background: #2D80F9;
}

@media (max-width: 768px) {
	.page-numbers {
		margin: 4px;
	}

	.page-numbers {
		padding: 4px 13px;
		height: 37px;
		border-radius: 7px;
		margin: 2px;
	}

	.prev.page-numbers, .next.page-numbers {
		padding: 0 7px;
	}

	a.page-numbers.first + a {
		display: none;
	}
}


.aside-block-wrapper--reviews .news-item:hover {
	box-shadow: none;
}

.aside-block-wrapper--reviews .news-item__title:hover {
	color: #1473FB;
}

.aside-block-wrapper--reviews .news-item__title {
	transition: 0.3s ease-out all;
}

.aside-block-wrapper--reviews .news-item__info {
	padding-bottom: 0;
	padding-top: 5px;
}

.aside-block-wrapper--reviews .news-item__item {
	margin-bottom: 15px;
}

.page-width-aside aside .aside-block-wrapper--reviews h4 {padding-top: 10px;}

.aside-block-wrapper--reviews .news-item__item:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.page-width-aside aside {
		display: block !important;
		width: 100%;
		margin: 0;
		padding-top: 0;
		min-width: 100%;
	}

	.page-width-aside {
		display: block;
	}

	.page-width-aside .review-page {
		padding-bottom: 8px;
	}

	.news-item__image {
		max-width: 312px;
		margin: auto;
	}
}

.header__top {
    z-index: 25;
}
.feedback__rating-wrapper {
    padding: 16px 16px 24px 16px;
    background: #fff;
    border-radius: 16px;
}
@media (max-width: 767px) {
	.feedback__rating-wrapper {
		margin-bottom: 26px;
	}
	.reviews-view-block .reviews-view-block__list-item:last-child {
		display: none;
	}
}
@media (min-width: 767px) {
	.feedback__rating-wrapper {
		padding: 32px 32px 24px 32px;
	}
}
.reviews-view-block.is-fixed {
	z-index: 25;
}
@media (min-width: 767px) {
	.reviews-view-block.is-fixed {
		background: #fff;
	}

	.reviews-view-block.is-fixed .title {
		margin: 0;
		padding: 10px 20px;
		padding-bottom: 20px;
	}

	.reviews-view-block.is-fixed .reviews-view-block__list-only {
		padding-top: 0;
	}
}

.feedback__comment {
    color: #141825;
}

.quick-links-wrapper .tabs {
    border-radius: 16px;
    margin-bottom: 15px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 50px;
    padding-left: 20px;
    border-bottom: 1px solid #F6F6F4;
}


.base-table table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #f1f2f3 !important;
}

.base-table table td,.base-table table th {
    padding: 8px;
}
.table-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 22px;
    margin-top: 14px;
}

.base-table ul, .base-table ol {
    margin-bottom: 24px;
    padding-left: 10px;
    padding-inline-start: 0px !important
}

.base-table ul li, .base-table ol li {
    padding-left: 20px;
    position: relative;
    list-style: none !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    font-family: Exo2, sans-serif !important;
    font-size: 16px !important;
		    margin: 10px 0;
	    line-height: 28px !important;
}

.base-table ul li > span, .base-table ul li p, .base-table ol li > span, .base-table ol li p {
    margin-bottom: 20px !important;
    font-family: Exo2, sans-serif !important;
    font-size: 16px !important;
    display: inline-block
}

.base-table ul li:before, .base-table ol li:before {
    content: '';
    background: #1473FB;
    width: 4px;
    height: 4px;
    left: 4px;
    top: 12px;
    display: block;
    border-radius: 4px;
    position: absolute
}

.base-table ol li:before {
    content: counter(list) '.';
    background: 0;
    height: auto;
    width: auto;
    top: 1px;
    font-size: 14px;
    color: #1473FB;
}

.base-table ol {
    counter-reset: list;
}

.base-table ol li {
    counter-increment: list;
}

.base-table a:not(.kapper-iiw__cta) {
    color: #1473fb;
    text-decoration: underline;
}

.base-table a:not(.kapper-iiw__cta):hover {
    text-decoration: none;
}