/*
 * Custom site styles for bet-bw.com
 *
 * Moved here from the WordPress Customizer "Additional CSS" box so it lives in
 * the theme and can be version-controlled. Once this file is live you can clear
 * the Customizer > Additional CSS field.
 *
 * Dynamic, per-item values (casino logo background colour and star-rating width)
 * are passed in from the [casino-list] shortcode through CSS custom properties
 * (--logo-bg / --rating) instead of hard-coded inline style rules.
 */

/* Navigation / dropdowns ------------------------------------------------- */
#fast-links-mobile {
	margin-bottom: 20px;
}

.dropdown-item {
	padding: .25rem 1rem;
}

.dropdown-menu {
	min-width: 11rem;
}

#menu-item-732 a::before {
	content: url(https://bet-bw.com/wp-content/uploads/2025/04/orange-money-logo-icon.svg);
	width: 24px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 0;
}

#menu-item-668 a::before {
	content: url(https://bet-bw.com/wp-content/uploads/2025/04/smega-logo-icon.svg);
	width: 24px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 0;
}

#menu-item-674 a::before {
	content: url(https://bet-bw.com/wp-content/uploads/2025/04/skrill-logo-icon.svg);
	width: 24px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 0;
}

#menu-item-703 a::before {
	content: url(https://bet-bw.com/wp-content/uploads/2025/04/myzaka-logo-icon.svg);
	width: 24px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 0;
}

#menu-item-713 a::before {
	content: url(https://bet-bw.com/wp-content/uploads/2025/04/eft-logo-icon.svg);
	width: 24px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 0;
}

@media (min-width: 768px) {
	.bs-row {
		margin-top: 10px;
		background: #f6f6f6;
		padding: 20px;
		height: auto;
		display: inline-block;
		margin-bottom: 10px;
	}

	.gb-logo {
		height: 55px;
		width: 150px;
		float: left;
		border-radius: 10px;
		box-shadow: 2px 5px 4px #eee;
		background: #fff;
		display: flex;
		padding: 10px;
		margin-right: 20px;
	}

	.gb-content {
		margin-right: 5px;
	}

	.home #fast-links-mobile {
		display: flex;
		justify-content: space-between;
	}

	.home .sb-header {
		padding-bottom: 0;
	}
}

.visible-xs {
	display: none;
}

.hidden {
	display: none !important;
}

#colophon {
	justify-content: space-between;
	display: flex;
	flex-direction: row-reverse;
}

.wrapper {
	padding: 10px 0;
}

.foot-icons img {
	margin: 0 2px;
}

.entry-content ol li {
	margin-left: 20px;
}

.entry-content ol > li::marker {
	content: "#" counter(list-item) " ";
	color: #6dabd3;
	position: relative;
	font-size: 1rem;
	font-weight: bold;
}

@media (max-width: 768px) {
	.img-fluid {
		max-width: 100px !important;
	}

	.navbar-nav {
		border-top: solid 1px #ffffff1f;
		margin-top: 10px;
	}

	.navbar-toggler {
		padding: .35rem .5rem;
		font-size: .75rem;
	}

	.bs-row {
		margin-top: 10px;
		background: #f6f6f6;
		padding: 20px;
		height: auto;
		display: block;
		margin-bottom: 10px;
	}

	.gb-logo {
		width: 100%;
		text-align: center;
		border-radius: 10px;
		box-shadow: 2px 5px 4px #eee;
		background: #fff;
		display: block;
		padding: 10px;
		margin-bottom: 15px;
	}

	.gb-content {
		display: block;
	}

	.alert {
		position: absolute;
		padding: 2px 10px;
		font-size: 12px;
		border-radius: 5px;
		margin: 0;
		left: calc(50vw - 75px);
		width: 100px;
		top: 80px;
	}

	.webad {
		display: none;
	}

	.custom-msg {
		padding: 0 20px;
	}

	.foot-icons {
		display: block;
		margin-top: 10px !important;
	}

	.custom-msg img {
		margin-top: 15px;
	}

	table {
		display: block;
		overflow: scroll;
	}

	.visible-xs {
		display: block;
		text-align: center;
		margin-top: 20px;
		margin-bottom: -10px;
	}

	#colophon {
		justify-content: space-between;
		display: block;
	}

	.info {
		text-align: center;
		display: block;
		margin-top: 15px;
	}
}

/* Casino list -------------------------------------------------------------- */
.casino-list {
	counter-reset: count 0;
}

.casino-list .casino-row {
	counter-increment: count 1;
}

.casino-list .casino-row .counter:after {
	content: counter(count);
}

.casino-row {
	box-shadow: 0 2px 8px 0 rgba(33, 36, 38, .1);
	background-color: #fff;
	margin: 30px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 20px;
}

.casino-row > div {
	text-align: center;
}

.casino-row > span {
	position: absolute;
	background: #6eabd3a3;
	top: -15px;
	padding: 5px 10px;
	left: -10px;
	border-radius: 5px;
	color: #fff;
}

.casino-row .name {
	display: flex;
	align-items: center;
}

.casino-row .name a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	color: #0f2b3c;
	text-align: center;
}

.casino-row .logo {
	overflow: hidden;
	border-radius: 8px;
	margin-right: 15px;
	min-height: 70px;
	align-content: center;
	background-color: var(--logo-bg, transparent);
}

.casino-row .logo img {
	width: 150px;
	max-height: 60px;
	padding: 15px;
}

.casino-row .bonus {
	border-left: 1px solid #80808059;
	padding-left: 20px;
	border-right: 1px solid #80808059;
	padding-right: 20px;
	text-align: center;
}

.casino-row .bonus strong {
	color: #c62620;
}

.casino-row .bonus h4 {
	font-size: 18px;
	line-height: 15px;
	font-weight: 600;
	color: #404040;
	margin: 5px auto;
}

.casino-row .bonus a {
	font-size: 13px;
	color: #595959;
	line-height: 10px;
	text-decoration: none;
	font-weight: 600;
}

.casino-row .btn-holder {
	text-align: center;
}

.casino-row .btn:not(.review-link) {
	text-align: center;
	display: inline-block;
	background-color: #2f78a8;
	border-radius: 28px;
	color: #fff;
	padding: 6px 40px;
	font-weight: 400;
	letter-spacing: .6px;
	text-decoration: none;
}

.entry-content .button {
	text-align: center;
	background-color: #2f78a8;
	border-radius: 28px;
	color: #fff;
	padding: 8px 30px;
	font-weight: 400;
	letter-spacing: .6px;
	text-decoration: none !important;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 10px;
	margin-bottom: -5px;
}

.entry-content .button::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("https://bet-bw.com/wp-content/uploads/2026/06/check-icon.svg") center / contain no-repeat;
	flex: 0 0 16px;
}

.entry-content .button i[class*="fa"],
.entry-content .button .fas,
.entry-content .button .far,
.entry-content .button .fab {
	display: none;
}

.casino-row .btn.review-link {
	color: #2f78a8;
	font-size: 14px;
	display: block;
}

.casino-row .rating {
	display: inline-block;
	padding: 13px 11px;
	background: #f0eff8;
	color: #9797b2;
	font-weight: 600;
	font-size: 14px;
	border-radius: 8px;
	margin-right: 12px;
	transform: skewX(-10deg);
}

.casino-row .rating-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #80808059;
}

.casino-row .stars {
	position: relative;
	margin-right: 8px;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	white-space: nowrap;
	vertical-align: middle;
	/* Reserve the full star width up front so rating rows stay stable. */
	min-width: 6.25em;
	height: 1.2em;
}

.casino-row .rating-holder > div {
	border: 1px solid #d7d7d799;
	border-radius: 20px;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

/* Star rating: gold "fill" layer clipped to --rating over a grey base layer. */
.casino-row .stars .stars-base {
	color: #e0e0e6;
}

.casino-row .stars .stars-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--rating, 0);
	overflow: hidden;
	white-space: nowrap;
	color: #ffb400;
}

.casino-row .stars .star-icon {
	margin-right: .5px;
	display: inline-block;
	width: 1.25em;
	height: 1.2em;
	fill: currentColor;
	vertical-align: top;
}

.casino-row .stars .star-icon:last-child {
	margin-right: 0;
}

.casino-row .btn .btn-icon {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: -2px;
}

@media (min-width: 768px) {
	.alert {
		position: absolute;
		padding: 2px 10px;
		font-size: 12px;
		border-radius: 5px;
		margin: 0;
		left: 360px;
		width: 100px;
		top: 20px;
	}

	.mobad {
		display: none;
	}

	.casino-row .rating img {
		display: none;
	}

	.casino-row .mobile-rating > span {
		display: none;
	}
}

@media (max-width: 768px) {
	.hidden-xs {
		display: none;
	}

	.casino-list {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.casino-row {
		display: block;
		margin-top: 30px;
		margin-bottom: 0;
		padding: 10px;
	}

	.casino-row > div {
		border: none !important;
	}

	.casino-row > span {
		left: auto;
		right: 20px;
	}

	.casino-row .name {
		padding-bottom: 5px;
	}

	.casino-row .logo {
		margin-bottom: 15px;
	}

	.casino-row .name a {
		display: block;
		margin: 10px auto -10px auto;
	}

	.casino-row .rating-holder {
		margin-bottom: 20px;
	}

	.casino-row .bonus {
		background-position-y: center;
		text-align: center;
		padding: 10px 0;
	}

	.casino-row .bonus h4 {
		font-size: 16px;
		margin: 5px auto;
	}

	.casino-row .btn {
		display: inline-block !important;
	}
}

/* Layout / content --------------------------------------------------------- */
body {
	background-color: #f6f6f6;
}

#content {
	background: white;
	padding: 20px 30px;
	margin-top: 10px;
}

.img-fluid {
	max-width: 125px;
}

.bg-primary {
	background-color: #6dabd3 !important;
}

.home #content ul {
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.home #content li {
	margin-left: 0;
	padding: 10px 20px;
	list-style: none;
	border-bottom: dotted 2px #6868684d;
	background: #6dabd31a;
}

.home #content li span {
	text-decoration: underline;
	text-underline-offset: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 3rem;
	text-decoration-color: #6dabd3;
}

#wrapper-footer {
	text-align: center;
	margin-bottom: -30px;
}

.faq-row {
	background: #f0f7fb;
	margin: 10px 0;
	padding: 20px;
	border-bottom: dotted 2px #6868684d;
}

.question {
	font-weight: bold;
	margin-bottom: 15px;
}

.custom-link {
	display: block;
	text-align: center;
}

.sb-header {
	padding-bottom: 15px;
	font-size: 1.5rem;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
	background: #f6f6f6;
	padding: 10px 20px;
}

.sb-row {
	background: white;
	color: #2f6f98;
	padding: 7px 15px;
	margin: 2px 0;
}

.sb-row a {
	color: #2f6f98;
}

.table_main {
	background: #f6f6f6;
}

.table td {
	padding: .75rem;
	vertical-align: top;
	border: 1px solid #dee2e6;
}

.entry-content ul,
ol {
	padding-left: 0;
}

.entry-content ul li {
	background: #f0f7fb;
	padding: 8px 20px;
	list-style: none;
}

.entry-content ol {
	padding: 20px;
	background: #f0f7fb;
	list-style: none;
	padding-left: 20px;
}

.entry-content ol li {
	padding: 5px 0;
}

.aditional-ul {
	padding-left: 30px !important;
}

.aditional-ul li {
	list-style: circle !important;
}

@media (min-width: 768px) {
	.col-md-8 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.col-md-9 {
		flex: 0 0 100%;
		max-width: 100% !important;
	}

	.col-md-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
}

@media (max-width: 768px) {
	#content {
		padding: 10px 20px;
	}

	.home #content ul {
		display: block;
	}

	.home #content li {
		margin-bottom: 10px;
	}

	.h1,
	h1 {
		font-size: 1.95rem;
	}

	.h2,
	h2 {
		font-size: 1.65rem;
	}
}

/* Tables ------------------------------------------------------------------- */
table thead th {
	color: #fff;
	background-color: #808080 !important;
	border-color: #606060;
}

table {
	background: white;
	font-size: 15px;
	margin-bottom: 20px;
}

table,
th,
td {
	font-size: var(--table-font-size);
	border-width: var(--table-border-width, 1px);
	border-style: var(--table-border-style, solid);
	border-color: #c4c4c4;
}

th,
td {
	padding: var(--table-padding, 0.5em);
	background: #fdfdfd;
}
