.thirstylinkimg {
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
}

.thirstylinkimg img {
	display: block;
	max-width: 96px !important;
	max-height: 96px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
}

.casino-logo-cell {
	position: relative;
}

.casino-logo-wrap {
	position: relative;
	display: block;
	width: 160px;
	height: 96px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.casino-logo-wrap .thirstylinkimg {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 96px !important;
}

.casino-logo-wrap .thirstylinkimg img,
.casino-logo-wrap > img {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	height: 96px !important;
	max-height: 96px !important;
	object-fit: contain !important;
}

.casino-brand-icon {
	position: absolute;
	top: 17%;
	right: 7px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 6px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
	transform: translateY(-50%);
}

.casino-brand-icon img {
	display: block;
	max-width: 100%;
	object-fit: contain;
	height: 42px;
	width: 42px;
}

.table-bonus__info {
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
	color: #3a3a49;
	margin: 5px 0 0 0 !important;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	font-size: 14px;
	line-height: 1.4;
}

.bonus-info-item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.bonus-info-separator {
	display: inline-flex;
	align-items: center;
	margin: 0 3px;
}

.min-dep-tooltip {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.min-dep-tooltip__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #2f2f2f;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.min-dep-tooltip__text {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 10px);
	transform: translateX(-50%);
	z-index: 50;
	display: none;
	width: max-content;
	max-width: 320px;
	padding: 10px 12px;
	border-radius: 4px;
	background: #2f2f2f;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	text-align: left;
	white-space: normal;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.min-dep-tooltip__text::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 8px 8px 0 8px;
	border-style: solid;
	border-color: #2f2f2f transparent transparent transparent;
}

.min-dep-tooltip:hover .min-dep-tooltip__text,
.min-dep-tooltip:focus-within .min-dep-tooltip__text {
	display: block;
}

.name-table-custom span {
	font-size: 13px !important;
}

.table-payment {
	position: relative;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table-payment__wrap {
	display: flex;
	align-items: center;
	gap: 0;
	position: relative;
}

.table-payment__item,
.table-payment__call-second {
	margin-left: -10px;
}

.table-payment__second .table-payment__item {
	margin: 0;
}

.table-payment__item {
	position: relative;
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
	border-radius: 50%;
	border: 2px solid #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
}

.table-payment__item:hover {
	border-color: #d0d0d0;
	transform: translateY(-2px);
}

.table-payment__item img {
	width: 20px;
	height: 20px;
	object-fit: cover;
}

.table-payment__hide {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	background: #f1f1f1;
	padding: 5px 10px;
	border-radius: 12px;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: all 0.2s ease;
}

.table-payment__item:hover .table-payment__hide {
	opacity: 1;
	bottom: -38px;
}

.table-payment__call-second {
	width: 42px;
	height: 42px;
	min-height: 42px;
	min-width: 42px;
	border-radius: 50%;
	border: 2px solid #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #fff;
	font-weight: 600;
	transition: all 0.2s ease;
}

.table-payment__call-second:hover {
	border-color: #d0d0d0;
}

.table-payment__second {
	position: absolute;
	top: 50px;
	left: 0;
	background: #f4f4f4;
	padding: 15px;
	border-radius: 16px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	width: 220px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px) scale(0.95);
	transition: all 0.25s ease;
	z-index: 100;
}

.table-payment__second .table-payment__item {
	width: 40px;
	height: 40px;
}

.table-payment__call-second:hover + .table-payment__second,
.table-payment__second:hover {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.secure-connection {
	margin-top: 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 21px;
}

.table--rating-custom {
	margin: 5px 0 0 0 !important;
}

.name-table-custom {
	margin: 5px 0 0 0 !important;
}

.button-table-custom {
	margin-top: 10px !important;
}

.secure-connection svg {
	margin-right: 5px;
}

.table-license {
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table-license img {
	max-width: 120px;
	max-height: 40px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.review-table__custom-block {
	display: grid;
	grid-template-columns: 4fr 3fr;
}

.review-table__custom-adv {
	display: flex;
	flex-direction: column;
	padding: 0 0 0 20px;
	border-left: 1px solid #e5e7eb;
	gap: 5px;
}

.review-table__custom-adv p {
	margin: 0 !important;
}

.review-table__custom .casino-logo-cell {
	overflow: visible;
}

@media (max-width: 990px) {
	.custom-margin {
		display: block;
		margin-top: 10px;
	}

	.table-payment {
		margin-top: 10px;
	}

	.button-table-custom {
		margin: 0 !important;
	}

	.review-table__custom-block {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.review-table__custom-adv {
		padding: 0;
		border: none;
	}

	.custom-ts {
		z-index: 999;
		cursor: pointer;
	}
}

@media (max-width: 767px) {
	.table-bonus__info {
		justify-content: center;
	}

	.min-dep-tooltip__text {
		left: auto;
		right: 0;
		transform: none;
		max-width: 240px;
		font-size: 12px;
	}

	.min-dep-tooltip__text::before {
		left: auto;
		right: 0;
		transform: none;
	}
}
