.mrc-team-profile {
	margin: -0.5rem 0 1.5rem;
}

.mrc-team-profile__table {
	margin: 1rem 0 0;
}

.mrc-team-profile__card {
	display: grid;
	gap: 1.25rem;
	padding: 1.25rem 1.35rem;
	border-radius: 14px;
	background:
		linear-gradient(160deg, rgba(28, 30, 36, 0.96), rgba(16, 17, 21, 0.98)),
		#14151a;
	color: #f4f4f5;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.mrc-team-profile__main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem 1.5rem;
}

.mrc-team-profile__badge {
	flex: 0 0 auto;
	width: 72px;
	height: 72px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
}

.mrc-team-profile__badge img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.mrc-team-profile__facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(5.5rem, 1fr));
	gap: 0.85rem 1.25rem;
	margin: 0;
	flex: 1 1 16rem;
	min-width: 0;
}

.mrc-team-profile__fact {
	margin: 0;
}

.mrc-team-profile__fact dt {
	margin: 0 0 0.2rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(244, 244, 245, 0.55);
}

.mrc-team-profile__fact dd {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.mrc-team-profile__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 1rem 1.5rem;
	padding-top: 0.15rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mrc-team-profile__kits {
	display: flex;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mrc-team-profile__kit {
	display: grid;
	justify-items: center;
	gap: 0.35rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(244, 244, 245, 0.6);
}

.mrc-team-profile__kit img {
	width: 48px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.mrc-team-profile__form {
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.mrc-team-profile__form-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(244, 244, 245, 0.55);
}

.mrc-team-profile__form-marks {
	display: inline-flex;
	gap: 0.3rem;
}

.mrc-team-profile__form-mark {
	width: 1.35rem;
	height: 1.35rem;
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	font-size: 0.65rem;
	font-weight: 800;
	line-height: 1;
}

.mrc-team-profile__form-mark--w {
	background: #1f8a4c;
	color: #fff;
}

.mrc-team-profile__form-mark--d {
	background: #6b7280;
	color: #fff;
}

.mrc-team-profile__form-mark--l {
	background: #b42318;
	color: #fff;
}

.mrc-team-profile__web {
	margin: 0 0 0 auto;
	font-size: 0.9rem;
}

.mrc-team-profile__web a {
	color: #f0c14b;
	text-decoration: none;
	font-weight: 600;
}

.mrc-team-profile__web a:hover,
.mrc-team-profile__web a:focus-visible {
	text-decoration: underline;
}

@media (max-width: 640px) {
	.mrc-team-profile__card {
		padding: 1rem;
	}

	.mrc-team-profile__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mrc-team-profile__web {
		margin-left: 0;
		width: 100%;
	}
}
