/**
 * Site custom styles (formerly WordPress Customizer → Additional CSS).
 * Loaded after style.css so these rules win over normalize/base theme CSS.
 */

.container {
	display: grid;
	gap: 15px;
}

.pros ul,
.cons ul {
	padding: 10px 0 !important;
}

.pros {
	margin: 0;
	background: #f9f9f9;
	padding: 0 20px 20px;
}

.pros h3 {
	color: green;
	margin: 15px 0 0;
	border-bottom: solid 1px;
}

.pros li,
.cons li {
	list-style: none;
}

.pros li:before {
	content: url(https://betappmobil.com/wp-content/uploads/2026/05/check-icon.svg);
	position: relative;
	top: 2px;
	margin-right: 6px;
}

.cons li:before {
	content: url(https://betappmobil.com/wp-content/uploads/2026/05/xmark-icon.svg);
	position: relative;
	top: 2px;
	margin-right: 6px;
}

.cons {
	background: #f9f9f9;
	padding: 0 20px 20px;
}

.cons h3 {
	color: red;
	margin: 15px 0 0;
	border-bottom: solid 1px;
}

table {
	width: 100%;
	max-width: 100%;
	border-collapse: separate;
	margin-bottom: 20px;
	border-spacing: 1px;
	margin-top: 15px;
}

table th {
	border-bottom: solid 2px #50aca9;
	background: #9aa4a8;
	font-weight: 700;
	color: #fff;
}

table td,
table th {
	padding: 1em;
	vertical-align: top;
	text-align: left;
	font-size: 0.9em;
}

table tbody td {
	background: #eff1f2 !important;
	border-bottom: solid 1px #d5d5d5;
}

.headerad-desktop {
	margin-bottom: 10px;
}

.alert {
	margin-left: -20px;
	margin-right: -20px;
	text-align: center;
	padding: 9px 0 5px;
	text-transform: uppercase;
	margin-bottom: -20px;
	font-size: 14px;
	margin-top: 10px;
}

.alert.alert-warning {
	background: #f436421f;
	color: #ff0b0b;
	border-bottom: 1px solid #ff000029;
}

.alert.alert-success {
	background: #4caf502b;
	color: #4caf50;
	border-bottom: 1px solid #4caf506e;
}

body.page-template-default .entry-header {
	height: auto;
}

#casinos-table .alert {
	margin: 0 0 5px;
	display: inline-block;
	font-size: 11px;
	padding: 0 10px;
}

#casinos-table .alert.alert-warning {
	border: 1px solid #ff000029;
}

#casinos-table .alert.alert-success {
	border: 1px solid #4caf506e;
}

#casinos-table .table-name a {
	display: block;
}

.review-links li {
	list-style: none;
}

.bookmaker-table {
	display: flex;
	flex-wrap: wrap;
}

.bookmaker-table .bookmaker {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}

.bookmaker-table .bookmaker > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.bookmaker-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.bookmaker-logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.booktabletext {
	text-align: center;
	width: 100%;
}

.open-button {
	color: #333;
	background: #444;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #333;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font: inherit;
	appearance: none;
	-webkit-appearance: none;
}

.open-button:hover {
	color: #ccc;
}

.open-button img {
	height: 20px !important;
	width: auto !important;
	max-width: 24px !important;
	max-height: 20px !important;
	margin-left: 10px;
	flex-shrink: 0;
	object-fit: contain;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
}

.popup-content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
	background: #fff;
}

.popup-content h2 {
	padding: 0;
	color: #333;
	margin: -20px 0 20px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
}

.popup-content li {
	list-style: none;
	line-height: 40px;
}

.popup-content li a {
	color: #333;
	text-decoration: none;
}

.popup-content li img,
.popup-content .flags-flex img,
.popup-content .flags-flex li img {
	display: block;
	width: 30px !important;
	height: 30px !important;
	max-width: 30px !important;
	max-height: 30px !important;
	min-width: 0;
	flex: 0 0 30px;
	margin-right: 8px;
	position: static;
	top: auto;
	flex-shrink: 0;
	object-fit: contain;
}

.flags-flex {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px 12px;
	justify-items: start;
	align-items: center;
	margin: 0;
	padding: 0;
}

.flags-flex span {
	color: #333;
	text-align: left;
	line-height: 1.2;
}

.flags-flex li {
	flex-basis: auto;
	width: 100%;
	max-width: none;
	list-style: none;
	margin: 0;
	text-align: left;
	line-height: 1.2;
	display: flex;
	align-items: center;
}

.flags-flex a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	min-height: 30px;
	width: 100%;
	color: #333;
	text-decoration: none;
}

.close-button {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 5px;
	right: 10px;
	border-radius: 20px;
	font-size: 20px;
	text-align: center;
	color: #333 !important;
	text-decoration: none;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	font: inherit;
	appearance: none;
	-webkit-appearance: none;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-branding img {
	max-width: 150px;
	margin-top: 5px;
	margin-bottom: -2px;
}

.site-info img {
	float: right;
	margin-top: -3px;
}

footer#colophon,
#colophon {
	padding: 10px;
	background: #333;
	color: #fff;
	margin: auto;
	min-height: 25px;
	line-height: 20px;
	display: flex;
	align-items: center;
}

.review-links {
	column-count: 3;
}

.flag-column img {
	max-height: 25px;
	margin-right: 10px;
	position: relative;
	top: 6px;
}

.flag-column li {
	list-style: none;
	line-height: 30px;
	font-size: 18px !important;
	margin: 10px 0;
}

.footer-flags {
	display: flex;
}

#footer-flags {
	padding: 15px;
}

.flag-column {
	flex-basis: 25%;
}

.footer-flags a {
	text-decoration: none;
	color: #333;
}

#footer-links {
	background: #444;
	padding: 10px 15px;
	text-align: center;
	border-bottom: solid 1px #fafafa26;
}

#footer-links a {
	color: #4daaa7;
	list-style: none;
	text-decoration: none;
}

.site-link img {
	margin-top: 6px;
}

@media screen and (max-width: 768px) {
	table {
		display: block;
		overflow: scroll;
	}

	.headerad-desktop {
		margin: 20px 20px 15px;
	}

	.bookmaker-logo {
		width: 100%;
	}

	.bookmaker-logo img {
		height: 35px;
		max-width: 150px;
	}

	.bookmaker-table .bookmaker {
		padding: 20px 10px 10px;
		width: calc(50% - 10px);
		border: 1px solid #eee;
		margin: 5px;
		background: #fafafa;
	}

	.booktabletext {
		text-decoration: none !important;
		color: #333 !important;
		margin-top: 5px;
		line-height: 18px;
		font-size: 14px;
	}

	.bookmaker-table a:hover {
		text-decoration: none;
		border: solid 1px #ffce06 !important;
		background: #fff !important;
	}

	.bookmaker-table a {
		text-decoration: none !important;
	}

	.bookmaker-table {
		margin-top: 20px;
		justify-content: flex-start !important;
		align-content: flex-start;
	}

	.popup-content h2 {
		margin: 0 0 20px !important;
		font-size: 16px !important;
	}

	.accordion-item {
		padding: 20px;
	}

	.accordion-thumb {
		margin: 0 0 10px !important;
	}

	.reviewc ol {
		padding: 20px 0 20px 20px;
	}

	.content-box .accordion {
		padding: 0 !important;
		margin: 0 !important;
	}

	.content-box ul {
		padding: 0 !important;
		margin: 0 !important;
	}

	.reviewc ul {
		padding: 20px 0 0 20px !important;
	}

	.reviewc li ul {
		padding: 10px 0 0 10px !important;
	}

	.reviewc li {
		margin-bottom: 5px;
	}

	.flags-flex {
		grid-template-columns: repeat(2, 1fr);
	}

	.flags-flex li {
		font-size: 13px !important;
	}

	.close-button {
		width: 25px;
		height: 25px;
		position: absolute;
		right: -5px !important;
		border-radius: 20px;
		font-size: 20px;
		text-align: center;
		color: #333 !important;
		text-decoration: none;
	}

	.footercenter a,
	.footercenter a:visited,
	.footercenter .open-button {
		justify-content: center;
	}

	footer#colophon {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
		padding: 15px 10px;
		height: auto;
	}

	.footerleft,
	.footercenter,
	.footerright {
		flex: none;
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin: 0;
	}

	.footercenter {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 0;
	}

	.footerright {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

	.footerright img {
		float: none;
		margin: 0;
	}

	.casino-button a {
		padding: 8px 26px;
	}

	#casinos-table .table-row {
		display: block;
		position: relative;
		padding: 10px 0 48px 90px;
		border-bottom: 1px solid #eee;
		margin: 10px 0;
		height: auto;
		min-height: 132px;
		box-sizing: border-box;
	}

	.table-name a {
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}

	#casinos-table .tablelogo {
		position: absolute;
		left: 0;
		top: 10px;
		width: 70px;
		height: 70px;
		margin: 0;
		float: none;
	}

	#casinos-table .table-name {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#casinos-table .table-bonus {
		display: block;
		width: 100%;
		margin: 0;
		padding: 2px 0 0 !important;
		box-sizing: border-box;
	}

	#casinos-table .table-rating {
		position: absolute;
		left: 0;
		top: 84px;
		width: 70px;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#casinos-table .table-rating .star-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		padding: 0;
		background: transparent;
		min-width: 0;
		min-height: 0;
		width: auto;
	}

	#casinos-table .table-rating .stars {
		width: 55px;
		min-width: 55px;
		min-height: 11px;
		height: 11px;
		overflow: hidden;
		margin: 0 auto;
		flex-shrink: 0;
		display: inline-flex;
		flex-direction: row;
		align-items: stretch;
		line-height: 0;
		font-size: 0;
	}

	#casinos-table .table-rating .stars .fill {
		display: block;
		z-index: 0;
		top: 0;
		bottom: 0;
		height: auto;
		pointer-events: none;
	}

	#casinos-table .table-rating .stars .star,
	#casinos-table .table-rating .stars .star:before {
		width: 11px;
		height: 11px;
		flex: 0 0 11px;
		line-height: 0;
		font-size: 0;
		float: none;
	}

	#casinos-table .table-rating .stars .star:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
		filter: grayscale(1);
		z-index: 1;
	}
	.table-review {
		position: absolute;
		display: block;
		float: right;
		bottom: 15px;
		right: 80px;
	}

	.table-visit {
		position: absolute;
		float: right;
		bottom: 15px;
		right: 0;
	}

	.table-visit a {
		border-radius: 5px;
		color: #fff;
		background: #50aca9;
		text-decoration: none;
		padding: 5px 15px 6px;
		font-size: 14px;
	}

	.table-review a {
		border-radius: 5px;
		padding: 5px 23px 5px 0;
		color: #50aca9;
		background: #fff;
		text-decoration: none;
		font-size: 15px;
	}

	#casinos-table .table-rating .stars .star:after {
		display: none !important;
	}

	#casinos-table .table-rating span:not(.fill) {
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		display: block;
		width: 100%;
		margin-top: 0;
		padding-left: 0;
		top: 0;
		line-height: 1;
	}

	#casinos-table .table-rating .star {
		width: 11px;
		height: 11px;
		flex: 0 0 11px;
		z-index: 1;
	}

	.sidebar-top .stars {
		width: 70px;
		min-width: 70px;
		min-height: 14px;
		height: 14px;
		flex-shrink: 0;
		margin: 0 auto;
	}

	.sidebar-top .star-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		width: 100%;
	}

	.sidebar-top .star-container span {
		margin-top: 0;
	}

	.sidebar-top .star-container span:not(.fill) {
		top: 0;
		padding-left: 0;
		line-height: 1;
		text-align: center;
		width: 100%;
		display: block;
	}

	.popup-content {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 20px;
		position: relative;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
		background: #fff;
	}

	.site-branding img {
		width: 130px;
		padding: 5px 0;
	}

	#masthead {
		background: #f9f9f9;
		border-bottom: 1px solid #3f8f8b !important;
	}

	.review-links {
		column-count: 2 !important;
	}

	body.page-template-default .entry-header .available {
		clear: both;
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: center;
		gap: 6px;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-top: 14px;
		padding: 10px 8px;
		box-sizing: border-box;
	}

	body.page-template-default .entry-header .available img {
		display: block;
		float: none;
		height: 22px;
		max-height: 22px;
		width: auto;
		max-width: 100%;
		margin: 0;
		padding: 0;
		object-fit: contain;
	}

	body.page-template-default .entry-header .available img:nth-child(1) {
		justify-self: start;
	}

	body.page-template-default .entry-header .available img:nth-child(2) {
		justify-self: center;
	}

	body.page-template-default .entry-header .available img:nth-child(3) {
		justify-self: end;
	}
}

@media screen and (max-width: 400px) {
	.review-links {
		column-count: 1 !important;
	}
}

@media screen and (min-width: 768px) {
	.custom-paragraph {
		background-color: #fff;
		border-radius: 5px;
		margin: 20px auto 0;
	}

	.bookmaker-logo {
		width: 100%;
	}

	.bookmaker-logo img {
		height: 50px;
		max-width: 150px;
	}

	.bookmaker-table .bookmaker {
		padding: 20px 25px 15px;
		width: calc(16.6% - 10px);
		border: 1px solid #eee;
		margin: 5px;
		background: #fafafa;
		color: #333;
		font-size: 15px;
	}

	.bookmaker-table a:hover {
		text-decoration: none;
		border: solid 1px #4daaa7 !important;
		background: #fff !important;
		color: #3f8f8b !important;
	}

	.bookmaker-table {
		justify-content: flex-start !important;
		align-content: flex-start;
	}

	.booktabletext {
		text-decoration: none !important;
		margin-top: 10px;
	}

	.bookmaker-table a {
		text-decoration: none !important;
	}

	.popup-content {
		width: 720px;
		height: auto;
		margin: 120px auto 0;
		box-sizing: border-box;
		padding: 40px;
		position: relative;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
		background: #fff;
		border-radius: 10px;
	}

	.popup-content h2 {
		font-size: 20px;
	}
}
