/* Ironbets Bookmakers — таблица витрины */

.ibk-bookmakers-table-wrap {
	margin: 1.5rem 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.ibk-bookmakers-table-heading {
	font-size: 1.25rem;
	margin: 0 0 0.75rem;
}

.ibk-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.ibk-bookmakers-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
	background: #fff;
	box-sizing: border-box;
}

.ibk-bookmakers-table th,
.ibk-bookmakers-table td {
	border: 1px solid #e5e7eb;
	padding: 0.55rem 0.65rem;
	text-align: left;
	vertical-align: middle;
}

.ibk-bookmakers-table thead th {
	background: #f9fafb;
	font-weight: 600;
}

.ibk-bookmakers-table tbody th {
	font-weight: 600;
}

.ibk-bookmakers-table__name-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	text-decoration: none;
}

.ibk-bookmakers-table__logo {
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e7eb;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ibk-bookmakers-table__logo-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.ibk-bookmakers-table__logo-fallback {
	font-weight: 700;
	font-size: 0.85rem;
	color: #1f2937;
}

.ibk-btn {
	display: inline-block;
	margin: 0.15rem 0.35rem 0.15rem 0;
	padding: 0.35rem 0.65rem;
	border-radius: 6px;
	font-size: 0.85rem;
	text-decoration: none;
	line-height: 1.2;
}

.ibk-btn--secondary {
	background: #f3f4f6;
	color: #111827;
}

.ibk-btn--primary {
	background: #2563eb;
	color: #fff;
}

.ibk-bookmakers-table-empty {
	margin: 1rem 0;
	opacity: 0.85;
}
