.bo-bookmakers {
	--bo-text: #333;
	--bo-muted: #8b8b8b;
	--bo-ink: #191930;
	--bo-border: #f0f0f0;
	--bo-line: #e5e5e5;
	--bo-soft: #fafafa;
	--bo-accent: #ef7d00;
	--bo-gold: #3d3d3d;
	--bo-gold-bg: #f9a115;
	--bo-visit: #fedc75;
	--bo-visit-hover: #ffe187;
	--bo-check: #fff6d9;
	--bo-yes: #3cb371;
	--bo-no: #d64545;
	--bo-shadow: 0 10px 20px rgba(33, 33, 61, 0.06);
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 24px 0 32px;
	overflow: visible;
	color: var(--bo-text);
	font-family: Poppins, Arial, sans-serif;
}

.bo-bm-card {
	position: relative;
	overflow: visible;
	background: #fff;
	border: 2.5px solid transparent;
	border-radius: 12px;
	box-shadow: var(--bo-shadow);
	padding: 20px 24px 16px;
}

.bo-bm-top {
	position: static;
}

.bo-bm-rank {
	position: absolute;
	top: 20px;
	left: 24px;
	transform: translate(-50%, -50%);
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background: #fff4d4;
	color: var(--bo-ink);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	font-variant-numeric: tabular-nums;
	box-shadow: 0 0 0 2px #fff, 0 4px 10px rgba(25, 25, 48, 0.14);
}

.bo-bm-rank[data-rank="1"] {
	background: linear-gradient(180deg, #ffe56a 0%, #f5b942 100%);
}

.bo-bm-rank[data-rank="2"] {
	background: linear-gradient(180deg, #f2f3f6 0%, #c9ccd4 100%);
}

.bo-bm-rank[data-rank="3"] {
	background: linear-gradient(180deg, #f0c19a 0%, #c98454 100%);
}

.bo-bm-details {
	display: flex;
	align-items: stretch;
	gap: 20px;
	width: 100%;
}

.bo-bm-col-logo {
	flex: 0 0 220px;
	width: 220px;
	min-width: 220px;
	max-width: 220px;
}

.bo-bm-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
	border-radius: 8px;
	overflow: hidden;
}

.bo-bm-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.bo-bm-logo img {
	display: block;
	width: 80%;
	height: 80%;
	max-width: 180px;
	object-fit: contain;
}

.bo-bm-logo.is-svg img,
.bo-bm-logo img[src$=".svg"] {
	width: 140px;
	height: 48px;
	max-width: 80%;
}

.bo-bm-name {
	margin: 0;
	padding: 0 12px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.bo-bookmakers ul,
.bo-bookmakers ol,
.bo-bookmakers li {
	margin: 0;
}

.bo-bm-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bo-bm-checks li {
	position: relative;
	margin: 0;
	padding: 0 0 12px 34px;
	font-size: 14px;
	line-height: 1.35;
	color: var(--bo-ink);
}

.bo-bm-checks li:last-child {
	padding-bottom: 0;
}

.bo-bm-checks li::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--bo-check);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ef7d00' d='M9.2 16.6 4.8 12.2l1.4-1.4 3 3 8-8 1.4 1.4z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 75%;
}

.bo-bm-cols {
	display: flex;
	flex: 1 1 0;
	gap: 20px;
	min-width: 0;
}

.bo-bm-col-rate {
	display: flex;
	flex: 0 0 120px;
	flex-direction: column;
	align-items: stretch;
	justify-content: stretch;
	padding: 0;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	border-radius: 8px;
	box-shadow: 0 1px 6px rgba(95, 95, 95, 0.08);
	text-align: center;
}

.bo-bm-rate-block,
.bo-bm-code-block {
	display: flex;
	flex: 1 1 50%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 0;
	padding: 10px 10px;
}

.bo-bm-col-rate.has-code .bo-bm-rate-block,
.bo-bm-col-rate.has-code .bo-bm-code-block {
	flex-basis: 50%;
	max-height: 50%;
}

.bo-bm-code-block {
	border-top: 1px dashed #ffc96b;
	background: #fffdf8;
}

.bo-bm-code-label {
	display: block;
	color: var(--bo-muted);
	font-size: 11px;
	line-height: 1.1;
}

.bo-bookmakers button.bo-bm-code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	max-width: 100%;
	margin: 0;
	padding: 7px 8px;
	border: 1px dashed #ef7d00;
	border-radius: 6px;
	background: #fff !important;
	color: var(--bo-ink) !important;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.bo-bm-code:hover,
.bo-bm-code:focus-visible {
	background: #fff8ee;
}

.bo-bm-code-text {
	min-width: 0;
	word-break: break-all;
}

.bo-bm-copy-icon {
	flex: 0 0 14px;
	width: 14px !important;
	height: 14px !important;
	color: var(--bo-accent);
}

.bo-bm-code.is-copied .bo-bm-copy-icon {
	color: var(--bo-yes);
}

.bo-bm-col-rate.has-code .bo-bm-rate-value {
	font-size: 22px;
}

.bo-bm-rate-value {
	display: block;
	width: 100%;
	color: var(--bo-ink);
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.bo-bm-stars {
	position: relative;
	display: block;
	width: 98px;
	height: 18px;
	margin: 0 auto;
	line-height: 0;
}

.bo-bm-stars-empty,
.bo-bm-stars-fill {
	display: flex;
	flex-wrap: nowrap;
	gap: 1px;
}

.bo-bm-stars svg {
	display: block;
	width: 18px !important;
	height: 18px !important;
	flex: 0 0 18px;
}

.bo-bm-stars-empty svg {
	color: #e4e4e4;
	fill: currentColor;
}

.bo-bm-stars-fill {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 18px;
	white-space: nowrap;
}

.bo-bm-stars-fill svg {
	color: #f5b942;
	fill: currentColor;
	flex: 0 0 18px;
}

.bo-bm-col-info {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	align-items: stretch;
	justify-content: stretch;
	min-width: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	border-radius: 8px;
	box-shadow: 0 1px 6px rgba(95, 95, 95, 0.08);
}

.bo-bm-info-stats,
.bo-bm-info-pay {
	display: flex;
	flex: 1 1 50%;
	flex-direction: column;
	justify-content: center;
	min-height: 0;
	padding: 10px 14px;
}

.bo-bm-col-info.has-pay .bo-bm-info-stats,
.bo-bm-col-info.has-pay .bo-bm-info-pay {
	flex-basis: 50%;
	max-height: 50%;
}

.bo-bm-info-pay {
	border-top: 1px dashed #ffc96b;
	background: #fffdf8;
	overflow: auto;
}

.bo-bm-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bo-bm-stat {
	min-width: 0;
	padding: 0 8px;
}

.bo-bm-stat strong {
	display: flex;
	align-items: center;
	gap: 6px;
	min-height: 22px;
	color: var(--bo-text);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.1;
}

.bo-bm-stat span {
	display: block;
	color: var(--bo-muted);
	font-size: 12px;
	line-height: 1.1;
}

.bo-bm-stat.is-yes strong {
	color: var(--bo-yes);
}

.bo-bm-stat.is-yes strong::before,
.bo-bm-stat.is-no strong::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.bo-bm-stat.is-yes strong::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%233cb371'/%3E%3Cpath fill='%23fff' d='M10.1 16.2 6.4 12.5l1.4-1.4 2.3 2.3 6.1-6.1 1.4 1.4z'/%3E%3C/svg%3E");
}

.bo-bm-stat.is-no strong {
	color: var(--bo-no);
}

.bo-bm-stat.is-no strong::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23d64545'/%3E%3Cpath fill='%23fff' d='M7.2 8.6 8.6 7.2 12 10.6 15.4 7.2 16.8 8.6 13.4 12 16.8 15.4 15.4 16.8 12 13.4 8.6 16.8 7.2 15.4 10.6 12z'/%3E%3C/svg%3E");
}

.bo-bm-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
}

.bo-bm-chip {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border: 1px solid #f6f6f6;
	border-radius: 6px;
	background: #fff;
	color: #555;
	font-size: 12px;
	line-height: 1.2;
}

.bo-bm-col-cta {
	display: flex;
	flex: 0 0 220px;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	width: 220px;
	min-width: 220px;
	max-width: 220px;
}

.bo-bm-bonus {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	padding: 10px 12px;
	border: 1px dashed #ffc96b;
	border-radius: 8px;
	color: var(--bo-text);
	text-align: center;
}

.bo-bm-bonus-title {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.bo-bm-gift {
	display: block;
	width: 18px !important;
	height: 18px !important;
	flex: 0 0 18px;
	color: #3f417a;
	overflow: visible;
}

.bo-bm-gift path {
	fill: currentColor;
}

.bo-bm-promo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 36px;
	padding: 8px 10px;
	border-radius: 6px;
	background: rgba(239, 125, 0, 0.18);
	color: var(--bo-ink) !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
}

.bo-bm-actions {
	display: flex;
	gap: 10px;
}

.bo-bm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-height: 42px;
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.bo-bm-btn:focus-visible {
	outline: 2px solid var(--bo-accent);
	outline-offset: 2px;
}

.bo-bm-btn-primary {
	background: var(--bo-visit);
	border: 1px solid var(--bo-visit);
	color: var(--bo-ink) !important;
	box-shadow: 0 4px 20px rgba(45, 196, 162, 0.1);
}

.bo-bm-btn-primary:hover {
	background: var(--bo-visit-hover);
	border-color: var(--bo-visit-hover);
	color: var(--bo-ink) !important;
}

.bo-bm-btn-secondary {
	background: transparent;
	border: 1px solid rgba(140, 140, 140, 0.8);
	color: #8b8b8b !important;
}

.bo-bm-btn-secondary:hover {
	background: var(--bo-visit);
	border-color: var(--bo-visit);
	color: var(--bo-ink) !important;
}

.bo-bookmakers button.bo-bm-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin-top: 16px;
	padding: 12px 16px;
	border: 1px solid var(--bo-line);
	border-radius: 8px;
	background: #fff !important;
	color: #3f417a !important;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	gap: 6px;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
}

.bo-bookmakers button.bo-bm-toggle .bo-bm-toggle-label {
	color: inherit !important;
}

.bo-bm-toggle::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
}

.bo-bm-card.is-open .bo-bm-toggle::after {
	transform: rotate(-135deg) translateY(-1px);
}

.bo-bookmakers button.bo-bm-toggle:hover,
.bo-bookmakers button.bo-bm-toggle:focus-visible {
	background: #f5f5f5 !important;
	color: #191930 !important;
}

.bo-bookmakers:not(.is-expanded) .bo-bm-card.is-overflow {
	display: none;
}

.bo-bookmakers button.bo-bm-more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	margin: 4px 0 0;
	padding: 12px 16px;
	border: 1px solid var(--bo-line);
	border-radius: 12px;
	background: #fff !important;
	color: #191930 !important;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	gap: 8px;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
}

.bo-bookmakers button.bo-bm-more .bo-bm-more-label {
	color: inherit !important;
}

.bo-bm-more::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
}

.bo-bookmakers.is-expanded .bo-bm-more::after {
	transform: rotate(-135deg) translateY(-1px);
}

.bo-bookmakers button.bo-bm-more:hover,
.bo-bookmakers button.bo-bm-more:focus-visible {
	background: #f5f5f5 !important;
	color: var(--bo-accent) !important;
}

.bo-bm-extra {
	display: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
	padding: 14px 0 0;
	border-top: 1px solid var(--bo-border);
}

.bo-bm-card.is-open .bo-bm-extra {
	display: grid;
}

.bo-bm-panel {
	min-width: 0;
	padding: 14px 16px 12px;
	border: 0px solid #f5f5f5;
	border-radius: 8px;
	background: #f9f9f9;
	box-shadow: 0 1px 6px rgba(95, 95, 95, 0.00);
}

.bo-bm-panel h4 {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	color: var(--bo-ink);
	line-height: 1.2;
}

.bo-bm-panel .bo-bm-checks li,
.bo-bm-panel .bo-bm-warns li {
	position: relative;
	margin: 0;
	padding: 0 0 8px 22px;
	font-size: 13px;
	line-height: 1.4;
	color: var(--bo-ink);
}

.bo-bm-panel .bo-bm-checks li:last-child,
.bo-bm-panel .bo-bm-warns li:last-child {
	padding-bottom: 0;
}

.bo-bm-panel .bo-bm-checks li::before,
.bo-bm-warns li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #c3c4c7;
	background-image: none;
}

.bo-bm-warns {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bo-bm-warns li {
	position: relative;
}

@media (max-width: 1100px) {
	.bo-bm-details {
		flex-wrap: wrap;
	}

	.bo-bm-col-logo {
		display: flex;
		flex: 1 1 100%;
		gap: 20px;
		width: auto;
		min-width: 0;
		max-width: none;
	}

	.bo-bm-logo {
		flex: 0 0 200px;
		width: 200px;
		margin-bottom: 0;
	}

	.bo-bm-checks {
		flex: 1 1 auto;
	}

	.bo-bm-cols {
		flex: 1 1 100%;
	}
}

@media (max-width: 768px) {
	.bo-bm-card {
		padding: 12px;
	}

	.bo-bm-top {
		display: block;
	}

	.bo-bm-rank {
		position: absolute;
		top: 12px;
		left: 12px;
		transform: translate(-50%, -50%);
		flex: none;
		width: 26px;
		height: 26px;
		margin-top: 0;
		font-size: 12px;
	}

	.bo-bm-details {
		flex: none;
		flex-direction: column;
		gap: 12px;
		min-width: 0;
	}

	.bo-bm-col-logo {
		flex: 0 0 auto;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 8px;
		width: auto;
		min-width: 0;
		max-width: none;
	}

	.bo-bm-logo {
		flex: 0 0 auto;
		width: 100%;
		height: 72px;
		margin-bottom: 0;
	}

	.bo-bm-checks {
		flex: 0 0 auto;
	}

	.bo-bm-checks li {
		margin: 0;
		padding: 0 0 6px 28px;
	}

	.bo-bm-checks li::before {
		top: 1px;
		width: 18px;
		height: 18px;
	}

	.bo-bm-cols {
		flex-wrap: wrap;
		gap: 12px;
	}

	.bo-bm-col-info,
	.bo-bm-col-cta,
	.bo-bm-col-rate {
		flex: 1 1 100%;
		width: auto;
		min-width: 0;
		max-width: none;
	}

	.bo-bm-col-info.has-pay .bo-bm-info-stats,
	.bo-bm-col-info.has-pay .bo-bm-info-pay {
		flex: 0 0 auto;
		flex-basis: auto;
		max-height: none;
	}

	.bo-bm-info-pay {
		overflow: visible;
	}

	.bo-bm-stats {
		gap: 8px;
	}

	.bo-bm-stat {
		padding: 0 4px;
	}

	.bo-bm-stat strong {
		font-size: 13px;
		min-height: 20px;
	}

	.bo-bm-extra {
		grid-template-columns: 1fr;
		gap: 14px;
		padding-top: 12px;
	}

	.bo-bm-panel {
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.bo-bm-panel + .bo-bm-panel {
		padding-top: 12px;
		border-top: 1px solid var(--bo-border);
	}
}

@media (max-width: 520px) {
	.bo-bm-actions {
		flex-direction: column;
	}

	.bo-bm-logo.is-svg img,
	.bo-bm-logo img[src$=".svg"] {
		width: 140px;
		height: 40px;
	}
}

.bo-bx-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 2.5px solid transparent;
	border-radius: 12px;
	box-shadow: var(--bo-shadow);
	padding: 22px 24px 18px;
}

.bo-bx-copy {
	min-width: 0;
}

.bo-bx-name {
	margin: 0 0 10px;
	font-size: inherit;
	font-weight: 700;
	letter-spacing: inherit;
	line-height: inherit;
}

.bo-bx-about {
	color: inherit;
}

.bo-bx-about p {
	margin: 0 0 10px;
	font-size: inherit;
	line-height: inherit;
}

.bo-bx-about p:last-child {
	margin-bottom: 0;
}

.bo-bx-bottom {
	display: flex;
	align-items: stretch;
	gap: 24px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--bo-border);
}

.bo-bx-side {
	flex: 0 0 250px;
	width: 250px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bo-bx-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 76px;
	border-radius: 8px;
	overflow: hidden;
}

.bo-bx-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.bo-bx-logo img {
	display: block;
	width: 80%;
	height: 80%;
	max-width: 180px;
	object-fit: contain;
}

.bo-bx-logo.is-svg img,
.bo-bx-logo img[src$=".svg"] {
	width: 140px;
	height: 44px;
	max-width: 80%;
}

.bo-bx-bonus {
	min-height: 0;
	padding: 10px 12px;
}

.bo-bx-side .bo-bm-actions {
	margin-top: 0;
}

.bo-bookmakers .bo-bx-facts {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.bo-bookmakers .bo-bx-facts li {
	display: grid;
	grid-template-columns: 9.25em minmax(0, 1fr);
	column-gap: 10px;
	align-items: start;
	margin: 0;
	padding: 0 0 0 14px;
	position: relative;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.bo-bookmakers .bo-bx-facts li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--bo-accent);
	font-weight: 700;
}

.bo-bookmakers .bo-bx-facts span {
	font-weight: 700;
	color: inherit;
	white-space: nowrap;
}

.bo-bookmakers .bo-bx-facts span::after {
	content: ":";
}

@media (max-width: 860px) {
	.bo-bx-card {
		padding: 16px 14px 14px;
	}

	.bo-bx-bottom {
		flex-direction: column;
		gap: 16px;
	}

	.bo-bx-side {
		flex: 1 1 auto;
		width: 100%;
	}

	.bo-bookmakers .bo-bx-facts li {
		grid-template-columns: 8.5em minmax(0, 1fr);
	}
}
