.betting-odds-widget,
.betting-odds-compact {
	font-family: inherit;
}

.betting-odds-empty {
	color: #646970;
	font-style: italic;
}

/* ── Widget [odds] ─────────────────────────────────────────────────── */

.odds-card {
	padding: 0 32px;
	border: 1px solid #F6F6F6;
	border-radius: 8px;
	margin-bottom: 8px;
	background: #fff;
	box-shadow: 2px 2px 8px 0px #0000001A;
	display: grid;
	grid-template-columns: 3fr 4fr 150px;
	align-items: center;
}

@media only screen and (max-width: 1200px) {
	.odds-card {
		padding: 0 24px;
		grid-template-columns: 2fr 4fr 150px;
	}
}

.odds-card__teams {
	border-right: 1px solid #F1F2F4;
	padding-right: 16px;
}

.odds-card__team {
	color: #321C1C;
	font-weight: 400;
	font-size: 16px;
	padding: 20px 0;
	min-height: 40px;
	display: flex;
	align-items: center;
}

/* .odds-card__team__logo {

} */

.odds-card__team__short {
	display: none;
}

.odds-card__date {
	color: #575757;
	font-size: 13px;
	font-weight: 400;
}
.odds-card__date strong {
	font-weight: 400;
	color: #A70005;
	font-size: 16px;
}


.odds-card__rates {
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-left: 16px;
	margin-right: 16px;
}
.odds-card__rates::before {
	content: '';
	background: #F1F2F4;
	height: 1px;
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 50%;
}


.odds-card__rates__values {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 16px;
}

.odds-card__rates__values--labels {
	color: #575757;
	font-weight: 700;
	font-size: 13px;
}


.odds-card__cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}


.bo-cell {
	font-size: 14px;
	font-weight: 400;
	color: #A70005;
}

.bo-na {
	color: #D9D9D9;
}

@media only screen and (max-width: 1200px) {
	.odds-card__team__full {
		display: none;
	}
	.odds-card__team__short {
		display: inline;
	}
}

@media only screen and (max-width: 768px) {
	.odds-card {
		padding: 16px 20px;
		display: flex;
		flex-direction: column;
		gap: 16px;
		align-items: center;
	}

	.odds-card__teams {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0;
		padding: 0;
		border: 0;
		width: 100%;
		border-bottom: 1px solid #F1F2F4;
	}
	.odds-card__team {
		padding: 0;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.odds-card__team:last-of-type {
		border-left: 1px solid #F1F2F4;
	}
	.odds-card__date {
		grid-row: 1 / 2;
		grid-column: 1 / 3;
		width: 100%;
		border-bottom: 1px solid #F1F2F4;
		padding-bottom: 10px;
		text-align: center;
	}

	.odds-card__rates {
		width: 100%;
		padding: 0;
		margin: 0;
		display: grid;
		grid-template-columns: 1fr 66px 1fr;
	}
	.odds-card__rates::before {
		display: none;
	}

	.odds-card__rates__values {
		grid-gap: 8px;
		display: flex;
		flex-direction: column;
		text-align: left;
		align-items: flex-start;
	}
	.odds-card__rates__values:last-of-type {
		align-items: flex-end;
		text-align: right;
	}

	.odds-card__cta {
		/* padding-bottom: 16px; */
		width: 100%;
	}

	.odds-card__cta .button {
		width: 100%;
	}

	.bo-cell {
		font-size: 13px;
	}
}


/* ── Compact Widget [odds_compact] ─────────────────────────────────── */
.betting-odds-compact {
	margin-top: 24px;
	width: 360px;
	max-width: 100%;
}

.oddsc-date {
	margin-top: 8px;
	padding: 8px 12px;
	border-top: 1px solid #D9D9D9;
	text-align: center;
	font-size: 12px;
	color: #A4A4A4;
}

.oddsc {
	border-radius: 8px;
	background: #fff;
}
.oddsc__row {
	display: grid;
	grid-template-columns: 4fr repeat(3, 3fr);
	align-items: center;
	text-align: center;
}

.oddsc__row--labels {
	position: relative;
	z-index: 5;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	color: #3C3E41;
}
.oddsc__row--labels span:first-of-type {
	font-weight: 400;
	color: #A70005;
}
.oddsc__row--labels::before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #F6F6F6;
}

.oddsc__team {
	padding: 16px 16px;
	border-right: 1px solid #F6F6F6;
}

.oddsc__button {
	width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.boc-cell {
	color: #A70005;
	font-weight: 400;
	font-size: 13px;
}

.boc-na {
	color: #D9D9D9;
}

.oddsc__all-link {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	gap: 6px;
	margin-top: 12px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	font-weight: 700;
	color: #A70005;
	transition: .3s;
}

.oddsc__all-link:hover {
	color: #E85038
}

.oddsc__all-link__arrow {
	width: 16px;
	height: 16px;
}