.profile-related {
	margin-top: 2em;
}

.profile-related__heading {
	margin-bottom: 1em;
}

.profile-related__table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.profile-related__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
}

.profile-related__th {
	text-align: left;
	padding: 0.6em 0.8em;
	font-weight: 600;
	white-space: nowrap;
	border-bottom: 2px solid currentColor;
}

.profile-related__td {
	padding: 0.5em 0.8em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.profile-related__row--current {
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0.03);
}

.profile-related__td a {
	text-decoration: none;
	font-weight: 500;
}

.profile-related__td a:hover {
	text-decoration: underline;
}
