
.mp-buttypes {
	display: block;
}

.mp-bt-head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.mp-bt-team {
	flex: 1;
	min-width: 0;
	font-weight: 800;
	font-size: 0.78rem;
	color: var(--mp-text);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mp-bt-team.home {
	text-align: left;
}

.mp-bt-team.away {
	text-align: right;
}

.mp-bt-title {
	flex: 0 0 auto;
	text-align: center;
	font-weight: 800;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--mp-muted);
}

.mp-cmp-row {
	display: block;
	margin: 0 0 11px;
}

.mp-cmp-top {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 5px;
}

.mp-cmp-label {
	flex: 1;
	text-align: center;
	color: var(--mp-muted);
	font-size: 0.8rem;
	line-height: 1.2;
}

.mp-cmp-v {
	min-width: 42px;
	text-align: center;
	font-weight: 800;
	font-size: 0.98rem;
	color: rgba(255, 255, 255, 0.5);
}

.mp-cmp-v.win {
	color: #fff;
	font-weight: 900;
}

.mp-cmp-bar {
	display: flex;
	height: 6px;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.06);
}

.mp-cmp-fill {
	height: 100%;
}

.mp-cmp-fill.h {
	background: linear-gradient(90deg, #e879f9, #ff2d86);
}

.mp-cmp-fill.a {
	background: linear-gradient(90deg, #a855f7, #6d5df6);
}

.mp-cmp-prev {
	display: flex;
	justify-content: space-between;
	margin-top: 4px;
}

.mp-cmp-prev-v {
	min-width: 42px;
	text-align: center;
	font-size: 0.66rem;
	color: var(--mp-muted);
	font-variant-numeric: tabular-nums;
}

.mp-referee-modal .modal-premium-body {
	padding: 16px;
}

.mp-referee-modal .modal-dialog {
	max-width: 460px;
	margin: 0.8rem auto;
	width: calc(100% - 1.2rem);
}

.mp-referee-scroll {
	max-height: 60vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.mp-referee-modal .mp-referee-table .rank-name {
	max-width: 54vw;
}

.mp-referee-modal .mp-referee-table .rank-name,
.mp-referee-modal .mp-referee-table .rank-stat {
	font-size: 0.84rem;
}

.mp-referee-table thead th {
	white-space: nowrap;
}

.mp-referee-modal .modal-premium-body .mt-3 {
	margin-top: 0.8rem !important;
}
