/* [top_casinos] / [bbc_top_casinos] shortcode. */
.mgb-top-casinos {
	display: grid;
	gap: 16px;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.mgb-top-casino {
	align-items: center;
	background: #fffefa;
	border: 1px solid rgba(26, 28, 37, 0.06);
	border-radius: 10px;
	box-shadow: 0 10px 24px rgba(26, 28, 37, 0.08);
	box-sizing: border-box;
	color: #1a1c25;
	display: grid;
	gap: 16px;
	grid-template-columns: 56px 56px minmax(0, 1fr) 150px;
	min-height: 138px;
	padding: 12px 22px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mgb-top-casino:hover {
	border-color: rgba(53, 212, 127, 0.7);
	box-shadow: 0 16px 34px rgba(26, 28, 37, 0.12);
	transform: translateY(-3px);
}

.mgb-top-casino.is-featured {
	border-color: #35d47f;
	box-shadow: 0 12px 28px rgba(33, 185, 105, 0.16);
}

.mgb-top-casino__rank {
	color: #1a1c25;
	font-size: 34px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.mgb-top-casino.is-featured .mgb-top-casino__rank {
	color: #35d47f;
}

.mgb-top-casino__logo {
	align-items: center;
	background: #2fc777;
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 950;
	height: 46px;
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	width: 46px;
}

.mgb-top-casino__logo img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mgb-top-casino:nth-child(2) .mgb-top-casino__logo {
	background: #249e94;
}

.mgb-top-casino:nth-child(3) .mgb-top-casino__logo {
	background: #9d53cf;
}

.mgb-top-casino__main {
	min-width: 0;
}

.mgb-top-casino__main h3 {
	align-items: center;
	color: #1d2029;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	font-weight: 950;
	gap: 8px;
	line-height: 1.12;
	margin: 0;
}

.mgb-top-casino__main h3 span {
	align-items: center;
	background: #dff8e8;
	border-radius: 5px;
	color: #16824a;
	display: inline-flex;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: 0.7px;
	line-height: 1;
	padding: 5px 8px;
	text-transform: uppercase;
}

.mgb-top-casino__main h3 span::before {
	content: "✓";
	font-size: 9px;
	margin-right: 5px;
}

.mgb-top-casino__main p {
	color: #6b707a;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
	margin: 4px 0 0;
	max-width: 520px;
}

.mgb-top-casino__advantages {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 8px;
}

.mgb-top-casino__advantages span {
	background: #e8f7ed;
	border-radius: 5px;
	color: #16824a;
	display: inline-flex;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: 1px;
	line-height: 1;
	padding: 5px 8px;
	text-transform: uppercase;
}

.mgb-top-casino__advantages span:first-child::before {
	background: #21b969;
	border-radius: 999px;
	content: "";
	height: 5px;
	margin-right: 5px;
	width: 5px;
}

.mgb-top-casino__bonus {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.mgb-top-casino__bonus span {
	color: #0f9f58;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.mgb-top-casino__bonus strong {
	color: #50545c;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.2;
}

.mgb-top-casino__actions {
	align-items: stretch;
	display: grid;
	gap: 7px;
	justify-items: stretch;
}

.mgb-top-casino__rating {
	align-items: center;
	background: #171a22;
	border-radius: 8px;
	box-shadow: 0 8px 16px rgba(26, 28, 37, 0.16);
	color: #fff;
	display: grid;
	height: 44px;
	justify-items: center;
	padding-top: 4px;
}

.mgb-top-casino__rating strong {
	color: #35d47f;
	font-size: 20px;
	font-weight: 950;
	letter-spacing: 2px;
	line-height: 1;
}

.mgb-top-casino__rating span {
	color: #cfd4dc;
	font-size: 8px;
	font-weight: 950;
	letter-spacing: 1.8px;
	line-height: 1;
	text-transform: uppercase;
}

.mgb-top-casino__visit {
	align-items: center;
	background: linear-gradient(180deg, #50e692 0%, #35d47f 100%);
	border-radius: 999px;
	box-shadow: 0 8px 16px rgba(26, 28, 37, 0.16);
	color: #0b1215 !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	justify-content: center;
	min-height: 32px;
	text-decoration: none;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mgb-top-casino__visit:hover,
.mgb-top-casino__visit:focus-visible {
	background: linear-gradient(180deg, #61efa0 0%, #2ed47d 100%);
	box-shadow: 0 12px 22px rgba(33, 185, 105, 0.24);
	transform: translateY(-2px);
}

.mgb-top-casino__review {
	align-items: center;
	border-bottom: 1px dashed #e6ddd0;
	color: #9a9da3 !important;
	display: inline-flex;
	font-size: 11px;
	font-weight: 850;
	justify-content: center;
	padding-bottom: 4px;
	text-decoration: none;
	transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.mgb-top-casino__review:hover,
.mgb-top-casino__review:focus-visible {
	border-color: #35d47f;
	color: #0f9f58 !important;
	transform: translateY(-1px);
}

@media screen and (max-width: 767px) {
	.mgb-top-casino {
		gap: 12px;
		grid-template-columns: 44px minmax(0, 1fr) 86px;
		padding: 16px;
	}

	.mgb-top-casino__rank {
		font-size: 26px;
		grid-row: span 2;
	}

	.mgb-top-casino__logo {
		height: 42px;
		width: 42px;
	}

	.mgb-top-casino__main {
		grid-column: 2 / -1;
	}

	.mgb-top-casino__actions {
		grid-column: 2 / -1;
		grid-template-columns: 86px 1fr 1fr;
	}

	.mgb-top-casino__rating {
		height: 42px;
	}
}
