/* PlanPilot frontend: embeddable match link-box ([planpilot_match]) */

.pp-match-box {
	border: 1px solid #e2e4e7;
	border-left: 4px solid #2271b1;
	border-radius: 8px;
	padding: 14px 16px;
	margin: 20px 0;
	background: #fff;
	font-size: 15px;
	line-height: 1.4;
	color: #1d2327;
}

.pp-match-box__head {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
}

.pp-match-box__fixture {
	font-weight: 700;
	font-size: 17px;
}

.pp-match-box__phase {
	display: inline-block;
	padding: 1px 8px;
	border-radius: 9px;
	background: #f0f0f1;
	color: #50575e;
	font-size: 12px;
	font-weight: 600;
}

.pp-match-box__meta {
	margin-top: 4px;
	color: #50575e;
	font-size: 14px;
}

.pp-match-box__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.pp-match-box__link {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 6px;
	background: #2271b1;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.pp-match-box__link:hover,
.pp-match-box__link:focus {
	background: #135e96;
	color: #fff;
}
