.fballer-local-stats-refresh {
	width: 100%;
	margin-top: 22px;
	padding: 15px 18px;
	border: 0;
	border-radius: 999px;
	background: #ed3028;
	color: #fff;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	transition: background-color .2s ease, opacity .2s ease;
}

.fballer-local-stats-refresh:hover {
	background: #272727;
}

.fballer-local-stats-refresh:disabled {
	cursor: wait;
	opacity: .65;
}

.fballer-local-stats-message {
	margin: 12px 0 0;
	color: #777;
	font-size: 13px;
	line-height: 1.45;
}

.fballer-local-stats-message.is-error {
	color: #ed3028;
}

.fballer-local-profile-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0 2px;
}

.fballer-local-profile-stats__source {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 12px 18px;
	border: 1px solid #e8e8e8;
	border-radius: 18px;
	background: #f7f7f7;
	color: #272727;
	text-decoration: none;
	transition: border-color .2s ease, background-color .2s ease;
}

.fballer-local-profile-stats__source:hover {
	border-color: #ed3028;
	background: #fff;
}

.fballer-local-profile-stats__source strong {
	color: #ed3028;
	font-size: 14px;
	white-space: nowrap;
}

.fballer-local-profile-stats__source span {
	display: flex;
	align-items: baseline;
	gap: 5px;
	color: #777;
	font-size: 12px;
	white-space: nowrap;
}

.fballer-team-profile .fballer-local-profile-stats__source span {
	flex-wrap: wrap;
}

.fballer-local-profile-stats__source b {
	color: #272727;
	font-size: 17px;
}

@media (max-width: 767px) {
	.fballer-local-profile-stats {
		display: grid;
	}

	.fballer-local-profile-stats__source {
		justify-content: space-between;
		gap: 10px;
		padding: 11px 14px;
	}

	.fballer-local-profile-stats__source span {
		gap: 3px;
	}
}
