/* Frontend [bookmakers-list] – matches bet-na.com navy + yellow */

.bn-casino-list {
	margin: 1.5rem 0 2rem;
}

.bn-casino-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
	margin: 0;
}

.bn-casino-list.is-collapsed .bn-casino-card--extra {
	display: none;
}

.bn-casino-more {
	display: block;
	width: 100%;
	margin-top: 20px;
	padding: 12px 18px;
	border: 0;
	border-radius: 8px;
	background: #002f6c;
	color: #fff;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	transition: background 0.15s ease;
}

.bn-casino-more:hover {
	background: #004a9f;
}

.bn-casino-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e8ecf1;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 47, 108, 0.06);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bn-casino-card:hover {
	border-color: #c5d0de;
	box-shadow: 0 2px 12px rgba(0, 47, 108, 0.1);
}

.bn-casino-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	padding: 18px 16px;
	text-decoration: none;
	background-color: transparent;
}

.bn-casino-logo img {
    max-width: 50%;
    max-height: 40px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.bn-casino-logo-text {
	color: #1a1a1a;
	font-weight: 700;
	font-size: 0.9rem;
	letter-spacing: 0.02em;
}

.bn-casino-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px 18px 18px;
	flex: 1;
}

.bn-casino-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.bn-casino-name {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.3;
	color: #002f6c;
	min-width: 0;
}

.bn-casino-name a {
	color: inherit;
	text-decoration: none;
}

.bn-casino-name a:hover {
	color: #004a9f;
}

/* Compact numeric score + meter (replaces stars) */
.bn-score {
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	align-items: baseline;
	column-gap: 1px;
	row-gap: 3px;
	min-width: 48px;
	line-height: 1;
}

.bn-score-value {
	grid-column: 1;
	grid-row: 1;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.bn-score-max {
	grid-column: 2;
	grid-row: 1;
	font-size: 0.7rem;
	font-weight: 600;
	color: #1a1a1a;
}

.bn-score-bar {
	grid-column: 1 / -1;
	grid-row: 2;
	display: block;
	height: 4px;
	border-radius: 999px;
	background: #e8ecf1;
	overflow: hidden;
}

.bn-score-bar-fill {
	display: block;
	height: 100%;
	width: calc(var(--bn-score, 0) * 1%);
	border-radius: inherit;
	background: currentColor;
}

.bn-score--high {
	color: #16a34a;
}

.bn-score--mid {
	color: #f5a623;
}

.bn-score--low {
	color: #dc2626;
}

.bn-casino-bonus-wrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.bn-casino-bonus-title {
	font-size: 0.75rem;
	font-weight: 600;
	color: #1a1a1a;
}

.bn-casino-bonus {
	background: #fff8e6;
	border: 1px solid #f5a623;
	border-radius: 6px;
	padding: 8px 10px;
	font-size: 0.9rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.35;
	text-align: center;
}

/* Coupon-style bonus code */
.bn-bonus-code-slot {
	min-height: 38px;
	display: flex;
	align-items: stretch;
}

.bn-bonus-code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	align-self: stretch;
	width: 100%;
	padding: 6px 10px;
	margin: 0;
	background: #fff;
	border: 1px dashed #002f6c;
	border-radius: 5px;
	cursor: pointer;
	font: inherit;
	color: #002f6c;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.bn-bonus-code:hover {
	background: #f0f6ff;
	border-color: #f5a623;
}

.bn-bonus-code.is-copied {
	background: #ecfdf5;
	border-color: #16a34a;
	color: #166534;
}

.bn-bonus-code-label {
	font-size: 0.75rem;
	font-weight: 600;
	color: #1a1a1a;
}

.bn-bonus-code-value {
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.bn-bonus-code-copied {
	font-size: 0.75rem;
	font-weight: 600;
}

.bn-casino-meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
}

.bn-casino-meta li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	font-size: 0.82rem;
	padding: 7px 0;
	border-bottom: 1px solid #eef2f7;
}

.bn-casino-meta li:last-child {
	border-bottom: 0;
}

.bn-casino-meta li > span:first-child {
	color: #1a1a1a;
}

.bn-casino-meta strong {
	font-weight: 700;
	color: #1a1a1a;
	text-align: right;
}

.bn-yn {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	padding: 2px 9px;
	border-radius: 999px;
	line-height: 1.45;
}

.bn-yn--yes {
	background: #16a34a;
	color: #fff;
}

.bn-yn--no {
	background: #fee2e2;
	color: #991b1b;
}

.bn-casino-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: auto;
	padding-top: 4px;
}

.bn-casino-actions .bn-casino-cta:only-child {
	grid-column: 1 / -1;
}

.bn-casino-cta {
	display: block;
	text-align: center;
	padding: 10px 12px;
	border-radius: 6px;
	font-weight: 700;
	font-size: 0.88rem;
	text-decoration: none !important;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
	line-height: 1.2;
}

.bn-casino-cta--review {
	background: #fff;
	color: #002f6c !important;
	border: 2px solid #002f6c;
}

.bn-casino-cta--review:hover {
	background: #f0f6ff;
	color: #002f6c !important;
}

.bn-casino-cta--aff {
	background: #002f6c;
	color: #fff !important;
	border: 2px solid #002f6c;
}

.bn-casino-cta--aff:hover {
	background: #004a9f;
	border-color: #004a9f;
	color: #fff !important;
}

@media (max-width: 575px) {
	.bn-casino-cards {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.bn-bonus-code-slot.is-empty {
		display: none;
		min-height: 0;
	}
}
